<?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>c99 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/c99/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Wed, 03 Aug 2011 08:38:29 +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>解决vc2003、2005、2008不支持c99中int定义的办法。。</title>
		<link>https://www.coder4.com/archives/1389</link>
					<comments>https://www.coder4.com/archives/1389#comments</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 04 Mar 2011 14:45:31 +0000</pubDate>
				<category><![CDATA[C && C++]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[c99]]></category>
		<category><![CDATA[stdint.h]]></category>
		<category><![CDATA[VC]]></category>
		<category><![CDATA[不支持]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1389</guid>

					<description><![CDATA[gcc可以通过-c99来强制打开c99，并且按规矩实现了stdint.h。但是vc就没这么规矩了，必须升级到vc2010才行，实验室的服务器显然没这么先进。。。。。。 解决方法： http://stackoverflow.com/questions/126279/c99-stdint-h-header-and-ms-visual-studio 这里给出了一些很猛的人写的“可移植版本”stdint.h，在你的程序中直接引用这些可移植版本的stdint.h就可以了！ 哎，觉得[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1389/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
