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