﻿<?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++博客-ioriiod0-最新评论</title><link>http://www.cppblog.com/ioriiod0/CommentsRSS.aspx</link><description /><language>zh-cn</language><pubDate>Tue, 01 Jan 2013 05:30:50 GMT</pubDate><lastBuildDate>Tue, 01 Jan 2013 05:30:50 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: C++ 协程与网络编程</title><link>http://www.cppblog.com/ioriiod0/archive/2013/01/04/196890.html#196936</link><dc:creator>ioriiod0</dc:creator><author>ioriiod0</author><pubDate>Fri, 04 Jan 2013 05:02:00 GMT</pubDate><guid>http://www.cppblog.com/ioriiod0/archive/2013/01/04/196890.html#196936</guid><description><![CDATA[@Lo<br>谢谢关注，最近有时间的话我完善对win的支持的。<img src ="http://www.cppblog.com/ioriiod0/aggbug/196936.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/ioriiod0/" target="_blank">ioriiod0</a> 2013-01-04 13:02 <a href="http://www.cppblog.com/ioriiod0/archive/2013/01/04/196890.html#196936#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: C++ 协程与网络编程</title><link>http://www.cppblog.com/ioriiod0/archive/2013/01/04/196890.html#196930</link><dc:creator>Lo</dc:creator><author>Lo</author><pubDate>Thu, 03 Jan 2013 18:56:00 GMT</pubDate><guid>http://www.cppblog.com/ioriiod0/archive/2013/01/04/196890.html#196930</guid><description><![CDATA[你好，很喜欢这个模型，但看了一下不支持windows，可以支持一下win吗？<img src ="http://www.cppblog.com/ioriiod0/aggbug/196930.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/ioriiod0/" target="_blank">Lo</a> 2013-01-04 02:56 <a href="http://www.cppblog.com/ioriiod0/archive/2013/01/04/196890.html#196930#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 做MTK笔试的总结（一）</title><link>http://www.cppblog.com/ioriiod0/archive/2011/09/30/153284.html#157216</link><dc:creator>chencj</dc:creator><author>chencj</author><pubDate>Fri, 30 Sep 2011 03:36:00 GMT</pubDate><guid>http://www.cppblog.com/ioriiod0/archive/2011/09/30/153284.html#157216</guid><description><![CDATA[1、C函数参数的计算顺序是不确定的，可以在C99文档中找到(72页)，因此不同的编译器处理可能会不一样<br>The order of evaluation of the function designator, the actual arguments, and<br>subexpressions within the actual arguments is unspecified, but there is a sequence point<br>before the actual call.<br>2、这里的operator&lt;&lt;不是全局的二元操作符，而是ostream的成员运算符，一般是要重载自定类的&lt;&lt;操作符时，才会定义全局的二元操作符，而这里的cout是ostream。<br>即cout&lt;&lt;a+b&lt;&lt;a++&lt;&lt;b++; 本质上是：<br>((cout.operator&lt;&lt;(a+b)).operator&lt;&lt;(a++)).operator&lt;&lt;(b++);<br>3、二楼的夜风是正解<br>以上供探讨。<img src ="http://www.cppblog.com/ioriiod0/aggbug/157216.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/ioriiod0/" target="_blank">chencj</a> 2011-09-30 11:36 <a href="http://www.cppblog.com/ioriiod0/archive/2011/09/30/153284.html#157216#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 做MTK笔试的总结（一）</title><link>http://www.cppblog.com/ioriiod0/archive/2011/08/29/153284.html#154613</link><dc:creator>song</dc:creator><author>song</author><pubDate>Mon, 29 Aug 2011 07:52:00 GMT</pubDate><guid>http://www.cppblog.com/ioriiod0/archive/2011/08/29/153284.html#154613</guid><description><![CDATA[在HP C/aC++ B3910B A.06.15<br>试验了下是16 10 6<br><img src ="http://www.cppblog.com/ioriiod0/aggbug/154613.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/ioriiod0/" target="_blank">song</a> 2011-08-29 15:52 <a href="http://www.cppblog.com/ioriiod0/archive/2011/08/29/153284.html#154613#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 做MTK笔试的总结（一）</title><link>http://www.cppblog.com/ioriiod0/archive/2011/08/29/153284.html#154607</link><dc:creator>梦在天涯</dc:creator><author>梦在天涯</author><pubDate>Mon, 29 Aug 2011 07:02:00 GMT</pubDate><guid>http://www.cppblog.com/ioriiod0/archive/2011/08/29/153284.html#154607</guid><description><![CDATA[MKT现在还在找啊？<img src ="http://www.cppblog.com/ioriiod0/aggbug/154607.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/ioriiod0/" target="_blank">梦在天涯</a> 2011-08-29 15:02 <a href="http://www.cppblog.com/ioriiod0/archive/2011/08/29/153284.html#154607#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 做MTK笔试的总结（一）</title><link>http://www.cppblog.com/ioriiod0/archive/2011/08/17/153284.html#153652</link><dc:creator>dougulf</dc:creator><author>dougulf</author><pubDate>Wed, 17 Aug 2011 04:40:00 GMT</pubDate><guid>http://www.cppblog.com/ioriiod0/archive/2011/08/17/153284.html#153652</guid><description><![CDATA[正确答案应该是：未定义行为！<br>还问这种题目，如果面试的人期待的不是“未定义行为”的答案的话，只能说面试的人是在拿自己曾经出过的丑事让别人出丑而已。<br><img src ="http://www.cppblog.com/ioriiod0/aggbug/153652.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/ioriiod0/" target="_blank">dougulf</a> 2011-08-17 12:40 <a href="http://www.cppblog.com/ioriiod0/archive/2011/08/17/153284.html#153652#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 做MTK笔试的总结（一）</title><link>http://www.cppblog.com/ioriiod0/archive/2011/08/17/153284.html#153613</link><dc:creator>艹，蛋疼</dc:creator><author>艹，蛋疼</author><pubDate>Tue, 16 Aug 2011 16:32:00 GMT</pubDate><guid>http://www.cppblog.com/ioriiod0/archive/2011/08/17/153284.html#153613</guid><description><![CDATA[在VC10上release才是16 10 6！<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><img src ="http://www.cppblog.com/ioriiod0/aggbug/153613.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/ioriiod0/" target="_blank">艹，蛋疼</a> 2011-08-17 00:32 <a href="http://www.cppblog.com/ioriiod0/archive/2011/08/17/153284.html#153613#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 做MTK笔试的总结（一）</title><link>http://www.cppblog.com/ioriiod0/archive/2011/08/15/153284.html#153481</link><dc:creator>夜风</dc:creator><author>夜风</author><pubDate>Mon, 15 Aug 2011 15:13:00 GMT</pubDate><guid>http://www.cppblog.com/ioriiod0/archive/2011/08/15/153284.html#153481</guid><description><![CDATA[@夜风<br>如果不理解，还真有可能出现大问题，我曾经就遇到过一个问题，后来看汇编代码时才回忆起&lt;&lt;的二元函数形式<img src ="http://www.cppblog.com/ioriiod0/aggbug/153481.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/ioriiod0/" target="_blank">夜风</a> 2011-08-15 23:13 <a href="http://www.cppblog.com/ioriiod0/archive/2011/08/15/153284.html#153481#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 做MTK笔试的总结（一）</title><link>http://www.cppblog.com/ioriiod0/archive/2011/08/15/153284.html#153479</link><dc:creator>夜风</dc:creator><author>夜风</author><pubDate>Mon, 15 Aug 2011 15:07:00 GMT</pubDate><guid>http://www.cppblog.com/ioriiod0/archive/2011/08/15/153284.html#153479</guid><description><![CDATA[@Chipset<br>不见的，有可能题目的用意在于考察是否理解&lt;&lt;操作符的函数形式，还有函数参数入栈顺序，如果这样理解，还是比较有技术含量的<img src ="http://www.cppblog.com/ioriiod0/aggbug/153479.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/ioriiod0/" target="_blank">夜风</a> 2011-08-15 23:07 <a href="http://www.cppblog.com/ioriiod0/archive/2011/08/15/153284.html#153479#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 做MTK笔试的总结（一）</title><link>http://www.cppblog.com/ioriiod0/archive/2011/08/15/153284.html#153477</link><dc:creator>夜风</dc:creator><author>夜风</author><pubDate>Mon, 15 Aug 2011 14:58:00 GMT</pubDate><guid>http://www.cppblog.com/ioriiod0/archive/2011/08/15/153284.html#153477</guid><description><![CDATA[@江浸月<br>哦，对的，10和6已经入栈了<img src ="http://www.cppblog.com/ioriiod0/aggbug/153477.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/ioriiod0/" target="_blank">夜风</a> 2011-08-15 22:58 <a href="http://www.cppblog.com/ioriiod0/archive/2011/08/15/153284.html#153477#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>