﻿<?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++博客-xiaozhuozhuo's c++</title><link>http://www.cppblog.com/xiaozhuozhuo/</link><description>                     &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;         &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;       &amp;nbsp;          by : 小王子</description><language>zh-cn</language><lastBuildDate>Mon, 13 Apr 2026 09:42:28 GMT</lastBuildDate><pubDate>Mon, 13 Apr 2026 09:42:28 GMT</pubDate><ttl>60</ttl><item><title>★(原创)C/C++字符串和数字互换方案收集★</title><link>http://www.cppblog.com/xiaozhuozhuo/archive/2007/07/23/28663.html</link><dc:creator>小王子</dc:creator><author>小王子</author><pubDate>Mon, 23 Jul 2007 14:50:00 GMT</pubDate><guid>http://www.cppblog.com/xiaozhuozhuo/archive/2007/07/23/28663.html</guid><wfw:comment>http://www.cppblog.com/xiaozhuozhuo/comments/28663.html</wfw:comment><comments>http://www.cppblog.com/xiaozhuozhuo/archive/2007/07/23/28663.html#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://www.cppblog.com/xiaozhuozhuo/comments/commentRss/28663.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/xiaozhuozhuo/services/trackbacks/28663.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: C/C++字符串和数字互换方案收集&nbsp;&nbsp;<a href='http://www.cppblog.com/xiaozhuozhuo/archive/2007/07/23/28663.html'>阅读全文</a><img src ="http://www.cppblog.com/xiaozhuozhuo/aggbug/28663.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/xiaozhuozhuo/" target="_blank">小王子</a> 2007-07-23 22:50 <a href="http://www.cppblog.com/xiaozhuozhuo/archive/2007/07/23/28663.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>c++原创——读入一行数</title><link>http://www.cppblog.com/xiaozhuozhuo/archive/2007/07/22/28576.html</link><dc:creator>小王子</dc:creator><author>小王子</author><pubDate>Sun, 22 Jul 2007 07:49:00 GMT</pubDate><guid>http://www.cppblog.com/xiaozhuozhuo/archive/2007/07/22/28576.html</guid><wfw:comment>http://www.cppblog.com/xiaozhuozhuo/comments/28576.html</wfw:comment><comments>http://www.cppblog.com/xiaozhuozhuo/archive/2007/07/22/28576.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/xiaozhuozhuo/comments/commentRss/28576.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/xiaozhuozhuo/services/trackbacks/28576.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 读入一串字符（j个数，一行，间隔空格，输入完回车），按空格（可间隔任意个）截断为j个数字并用数组（长度刚好）存储他们。c++终结版 */&nbsp;&nbsp;<a href='http://www.cppblog.com/xiaozhuozhuo/archive/2007/07/22/28576.html'>阅读全文</a><img src ="http://www.cppblog.com/xiaozhuozhuo/aggbug/28576.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/xiaozhuozhuo/" target="_blank">小王子</a> 2007-07-22 15:49 <a href="http://www.cppblog.com/xiaozhuozhuo/archive/2007/07/22/28576.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>对输入输出流的理解对吗我</title><link>http://www.cppblog.com/xiaozhuozhuo/archive/2007/07/22/28568.html</link><dc:creator>小王子</dc:creator><author>小王子</author><pubDate>Sun, 22 Jul 2007 05:31:00 GMT</pubDate><guid>http://www.cppblog.com/xiaozhuozhuo/archive/2007/07/22/28568.html</guid><wfw:comment>http://www.cppblog.com/xiaozhuozhuo/comments/28568.html</wfw:comment><comments>http://www.cppblog.com/xiaozhuozhuo/archive/2007/07/22/28568.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.cppblog.com/xiaozhuozhuo/comments/commentRss/28568.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/xiaozhuozhuo/services/trackbacks/28568.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: "流"是一种输入输出设备，而不是像int啊string啊这样的数据对象，那么，TXT文本是什么？也是一种流--设备吗？是吧？是吧……&nbsp;&nbsp;<a href='http://www.cppblog.com/xiaozhuozhuo/archive/2007/07/22/28568.html'>阅读全文</a><img src ="http://www.cppblog.com/xiaozhuozhuo/aggbug/28568.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/xiaozhuozhuo/" target="_blank">小王子</a> 2007-07-22 13:31 <a href="http://www.cppblog.com/xiaozhuozhuo/archive/2007/07/22/28568.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>