<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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>Soul Of Free Loop &#187; C++</title>
	<atom:link href="https://m.zohead.com/archives/tag/cplusplus/feed/?wpmp_switcher=true" rel="self" type="application/rss+xml" />
	<link>https://m.zohead.com</link>
	<description>Uranus Zhou&#039;s Blog</description>
	<lastBuildDate>Sat, 19 Jul 2025 15:42:46 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8</generator>
	<item>
		<title>STL中const_iterator、reverse_iterator转换为iterator</title>
		<link>https://m.zohead.com/archives/stl-const-reverse-iterator/</link>
		<comments>https://m.zohead.com/archives/stl-const-reverse-iterator/#comments</comments>
		<pubDate>Fri, 25 May 2012 15:25:39 +0000</pubDate>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[const_iterator]]></category>
		<category><![CDATA[iterator]]></category>
		<category><![CDATA[reverse_iterator]]></category>
		<category><![CDATA[STL]]></category>
		<category><![CDATA[Vector]]></category>
		<category><![CDATA[转换]]></category>
		<category><![CDATA[随机]]></category>

		<guid isPermaLink="false">http://zohead.com/?p=191</guid>
		<description><![CDATA[本文同步自（如浏览不正常请点击跳转）：https://zohead.com/archives/stl-cons [&#8230;]]]></description>
				<content:encoded><![CDATA[本文同步自（如浏览不正常请点击跳转）：https://zohead.com/archives/stl-const-reverse-iterator/  ...<br /><a href="https://m.zohead.com/archives/stl-const-reverse-iterator/#more-191" class="more-link">更多</a>]]></content:encoded>
			<wfw:commentRss>https://m.zohead.com/archives/stl-const-reverse-iterator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bind2nd普通二元函数时无法使用引用类型参数的问题</title>
		<link>https://m.zohead.com/archives/cplusplus-bind2nd-reference/</link>
		<comments>https://m.zohead.com/archives/cplusplus-bind2nd-reference/#comments</comments>
		<pubDate>Wed, 09 May 2012 17:32:03 +0000</pubDate>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
				<category><![CDATA[boost]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[bind2nd]]></category>
		<category><![CDATA[find_if]]></category>
		<category><![CDATA[ptr_fun]]></category>
		<category><![CDATA[STL]]></category>
		<category><![CDATA[引用]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://zohead.com/?p=115</guid>
		<description><![CDATA[本文同步自（如浏览不正常请点击跳转）：https://zohead.com/archives/cplusplu [&#8230;]]]></description>
				<content:encoded><![CDATA[本文同步自（如浏览不正常请点击跳转）：https://zohead.com/archives/cplusplus-bind2nd-reference/   在使用 STL 的 find_if、count_if 等函数时会发现这些函数使用的参数不是普通的函数指针，而是 functional...<br /><a href="https://m.zohead.com/archives/cplusplus-bind2nd-reference/#more-115" class="more-link">更多</a>]]></content:encoded>
			<wfw:commentRss>https://m.zohead.com/archives/cplusplus-bind2nd-reference/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C++虚基类的实现验证</title>
		<link>https://m.zohead.com/archives/cplusplus-virtual-base-class/</link>
		<comments>https://m.zohead.com/archives/cplusplus-virtual-base-class/#comments</comments>
		<pubDate>Mon, 07 May 2012 13:36:07 +0000</pubDate>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[编程]]></category>
		<category><![CDATA[虚基类]]></category>
		<category><![CDATA[虚继承]]></category>

		<guid isPermaLink="false">http://zohead.com/?p=111</guid>
		<description><![CDATA[本文同步自（如浏览不正常请点击跳转）：https://zohead.com/archives/cplusplu [&#8230;]]]></description>
				<content:encoded><![CDATA[本文同步自（如浏览不正常请点击跳转）：https://zohead.com/archives/cplusplus-virtual-base-class/  ...<br /><a href="https://m.zohead.com/archives/cplusplus-virtual-base-class/#more-111" class="more-link">更多</a>]]></content:encoded>
			<wfw:commentRss>https://m.zohead.com/archives/cplusplus-virtual-base-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vector的push_back拷贝构造和空间占用分析</title>
		<link>https://m.zohead.com/archives/vector-push-back-space-copy/</link>
		<comments>https://m.zohead.com/archives/vector-push-back-space-copy/#comments</comments>
		<pubDate>Fri, 04 May 2012 18:30:56 +0000</pubDate>
		<dc:creator><![CDATA[Uranus Zhou]]></dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[push_back]]></category>
		<category><![CDATA[STL]]></category>
		<category><![CDATA[拷贝]]></category>
		<category><![CDATA[构造]]></category>
		<category><![CDATA[析构]]></category>
		<category><![CDATA[编程]]></category>

		<guid isPermaLink="false">http://zohead.com/?p=104</guid>
		<description><![CDATA[本文同步自：https://zohead.com/archives/vector-push-back-spac [&#8230;]]]></description>
				<content:encoded><![CDATA[本文同步自：https://zohead.com/archives/vector-push-back-space-copy/   这两天在实际程序中使用 STL 的 vector push_back 类对象时出现问题，偶尔发现 vector 在 push_back...<br /><a href="https://m.zohead.com/archives/vector-push-back-space-copy/#more-104" class="more-link">更多</a>]]></content:encoded>
			<wfw:commentRss>https://m.zohead.com/archives/vector-push-back-space-copy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
