<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>野指针保护 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E9%87%8E%E6%8C%87%E9%92%88%E4%BF%9D%E6%8A%A4/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Fri, 16 Apr 2010 10:38:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>推荐一个强大的智能指针！</title>
		<link>https://www.coder4.com/archives/671</link>
					<comments>https://www.coder4.com/archives/671#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 16 Apr 2010 10:38:06 +0000</pubDate>
				<category><![CDATA[C && C++]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[可放入STL容器]]></category>
		<category><![CDATA[容器兼容]]></category>
		<category><![CDATA[智能指针]]></category>
		<category><![CDATA[野指针保护]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=671</guid>

					<description><![CDATA[是个老外写的，只需包含一个.h文件，支持两种模式： 1、AutoPtr，支持自动删除引用，就是STL那个的类似物，不能放入容器～ 2、Ptr，作者主推的，支持内存泄露检测(使用自定义操作符NEW)+野指针保护（不会再SIGSEGV啦！），可以放入容器！ 地址：http://www.csc.lsu.edu/~kosmas/smartPointers.html 下面我们来看一下这个强大智能指针的用法！ [cpp] /* * main.c * * Cre[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/671/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
