﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-CPPX的博客-最新评论</title><link>http://www.cppblog.com/ctou45/CommentsRSS.aspx</link><description /><language>zh-cn</language><pubDate>Tue, 26 Feb 2013 03:07:39 GMT</pubDate><lastBuildDate>Tue, 26 Feb 2013 03:07:39 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: C++ __int64用法[未登录]</title><link>http://www.cppblog.com/ctou45/archive/2011/10/21/158730.html#158796</link><dc:creator>Chipset</dc:creator><author>Chipset</author><pubDate>Fri, 21 Oct 2011 00:40:00 GMT</pubDate><guid>http://www.cppblog.com/ctou45/archive/2011/10/21/158730.html#158796</guid><description><![CDATA[__int64是Win的，不是C++的，int64_t是C++新标准才有的，但是新标准还没下来<br>long long是C的(C99)，也不是C++的。<br><br>可以自定义两个32位整数,一个存高位，一个存低位，一个struct结构，就有了64位<img src ="http://www.cppblog.com/ctou45/aggbug/158796.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/ctou45/" target="_blank">Chipset</a> 2011-10-21 08:40 <a href="http://www.cppblog.com/ctou45/archive/2011/10/21/158730.html#158796#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: C++ 中int，char，string，CString类型转换</title><link>http://www.cppblog.com/ctou45/archive/2011/10/12/158121.html#158155</link><dc:creator>LoveBeyond</dc:creator><author>LoveBeyond</author><pubDate>Wed, 12 Oct 2011 11:15:00 GMT</pubDate><guid>http://www.cppblog.com/ctou45/archive/2011/10/12/158121.html#158155</guid><description><![CDATA[VC下基本都用TCHAR 了<img src ="http://www.cppblog.com/ctou45/aggbug/158155.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/ctou45/" target="_blank">LoveBeyond</a> 2011-10-12 19:15 <a href="http://www.cppblog.com/ctou45/archive/2011/10/12/158121.html#158155#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>