﻿<?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++博客-Patz's Algorithm Journey-最新评论</title><link>http://www.cppblog.com/patz/CommentsRSS.aspx</link><description>The way we hack</description><language>zh-cn</language><pubDate>Thu, 11 Dec 2008 15:33:39 GMT</pubDate><lastBuildDate>Thu, 11 Dec 2008 15:33:39 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: 如何在命令行下读入一行输入</title><link>http://www.cppblog.com/patz/archive/2008/09/10/61434.html#61463</link><dc:creator>李现民</dc:creator><author>李现民</author><pubDate>Wed, 10 Sep 2008 02:28:00 GMT</pubDate><guid>http://www.cppblog.com/patz/archive/2008/09/10/61434.html#61463</guid><description><![CDATA[std空间下有一个全局的getline，不是cin的函数，<br>std::string strRead;<br>std::getline(std::cin, strRead);<br>不用指定缓冲大小<img src ="http://www.cppblog.com/patz/aggbug/61463.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/patz/" target="_blank">李现民</a> 2008-09-10 10:28 <a href="http://www.cppblog.com/patz/archive/2008/09/10/61434.html#61463#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>