<?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: Non-standard behavior of (v)snprintf, on Visual C++</title>
	<atom:link href="http://www.jeffhung.net/blog/articles/jeffhung/1064/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffhung.net/blog/articles/jeffhung/1064/</link>
	<description>(My smile insists of having nose. :-)</description>
	<lastBuildDate>Thu, 03 Nov 2011 00:43:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2-alpha</generator>
	<item>
		<title>By: Nelson</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/1064/comment-page-1/#comment-121467</link>
		<dc:creator>Nelson</dc:creator>
		<pubDate>Fri, 14 Nov 2008 09:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.net/blog/?p=1064#comment-121467</guid>
		<description>ha !  找到這裡來。

感謝你，剛好在linux遇到類似問題，
man vsnpritf 時，看到程式碼，原以為直接拿來用準沒錯，沒想到卻出了問題，哀。

謝啦 !!</description>
		<content:encoded><![CDATA[<p>ha !  找到這裡來。</p>
<p>感謝你，剛好在linux遇到類似問題，<br />
man vsnpritf 時，看到程式碼，原以為直接拿來用準沒錯，沒想到卻出了問題，哀。</p>
<p>謝啦 !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/1064/comment-page-1/#comment-108513</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 14 Aug 2008 07:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.net/blog/?p=1064#comment-108513</guid>
		<description>在Microsoft Visual C++ 速成版的帮助文件中，有如下内容：
Visual C++ 符合下列标准：
ISO C 95
ISO C++ 98
Ecma C++/CLI 05
可见，微软对C99望而却步了，估计是为习惯VC++的程序员考虑，无法抛弃VC++原有的与C99冲突的特性。</description>
		<content:encoded><![CDATA[<p>在Microsoft Visual C++ 速成版的帮助文件中，有如下内容：<br />
Visual C++ 符合下列标准：<br />
ISO C 95<br />
ISO C++ 98<br />
Ecma C++/CLI 05<br />
可见，微软对C99望而却步了，估计是为习惯VC++的程序员考虑，无法抛弃VC++原有的与C99冲突的特性。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: augustinus</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/1064/comment-page-1/#comment-91250</link>
		<dc:creator>augustinus</dc:creator>
		<pubDate>Sat, 12 Apr 2008 03:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.net/blog/?p=1064#comment-91250</guid>
		<description>是啊，所以 MSVC 有 _TRUNCATE: http://msdn2.microsoft.com/en-us/library/ms175769.aspx

BTW, exceptional C++ style 的 Item 2 和 Item 3 就在比較 sprintf, snprintf, std::stringstream, std::strstream, boost::lexical_cast.</description>
		<content:encoded><![CDATA[<p>是啊，所以 MSVC 有 _TRUNCATE: <a href="http://msdn2.microsoft.com/en-us/library/ms175769.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/ms175769.aspx</a></p>
<p>BTW, exceptional C++ style 的 Item 2 和 Item 3 就在比較 sprintf, snprintf, std::stringstream, std::strstream, boost::lexical_cast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: av</title>
		<link>http://www.jeffhung.net/blog/articles/jeffhung/1064/comment-page-1/#comment-91224</link>
		<dc:creator>av</dc:creator>
		<pubDate>Fri, 11 Apr 2008 18:27:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffhung.net/blog/?p=1064#comment-91224</guid>
		<description>我都用 ostringstream，簡單好用又安全啊。而且大部分用到這東西的地方是比較沒有效能的嚴格考量的。</description>
		<content:encoded><![CDATA[<p>我都用 ostringstream，簡單好用又安全啊。而且大部分用到這東西的地方是比較沒有效能的嚴格考量的。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

