<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 오늘의 삽질: boost::shared_ptr&lt;T&gt; 이렇게 쓰면 망한다!</title>
	<atom:link href="http://rein.kr/blog/archives/412/feed" rel="self" type="application/rss+xml" />
	<link>http://rein.kr/blog/archives/412</link>
	<description>프로그래머, 독서가, 게이머 그리고 블로거</description>
	<lastBuildDate>Wed, 08 Sep 2010 03:09:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
	<item>
		<title>By: rein</title>
		<link>http://rein.kr/blog/archives/412/comment-page-1#comment-63892</link>
		<dc:creator>rein</dc:creator>
		<pubDate>Sat, 25 Oct 2008 04:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://rein.kr/blog/archives/412#comment-63892</guid>
		<description>앗 찾아주시니 반갑네요 :$

C++은 사실 메모리 관리를 그다지 깊게 가정하지 않은 언어라, 그걸 라이브러리나 C++의 여러 기제로 관리하려니 복잡해진듯해요. 그래도 맘에드는 언어라고 열심히쓰고있습니다 후후</description>
		<content:encoded><![CDATA[<p>앗 찾아주시니 반갑네요 :$</p>
<p>C++은 사실 메모리 관리를 그다지 깊게 가정하지 않은 언어라, 그걸 라이브러리나 C++의 여러 기제로 관리하려니 복잡해진듯해요. 그래도 맘에드는 언어라고 열심히쓰고있습니다 후후</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jong10</title>
		<link>http://rein.kr/blog/archives/412/comment-page-1#comment-63889</link>
		<dc:creator>jong10</dc:creator>
		<pubDate>Fri, 24 Oct 2008 16:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://rein.kr/blog/archives/412#comment-63889</guid>
		<description>안녕하세요. :-) 트랙백 타고 들어왔습니다. ㅎㅎ C++은 역시 어렵네요. 메모리 관리를 편하게 하기 위한 삽질과, 거기서 삐져나오는 송곳들, 그걸 막기 위한 삽질들의 무한반복인 것 같아요. orz</description>
		<content:encoded><![CDATA[<p>안녕하세요. <img src='http://rein.kr/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  트랙백 타고 들어왔습니다. ㅎㅎ C++은 역시 어렵네요. 메모리 관리를 편하게 하기 위한 삽질과, 거기서 삐져나오는 송곳들, 그걸 막기 위한 삽질들의 무한반복인 것 같아요. orz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rein</title>
		<link>http://rein.kr/blog/archives/412/comment-page-1#comment-22352</link>
		<dc:creator>rein</dc:creator>
		<pubDate>Mon, 14 Apr 2008 03:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://rein.kr/blog/archives/412#comment-22352</guid>
		<description>정보 감사합니다:)
저 코드가 원래 있던자리는 상속을 조정할 수 없는 객체라 안되긴하지만, 나중에는 써보겠습니다 ~_~</description>
		<content:encoded><![CDATA[<p>정보 감사합니다:)<br />
저 코드가 원래 있던자리는 상속을 조정할 수 없는 객체라 안되긴하지만, 나중에는 써보겠습니다 ~_~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wafe</title>
		<link>http://rein.kr/blog/archives/412/comment-page-1#comment-22342</link>
		<dc:creator>wafe</dc:creator>
		<pubDate>Mon, 14 Apr 2008 02:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://rein.kr/blog/archives/412#comment-22342</guid>
		<description>검색하다가 이 페이지에 들어오게 되었는데요, 저처럼 검색을 통해서 들어오시는 분이 계실까봐 댓글을 남깁니다.

shared_ptr을 받는 함수에 this 포인터를 넘기고 싶을 때는 클래스가 enable_shared_from_this 를 상속하도록 만들어주면 됩니다. 아래의 URL을 참고하세요.

http://www.boost.org/doc/libs/1_35_0/libs/smart_ptr/enable_shared_from_this.html</description>
		<content:encoded><![CDATA[<p>검색하다가 이 페이지에 들어오게 되었는데요, 저처럼 검색을 통해서 들어오시는 분이 계실까봐 댓글을 남깁니다.</p>
<p>shared_ptr을 받는 함수에 this 포인터를 넘기고 싶을 때는 클래스가 enable_shared_from_this 를 상속하도록 만들어주면 됩니다. 아래의 URL을 참고하세요.</p>
<p><a href="http://www.boost.org/doc/libs/1_35_0/libs/smart_ptr/enable_shared_from_this.html" rel="nofollow">http://www.boost.org/doc/libs/1_35_0/libs/smart_ptr/enable_shared_from_this.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
