<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
    <channel>
        <title>팁 & 테크</title>
        <link>http://ljh131.cafe24.com/beeswing/zbxe/tips</link>
        <description></description>
        <language>ko</language>
        <pubDate>Sun, 22 Nov 2009 23:44:34 +0900</pubDate>
        <lastBuildDate>Sun, 22 Nov 2009 23:44:34 +0900</lastBuildDate>
        <generator>XpressEngine 1.2.2</generator>
                <copyright>beeswing.net</copyright>
                                <item>
            <title>Win32 구조적 예외 처리 (SEH)</title>
            <dc:creator>지상현</dc:creator>
            <link>http://ljh131.cafe24.com/beeswing/zbxe/31476</link>
            <guid isPermaLink="true">http://ljh131.cafe24.com/beeswing/zbxe/31476</guid>
                        <comments>http://ljh131.cafe24.com/beeswing/zbxe/31476#comment</comments>
                                    <description>구조적 예외 처리, SEH란게... 어디선가 많이 들어보긴 했어도 뭐하는 건지는 잘 모르겠더라구...</description>
                        <pubDate>Thu, 08 Nov 2007 16:29:31 +0900</pubDate>
                                </item>
                <item>
            <title>[C/C++, C#] 미친듯이 빠른 메모리 할당(?)</title>
            <dc:creator>지상현</dc:creator>
            <link>http://ljh131.cafe24.com/beeswing/zbxe/31475</link>
            <guid isPermaLink="true">http://ljh131.cafe24.com/beeswing/zbxe/31475</guid>
                        <comments>http://ljh131.cafe24.com/beeswing/zbxe/31475#comment</comments>
                                    <description>굉장히 빠른 메모리 할당...방법입니다.
정확하게 표현하면 새로 할당한다기보단, 동적 지역 변수(?...</description>
                        <pubDate>Wed, 24 Oct 2007 16:17:15 +0900</pubDate>
                                </item>
                <item>
            <title>[C#] enum 타입을 열거해봅시다..</title>
            <dc:creator>고슴도치</dc:creator>
            <link>http://ljh131.cafe24.com/beeswing/zbxe/31473</link>
            <guid isPermaLink="true">http://ljh131.cafe24.com/beeswing/zbxe/31473</guid>
                        <comments>http://ljh131.cafe24.com/beeswing/zbxe/31473#comment</comments>
                                    <description>안녕하세요? 고슴도치입니다.
간만에 글 쓰네요..ㅋㅋ

C++은 타입을 값으로 쓸 수가 없기 때문에 타...</description>
                        <pubDate>Tue, 23 Oct 2007 21:51:51 +0900</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
                <item>
            <title>좀 더 빠른 strlen?</title>
            <dc:creator>지상현</dc:creator>
            <link>http://ljh131.cafe24.com/beeswing/zbxe/31467</link>
            <guid isPermaLink="true">http://ljh131.cafe24.com/beeswing/zbxe/31467</guid>
                        <comments>http://ljh131.cafe24.com/beeswing/zbxe/31467#comment</comments>
                                    <description>strlen 같이 문자열 길이를 카운트 하는 함수는 연습삼아 누구나 한번쯤은 만들어 봤을겁니다.
간...</description>
                        <pubDate>Sun, 21 Oct 2007 17:20:10 +0900</pubDate>
                                    <slash:comments>5</slash:comments>
                    </item>
                <item>
            <title>[re] strlen 테스트 했던 코드</title>
            <dc:creator>지상현</dc:creator>
            <link>http://ljh131.cafe24.com/beeswing/zbxe/31461</link>
            <guid isPermaLink="true">http://ljh131.cafe24.com/beeswing/zbxe/31461</guid>
                        <comments>http://ljh131.cafe24.com/beeswing/zbxe/31461#comment</comments>
                                    <description>제가 이 코드로 테스트 했을 때는 결과가 다음과 같았습니다.

Debug 빌드:
strlen8&amp;nbsp;&amp;nbsp;= ...</description>
                        <pubDate>Mon, 22 Oct 2007 14:24:28 +0900</pubDate>
                                    <slash:comments>5</slash:comments>
                    </item>
                <item>
            <title>신기한 함수(?) - FreeAndNil</title>
            <dc:creator>지상현</dc:creator>
            <link>http://ljh131.cafe24.com/beeswing/zbxe/31460</link>
            <guid isPermaLink="true">http://ljh131.cafe24.com/beeswing/zbxe/31460</guid>
                        <comments>http://ljh131.cafe24.com/beeswing/zbxe/31460#comment</comments>
                                    <description>FreeAndNil 함수는, 포인터(TObject의 인스턴스만)를 인자로 받아서,
객체를 소멸시키고(소멸자 호...</description>
                        <pubDate>Thu, 18 Oct 2007 01:27:18 +0900</pubDate>
                                </item>
                <item>
            <title>[re] 보너스: SafeDelete, SafeRelease</title>
            <dc:creator>지상현</dc:creator>
            <link>http://ljh131.cafe24.com/beeswing/zbxe/31459</link>
            <guid isPermaLink="true">http://ljh131.cafe24.com/beeswing/zbxe/31459</guid>
                        <comments>http://ljh131.cafe24.com/beeswing/zbxe/31459#comment</comments>
                                    <description>기존의 매크로 버전을 탈피(?)하고 새로 만들어본 인라인 함수 버전입니다.

[code]
// 기존 코드
#d...</description>
                        <pubDate>Thu, 18 Oct 2007 01:40:25 +0900</pubDate>
                                </item>
                <item>
            <title>delete 연산자 사용할 때 사소한 팁</title>
            <dc:creator>지상현</dc:creator>
            <link>http://ljh131.cafe24.com/beeswing/zbxe/31458</link>
            <guid isPermaLink="true">http://ljh131.cafe24.com/beeswing/zbxe/31458</guid>
                        <comments>http://ljh131.cafe24.com/beeswing/zbxe/31458#comment</comments>
                                    <description>아는 사람은 다 알고(?) 모르는 사람은 모를 팁입니다.


자주 보는 코드 중 이런 것이 있습니다....</description>
                        <pubDate>Thu, 18 Oct 2007 00:57:45 +0900</pubDate>
                                </item>
                <item>
            <title>int &amp;과 const int &amp;의 차이점!</title>
            <dc:creator>지상현</dc:creator>
            <link>http://ljh131.cafe24.com/beeswing/zbxe/31454</link>
            <guid isPermaLink="true">http://ljh131.cafe24.com/beeswing/zbxe/31454</guid>
                        <comments>http://ljh131.cafe24.com/beeswing/zbxe/31454#comment</comments>
                                    <description>간단한 Linked List 클래스를 만들다가 의문을 갖게 되었습니다.
요런 클래스를 만들 때 일반적으...</description>
                        <pubDate>Wed, 17 Oct 2007 17:40:40 +0900</pubDate>
                                    <slash:comments>3</slash:comments>
                    </item>
                <item>
            <title>(아마) 빠른 &quot;비참한&quot; 메모리 Copy/Zero 함수</title>
            <dc:creator>지상현</dc:creator>
            <link>http://ljh131.cafe24.com/beeswing/zbxe/31453</link>
            <guid isPermaLink="true">http://ljh131.cafe24.com/beeswing/zbxe/31453</guid>
                        <comments>http://ljh131.cafe24.com/beeswing/zbxe/31453#comment</comments>
                                    <description>하얀_고양이님의 글을 읽다가 메모리 복사 함수의 인라인 어셈블리 버전이나 만들어볼까 하다가.....</description>
                        <pubDate>Mon, 15 Oct 2007 12:50:30 +0900</pubDate>
                                </item>
                <item>
            <title>DC 다룰 때 쓸만한 API</title>
            <dc:creator>지상현</dc:creator>
            <link>http://ljh131.cafe24.com/beeswing/zbxe/31451</link>
            <guid isPermaLink="true">http://ljh131.cafe24.com/beeswing/zbxe/31451</guid>
                        <comments>http://ljh131.cafe24.com/beeswing/zbxe/31451#comment</comments>
                                    <description>화면에 글자 좀 출력하는 중이었습니다.
그런데 아시다시피 글꼴 좀 바꾸려면 여간 귀찮지 않습니...</description>
                        <pubDate>Mon, 15 Oct 2007 10:01:45 +0900</pubDate>
                                    <slash:comments>1</slash:comments>
                    </item>
                <item>
            <title>삽질하다 발견한 namespace와 static member의 유사성</title>
            <dc:creator>지상현</dc:creator>
            <link>http://ljh131.cafe24.com/beeswing/zbxe/31447</link>
            <guid isPermaLink="true">http://ljh131.cafe24.com/beeswing/zbxe/31447</guid>
                        <comments>http://ljh131.cafe24.com/beeswing/zbxe/31447#comment</comments>
                                    <description>이것도 아무 의미가 없습니다.
그냥 이것 저것 만져보다 알아낸(?) 것입니다.

[code]
#include &amp;lt...</description>
                        <pubDate>Sun, 14 Oct 2007 01:11:36 +0900</pubDate>
                                    <slash:comments>3</slash:comments>
                    </item>
                <item>
            <title>아무 의미 없는 비참한 코드</title>
            <dc:creator>지상현</dc:creator>
            <link>http://ljh131.cafe24.com/beeswing/zbxe/31444</link>
            <guid isPermaLink="true">http://ljh131.cafe24.com/beeswing/zbxe/31444</guid>
                        <comments>http://ljh131.cafe24.com/beeswing/zbxe/31444#comment</comments>
                                    <description>아무 생각 없이 만들었습니다.


[code]
namespace System {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;...</description>
                        <pubDate>Sat, 13 Oct 2007 00:32:38 +0900</pubDate>
                                    <slash:comments>2</slash:comments>
                    </item>
                <item>
            <title>실행파일 포멧 PE 구조</title>
            <dc:creator>PEPE</dc:creator>
            <link>http://ljh131.cafe24.com/beeswing/zbxe/31441</link>
            <guid isPermaLink="true">http://ljh131.cafe24.com/beeswing/zbxe/31441</guid>
                        <comments>http://ljh131.cafe24.com/beeswing/zbxe/31441#comment</comments>
                                    <description>가입인사겸 저또한 그랬고, 많은 프로그래머들이 궁금해했던 exe 파일의 PE구조에 대해서 간략하...</description>
                        <pubDate>Fri, 21 Sep 2007 00:19:32 +0900</pubDate>
                                    <slash:comments>2</slash:comments>
                    </item>
                <item>
            <title>C#에서 unmanaged 함수 호출하기.</title>
            <dc:creator>ljh131</dc:creator>
            <link>http://ljh131.cafe24.com/beeswing/zbxe/31435</link>
            <guid isPermaLink="true">http://ljh131.cafe24.com/beeswing/zbxe/31435</guid>
                        <comments>http://ljh131.cafe24.com/beeswing/zbxe/31435#comment</comments>
                                    <description>http://ljh131.tistory.com/45</description>
                        <pubDate>Fri, 31 Aug 2007 22:17:33 +0900</pubDate>
                                    <slash:comments>5</slash:comments>
                    </item>
                <item>
            <title>.NET 2.0 C#의 Configuration Manager</title>
            <dc:creator>ljh131</dc:creator>
            <link>http://ljh131.cafe24.com/beeswing/zbxe/31434</link>
            <guid isPermaLink="true">http://ljh131.cafe24.com/beeswing/zbxe/31434</guid>
                        <comments>http://ljh131.cafe24.com/beeswing/zbxe/31434#comment</comments>
                                    <description>http://ljh131.tistory.com/42</description>
                        <pubDate>Thu, 30 Aug 2007 01:43:26 +0900</pubDate>
                                </item>
                <item>
            <title>(Visual) C++에서 속성(?) 써먹기 -_-;</title>
            <dc:creator>지상현</dc:creator>
            <link>http://ljh131.cafe24.com/beeswing/zbxe/31433</link>
            <guid isPermaLink="true">http://ljh131.cafe24.com/beeswing/zbxe/31433</guid>
                        <comments>http://ljh131.cafe24.com/beeswing/zbxe/31433#comment</comments>
                                    <description>다들 아시다시피 최근에 나온 언어나, Visual 도구가 있는 언어에는 왠만하면 거의 property란 ...</description>
                        <pubDate>Tue, 21 Aug 2007 10:52:37 +0900</pubDate>
                                </item>
                <item>
            <title>C++ 에서 vector 를 이용한 동적 2차원 배열 생성</title>
            <dc:creator>승룡.한밀()</dc:creator>
            <link>http://ljh131.cafe24.com/beeswing/zbxe/31432</link>
            <guid isPermaLink="true">http://ljh131.cafe24.com/beeswing/zbxe/31432</guid>
                        <comments>http://ljh131.cafe24.com/beeswing/zbxe/31432#comment</comments>
                                    <description>C 언어과정에 2차원 동적 배열 생성에 대한 글이 올라와서 C++에서는 vector를 이용하면 더 ...</description>
                        <pubDate>Wed, 15 Aug 2007 22:10:32 +0900</pubDate>
                                </item>
                <item>
            <title>Multi Processing을 위한 OpenMP</title>
            <dc:creator>ljh131</dc:creator>
            <link>http://ljh131.cafe24.com/beeswing/zbxe/31425</link>
            <guid isPermaLink="true">http://ljh131.cafe24.com/beeswing/zbxe/31425</guid>
                        <comments>http://ljh131.cafe24.com/beeswing/zbxe/31425#comment</comments>
                                    <description>링크 걸어놓겠습니다.

http://ljh131.tistory.com/9

요약:
인텔이 넷버스트 아키텍쳐를 버리고 코어 마이...</description>
                        <pubDate>Wed, 25 Jul 2007 00:46:45 +0900</pubDate>
                                    <slash:comments>6</slash:comments>
                    </item>
                <item>
            <title>스마트 포인터의 이해</title>
            <dc:creator>벌나래</dc:creator>
            <link>http://ljh131.cafe24.com/beeswing/zbxe/31424</link>
            <guid isPermaLink="true">http://ljh131.cafe24.com/beeswing/zbxe/31424</guid>
                        <comments>http://ljh131.cafe24.com/beeswing/zbxe/31424#comment</comments>
                                    <description>마소를 읽다가, 짧은 내용의 글인데 스마트 포인터를 알기 쉽게 설명한 글이 있어서 소개합니다...</description>
                        <pubDate>Sun, 15 Jul 2007 20:26:28 +0900</pubDate>
                                </item>
            </channel>
</rss>
