<?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/%E8%B7%A8%E5%B9%B3%E5%8F%B0/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Sat, 30 Nov 2013 07:35:58 +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>推荐开源的INI文件解析器SimpleINI(c++)</title>
		<link>https://www.coder4.com/archives/2270</link>
					<comments>https://www.coder4.com/archives/2270#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 07 Oct 2011 15:57:47 +0000</pubDate>
				<category><![CDATA[C && C++]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Visual C++ && C#]]></category>
		<category><![CDATA[计算机技术]]></category>
		<category><![CDATA[INI]]></category>
		<category><![CDATA[解析]]></category>
		<category><![CDATA[跨平台]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=2270</guid>

					<description><![CDATA[在Python中，INI解析这种问题交给ConfigParser就行了，非常简单，但是C++显然没有原生的类库解决问题。 Windows下的ini API不是可移植的，所以无视它。 推荐一个非常好用的，跨平台的INI解析器：SimpleINI，支持section，读、写、各种value，遍历等。 网址：http://code.jellycan.com/simpleini/ 旧代码废弃了，已经托管到github上：https://github.com/brofield/simp[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/2270/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
