﻿<?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++博客-More than C++-最新评论</title><link>http://www.cppblog.com/Lee/CommentsRSS.aspx</link><description>Beyond  C++</description><language>zh-cn</language><pubDate>Mon, 01 Mar 2010 06:00:09 GMT</pubDate><lastBuildDate>Mon, 01 Mar 2010 06:00:09 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: C++  拷贝构造函数（转）</title><link>http://www.cppblog.com/Lee/archive/2010/01/06/60313.html#104928</link><dc:creator>liaoying</dc:creator><author>liaoying</author><pubDate>Wed, 06 Jan 2010 08:53:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2010/01/06/60313.html#104928</guid><description><![CDATA[@perfume<br>对于基本类型来说,delete 和 delete [] 是一个意思.<img src ="http://www.cppblog.com/Lee/aggbug/104928.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">liaoying</a> 2010-01-06 16:53 <a href="http://www.cppblog.com/Lee/archive/2010/01/06/60313.html#104928#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: C++  拷贝构造函数（转）[未登录]</title><link>http://www.cppblog.com/Lee/archive/2009/10/30/60313.html#99829</link><dc:creator>leaf</dc:creator><author>leaf</author><pubDate>Fri, 30 Oct 2009 07:07:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/10/30/60313.html#99829</guid><description><![CDATA[多谢指教，谢谢！<img src ="http://www.cppblog.com/Lee/aggbug/99829.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">leaf</a> 2009-10-30 15:07 <a href="http://www.cppblog.com/Lee/archive/2009/10/30/60313.html#99829#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 深圳华为  C++面试题</title><link>http://www.cppblog.com/Lee/archive/2009/09/01/63040.html#95009</link><dc:creator>想去华为</dc:creator><author>想去华为</author><pubDate>Tue, 01 Sep 2009 09:15:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/09/01/63040.html#95009</guid><description><![CDATA[华为这题目出太难了吧，<img src ="http://www.cppblog.com/Lee/aggbug/95009.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">想去华为</a> 2009-09-01 17:15 <a href="http://www.cppblog.com/Lee/archive/2009/09/01/63040.html#95009#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: C++  拷贝构造函数（转）</title><link>http://www.cppblog.com/Lee/archive/2009/08/31/60313.html#94892</link><dc:creator>perfume</dc:creator><author>perfume</author><pubDate>Mon, 31 Aug 2009 08:22:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/08/31/60313.html#94892</guid><description><![CDATA[貌似有个地方错了，在析构函数中应该是delete【】str而不是简单的delete str<img src ="http://www.cppblog.com/Lee/aggbug/94892.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">perfume</a> 2009-08-31 16:22 <a href="http://www.cppblog.com/Lee/archive/2009/08/31/60313.html#94892#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 深圳华为  C++面试题</title><link>http://www.cppblog.com/Lee/archive/2009/07/28/63040.html#91537</link><dc:creator>@nothuawei</dc:creator><author>@nothuawei</author><pubDate>Tue, 28 Jul 2009 13:13:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/07/28/63040.html#91537</guid><description><![CDATA[第2题是大小端转换问题<br>0x1在内存当中为01 00 00 00. 用小端解释为0x1，X86就是使用小端的。用大端解释为0x01000000=16777216<br><img src ="http://www.cppblog.com/Lee/aggbug/91537.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">@nothuawei</a> 2009-07-28 21:13 <a href="http://www.cppblog.com/Lee/archive/2009/07/28/63040.html#91537#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: C++  拷贝构造函数（转）</title><link>http://www.cppblog.com/Lee/archive/2009/06/06/60313.html#86896</link><dc:creator>carol</dc:creator><author>carol</author><pubDate>Sat, 06 Jun 2009 02:05:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/06/06/60313.html#86896</guid><description><![CDATA[讲解很透彻，谢谢了<img src ="http://www.cppblog.com/Lee/aggbug/86896.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">carol</a> 2009-06-06 10:05 <a href="http://www.cppblog.com/Lee/archive/2009/06/06/60313.html#86896#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 悲观程序员的五件武器(转)[未登录]</title><link>http://www.cppblog.com/Lee/archive/2009/05/04/74809.html#81811</link><dc:creator>908971</dc:creator><author>908971</author><pubDate>Mon, 04 May 2009 02:36:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/05/04/74809.html#81811</guid><description><![CDATA[&quot;现在我已很少编写程序了&quot;<br><br>是转行了，还是转型了？<img src ="http://www.cppblog.com/Lee/aggbug/81811.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">908971</a> 2009-05-04 10:36 <a href="http://www.cppblog.com/Lee/archive/2009/05/04/74809.html#81811#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: #define WINAPI __stdcall是什么意思（转）</title><link>http://www.cppblog.com/Lee/archive/2009/04/23/68966.html#80892</link><dc:creator>eidolondedidi</dc:creator><author>eidolondedidi</author><pubDate>Thu, 23 Apr 2009 13:28:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/04/23/68966.html#80892</guid><description><![CDATA[明白了...<img src ="http://www.cppblog.com/Lee/aggbug/80892.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">eidolondedidi</a> 2009-04-23 21:28 <a href="http://www.cppblog.com/Lee/archive/2009/04/23/68966.html#80892#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 深圳华为  C++面试题</title><link>http://www.cppblog.com/Lee/archive/2009/04/20/63040.html#80570</link><dc:creator>liuka</dc:creator><author>liuka</author><pubDate>Mon, 20 Apr 2009 14:00:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/04/20/63040.html#80570</guid><description><![CDATA[我今天刚去面试就考的这<img src ="http://www.cppblog.com/Lee/aggbug/80570.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">liuka</a> 2009-04-20 22:00 <a href="http://www.cppblog.com/Lee/archive/2009/04/20/63040.html#80570#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: c++中static的作用</title><link>http://www.cppblog.com/Lee/archive/2009/04/15/77101.html#80018</link><dc:creator>Train</dc:creator><author>Train</author><pubDate>Wed, 15 Apr 2009 08:23:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/04/15/77101.html#80018</guid><description><![CDATA[這篇關於static的文章寫得很好!<br><br>值得拜讀!  謝謝樓主共享...<img src ="http://www.cppblog.com/Lee/aggbug/80018.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">Train</a> 2009-04-15 16:23 <a href="http://www.cppblog.com/Lee/archive/2009/04/15/77101.html#80018#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 75道逻辑思维题-------会作10道智商就是正常，会作30道就不是凡人，会作60道就是高智商稀有人才了！</title><link>http://www.cppblog.com/Lee/archive/2009/03/26/73094.html#77899</link><dc:creator>David Lee</dc:creator><author>David Lee</author><pubDate>Wed, 25 Mar 2009 23:38:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/03/26/73094.html#77899</guid><description><![CDATA[现在小明一家过一座桥，过桥时候是黑夜，所以必须有灯。现在小明过桥要１秒，小明的弟弟要３秒，小明的爸爸要６秒，小明的妈妈要８秒，小明的爷爷要１２秒。每次此桥最多可过两人，而过桥的速度依过桥最慢者而定，而且灯在点燃后３０秒就会熄灭。问小明一家如何过桥？ <br><br>那就先小明和弟弟，然后回小明，再爷爷和妈妈回弟弟，接着是爸爸和小明回小明，最后小明和弟弟，也就是<br><br>３＋１＋１２＋３＋６＋１＋３＝２９<br><img src ="http://www.cppblog.com/Lee/aggbug/77899.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">David Lee</a> 2009-03-26 07:38 <a href="http://www.cppblog.com/Lee/archive/2009/03/26/73094.html#77899#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: linux和unix的区别（转）</title><link>http://www.cppblog.com/Lee/archive/2009/03/17/76690.html#76910</link><dc:creator>David Lee</dc:creator><author>David Lee</author><pubDate>Tue, 17 Mar 2009 12:23:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/03/17/76690.html#76910</guid><description><![CDATA[@Kevin Lynx<br>哦，谢谢指正<img src ="http://www.cppblog.com/Lee/aggbug/76910.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">David Lee</a> 2009-03-17 20:23 <a href="http://www.cppblog.com/Lee/archive/2009/03/17/76690.html#76910#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 75道逻辑思维题-------会作10道智商就是正常，会作30道就不是凡人，会作60道就是高智商稀有人才了！</title><link>http://www.cppblog.com/Lee/archive/2009/03/16/73094.html#76746</link><dc:creator>玉平</dc:creator><author>玉平</author><pubDate>Mon, 16 Mar 2009 10:11:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/03/16/73094.html#76746</guid><description><![CDATA[这些题目很nx啊，我就能回答几道。郁闷。<img src ="http://www.cppblog.com/Lee/aggbug/76746.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">玉平</a> 2009-03-16 18:11 <a href="http://www.cppblog.com/Lee/archive/2009/03/16/73094.html#76746#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: linux和unix的区别（转）</title><link>http://www.cppblog.com/Lee/archive/2009/03/16/76690.html#76714</link><dc:creator>Kevin Lynx</dc:creator><author>Kevin Lynx</author><pubDate>Mon, 16 Mar 2009 03:40:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/03/16/76690.html#76714</guid><description><![CDATA[其实这样说并不全面。<br>unix发展到后来，已经并不仅仅指的是60年代那个开发出来的操作系统，而成为一种标准，基本上凡是符合该标准的OS都可称为unix。linux，bsd,solaris之类都可以被称为unix。<br><br>详见：<br><a target="_new" href="http://en.wikipedia.org/wiki/Unix">http://en.wikipedia.org/wiki/Unix</a><br><a target="_new" href="http://en.wikipedia.org/wiki/Single_UNIX_Specification">http://en.wikipedia.org/wiki/Single_UNIX_Specification</a><br>unix规格说明文档中描述，凡是符合此标准的OS，都可使用unix商标。（大致是这样的）<br><img src ="http://www.cppblog.com/Lee/aggbug/76714.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">Kevin Lynx</a> 2009-03-16 11:40 <a href="http://www.cppblog.com/Lee/archive/2009/03/16/76690.html#76714#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 新手用MFC画矩形</title><link>http://www.cppblog.com/Lee/archive/2009/02/26/45471.html#75029</link><dc:creator>hehe</dc:creator><author>hehe</author><pubDate>Thu, 26 Feb 2009 15:36:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/02/26/45471.html#75029</guid><description><![CDATA[很好 对我有用<img src ="http://www.cppblog.com/Lee/aggbug/75029.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">hehe</a> 2009-02-26 23:36 <a href="http://www.cppblog.com/Lee/archive/2009/02/26/45471.html#75029#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 75道逻辑思维题-------会作10道智商就是正常，会作30道就不是凡人，会作60道就是高智商稀有人才了！</title><link>http://www.cppblog.com/Lee/archive/2009/02/17/73094.html#74071</link><dc:creator>达到</dc:creator><author>达到</author><pubDate>Tue, 17 Feb 2009 12:29:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/02/17/73094.html#74071</guid><description><![CDATA[【3】三个小伙子同时爱上了一 个姑娘，为了决定他们谁能娶这个姑娘，他们决定用手枪进行一次决斗。小李的命中率是30％，小黄比他好些，命中率是50％，最出色的枪手是小林，他从不失 误，命中率是100％。由于这个显而易见的事实，为公平起见，他们决定按这样的顺序：小李先开枪，小黄第二，小林最后。然后这样循环，直到他们只剩下一个 人。那么这三个人中谁活下来的机会最大呢？他们都应该采取什么样的策略？<br><br>zenme da?三个人怎么打啊？<img src ="http://www.cppblog.com/Lee/aggbug/74071.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">达到</a> 2009-02-17 20:29 <a href="http://www.cppblog.com/Lee/archive/2009/02/17/73094.html#74071#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 75道逻辑思维题-------会作10道智商就是正常，会作30道就不是凡人，会作60道就是高智商稀有人才了！</title><link>http://www.cppblog.com/Lee/archive/2009/02/13/73094.html#73735</link><dc:creator>David Lee</dc:creator><author>David Lee</author><pubDate>Fri, 13 Feb 2009 10:12:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/02/13/73094.html#73735</guid><description><![CDATA[@guest<br>有些问题是没有标准答案的，再说我也没搞到所谓的答案，只有自己答<img src ="http://www.cppblog.com/Lee/aggbug/73735.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">David Lee</a> 2009-02-13 18:12 <a href="http://www.cppblog.com/Lee/archive/2009/02/13/73094.html#73735#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 75道逻辑思维题-------会作10道智商就是正常，会作30道就不是凡人，会作60道就是高智商稀有人才了！</title><link>http://www.cppblog.com/Lee/archive/2009/02/06/73094.html#73102</link><dc:creator>guest</dc:creator><author>guest</author><pubDate>Fri, 06 Feb 2009 05:43:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/02/06/73094.html#73102</guid><description><![CDATA[有可能的话，最好能在若干天后公布下答案。<img src ="http://www.cppblog.com/Lee/aggbug/73102.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">guest</a> 2009-02-06 13:43 <a href="http://www.cppblog.com/Lee/archive/2009/02/06/73094.html#73102#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 数据库基本种类以及各家所长(转)</title><link>http://www.cppblog.com/Lee/archive/2009/01/11/71279.html#71742</link><dc:creator>true</dc:creator><author>true</author><pubDate>Sun, 11 Jan 2009 10:21:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/01/11/71279.html#71742</guid><description><![CDATA[内存数据库这一领域在数据库中也是很重要的<img src ="http://www.cppblog.com/Lee/aggbug/71742.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">true</a> 2009-01-11 18:21 <a href="http://www.cppblog.com/Lee/archive/2009/01/11/71279.html#71742#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 数据库基本种类以及各家所长(转)</title><link>http://www.cppblog.com/Lee/archive/2009/01/09/71279.html#71559</link><dc:creator>浪迹天涯</dc:creator><author>浪迹天涯</author><pubDate>Fri, 09 Jan 2009 02:51:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2009/01/09/71279.html#71559</guid><description><![CDATA[俺们的Kbase数据库也是很牛的!<img src ="http://www.cppblog.com/Lee/aggbug/71559.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">浪迹天涯</a> 2009-01-09 10:51 <a href="http://www.cppblog.com/Lee/archive/2009/01/09/71279.html#71559#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: (转)const 的用法（2）</title><link>http://www.cppblog.com/Lee/archive/2008/10/22/59965.html#64684</link><dc:creator>许海林</dc:creator><author>许海林</author><pubDate>Wed, 22 Oct 2008 02:41:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2008/10/22/59965.html#64684</guid><description><![CDATA[受教受教<br>这里高手很多哈<img src ="http://www.cppblog.com/Lee/aggbug/64684.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">许海林</a> 2008-10-22 10:41 <a href="http://www.cppblog.com/Lee/archive/2008/10/22/59965.html#64684#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 软件测试开发工程师面试题（苏州科达科技）</title><link>http://www.cppblog.com/Lee/archive/2008/10/21/48441.html#64646</link><dc:creator>David Lee</dc:creator><author>David Lee</author><pubDate>Tue, 21 Oct 2008 13:32:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2008/10/21/48441.html#64646</guid><description><![CDATA[@samio<br>回答正确，加10分<img src ="http://www.cppblog.com/Lee/aggbug/64646.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">David Lee</a> 2008-10-21 21:32 <a href="http://www.cppblog.com/Lee/archive/2008/10/21/48441.html#64646#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 软件测试开发工程师面试题（苏州科达科技）</title><link>http://www.cppblog.com/Lee/archive/2008/10/21/48441.html#64616</link><dc:creator>samio</dc:creator><author>samio</author><pubDate>Tue, 21 Oct 2008 08:04:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2008/10/21/48441.html#64616</guid><description><![CDATA[代码1中的<br> long*  pLong = str; <br>编译会出错，应强制转换long*  pLong = (long*)str;<br> <img src ="http://www.cppblog.com/Lee/aggbug/64616.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">samio</a> 2008-10-21 16:04 <a href="http://www.cppblog.com/Lee/archive/2008/10/21/48441.html#64616#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 深圳华为  C++面试题</title><link>http://www.cppblog.com/Lee/archive/2008/09/30/63040.html#63102</link><dc:creator>David Lee</dc:creator><author>David Lee</author><pubDate>Tue, 30 Sep 2008 13:00:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2008/09/30/63040.html#63102</guid><description><![CDATA[@yafare<br>呵呵，我从网上DOWN的，不知道是什么时候的<img src ="http://www.cppblog.com/Lee/aggbug/63102.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">David Lee</a> 2008-09-30 21:00 <a href="http://www.cppblog.com/Lee/archive/2008/09/30/63040.html#63102#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 深圳华为  C++面试题</title><link>http://www.cppblog.com/Lee/archive/2008/09/30/63040.html#63073</link><dc:creator>yafare</dc:creator><author>yafare</author><pubDate>Tue, 30 Sep 2008 02:22:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2008/09/30/63040.html#63073</guid><description><![CDATA[题目出的真挫啊。<img src ="http://www.cppblog.com/Lee/aggbug/63073.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">yafare</a> 2008-09-30 10:22 <a href="http://www.cppblog.com/Lee/archive/2008/09/30/63040.html#63073#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 常见软件开发专业英语名词缩写</title><link>http://www.cppblog.com/Lee/archive/2008/09/10/57073.html#61472</link><dc:creator>wd e</dc:creator><author>wd e</author><pubDate>Wed, 10 Sep 2008 03:16:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2008/09/10/57073.html#61472</guid><description><![CDATA[man hao d <img src ="http://www.cppblog.com/Lee/aggbug/61472.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">wd e</a> 2008-09-10 11:16 <a href="http://www.cppblog.com/Lee/archive/2008/09/10/57073.html#61472#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 卓扬科技面试题（版本之1）</title><link>http://www.cppblog.com/Lee/archive/2008/09/05/61006.html#61035</link><dc:creator>沈臻豪(foxtail)</dc:creator><author>沈臻豪(foxtail)</author><pubDate>Fri, 05 Sep 2008 10:52:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2008/09/05/61006.html#61035</guid><description><![CDATA[都是一些上课学的东西 看来基础很重要<img src ="http://www.cppblog.com/Lee/aggbug/61035.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">沈臻豪(foxtail)</a> 2008-09-05 18:52 <a href="http://www.cppblog.com/Lee/archive/2008/09/05/61006.html#61035#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 请教  关于 delete的用法</title><link>http://www.cppblog.com/Lee/archive/2008/09/04/60495.html#60899</link><dc:creator>付方鹏</dc:creator><author>付方鹏</author><pubDate>Thu, 04 Sep 2008 05:25:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2008/09/04/60495.html#60899</guid><description><![CDATA[因为string中没重新载delete????<img src ="http://www.cppblog.com/Lee/aggbug/60899.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">付方鹏</a> 2008-09-04 13:25 <a href="http://www.cppblog.com/Lee/archive/2008/09/04/60495.html#60899#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 软件测试开发工程师面试题（苏州科达科技）</title><link>http://www.cppblog.com/Lee/archive/2008/09/03/48441.html#60845</link><dc:creator>David Lee</dc:creator><author>David Lee</author><pubDate>Wed, 03 Sep 2008 12:42:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2008/09/03/48441.html#60845</guid><description><![CDATA[@raof01<br>我说的内存不一样意思是各自内存所在区域是不不一样？<img src ="http://www.cppblog.com/Lee/aggbug/60845.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">David Lee</a> 2008-09-03 20:42 <a href="http://www.cppblog.com/Lee/archive/2008/09/03/48441.html#60845#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 软件测试开发工程师面试题（苏州科达科技）[未登录]</title><link>http://www.cppblog.com/Lee/archive/2008/09/02/48441.html#60688</link><dc:creator>raof01</dc:creator><author>raof01</author><pubDate>Tue, 02 Sep 2008 06:07:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2008/09/02/48441.html#60688</guid><description><![CDATA[@David Lee<br>类里面的函数是成员函数，不可能是全局的。<br><br>static成员函数不是全局的，它的scope是类，在全局范围内可以访问，但不是全局函数。因为它操作的是该类相关的东西。类里面是不会有global scope的东西的。c++中访问全局函数应该使用::。<br><br>内存上应该一样（not very sure），都是独立于对象存在的。区别是static成员函数没有隐含的this参数而普通成员函数有。<img src ="http://www.cppblog.com/Lee/aggbug/60688.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">raof01</a> 2008-09-02 14:07 <a href="http://www.cppblog.com/Lee/archive/2008/09/02/48441.html#60688#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 软件测试开发工程师面试题（苏州科达科技）</title><link>http://www.cppblog.com/Lee/archive/2008/09/02/48441.html#60685</link><dc:creator>David Lee</dc:creator><author>David Lee</author><pubDate>Tue, 02 Sep 2008 05:12:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2008/09/02/48441.html#60685</guid><description><![CDATA[@raof01<br>第二题 从内存上面说两者是不有不同?<img src ="http://www.cppblog.com/Lee/aggbug/60685.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">David Lee</a> 2008-09-02 13:12 <a href="http://www.cppblog.com/Lee/archive/2008/09/02/48441.html#60685#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 软件测试开发工程师面试题（苏州科达科技）</title><link>http://www.cppblog.com/Lee/archive/2008/09/02/48441.html#60684</link><dc:creator>David Lee</dc:creator><author>David Lee</author><pubDate>Tue, 02 Sep 2008 05:09:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2008/09/02/48441.html#60684</guid><description><![CDATA[类里面声明的static的函数算不算全局的?<img src ="http://www.cppblog.com/Lee/aggbug/60684.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">David Lee</a> 2008-09-02 13:09 <a href="http://www.cppblog.com/Lee/archive/2008/09/02/48441.html#60684#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: C++  拷贝构造函数（转）</title><link>http://www.cppblog.com/Lee/archive/2008/09/02/60313.html#60682</link><dc:creator>David Lee</dc:creator><author>David Lee</author><pubDate>Tue, 02 Sep 2008 05:06:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2008/09/02/60313.html#60682</guid><description><![CDATA[@raof01<br>多谢指教,欢迎多多指点<img src ="http://www.cppblog.com/Lee/aggbug/60682.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">David Lee</a> 2008-09-02 13:06 <a href="http://www.cppblog.com/Lee/archive/2008/09/02/60313.html#60682#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 请教  关于 delete的用法[未登录]</title><link>http://www.cppblog.com/Lee/archive/2008/09/01/60495.html#60569</link><dc:creator>raof01</dc:creator><author>raof01</author><pubDate>Mon, 01 Sep 2008 02:00:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2008/09/01/60495.html#60569</guid><description><![CDATA[代码没问题。M$对C++做了修改，这是不兼容标准的地方<img src ="http://www.cppblog.com/Lee/aggbug/60569.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">raof01</a> 2008-09-01 10:00 <a href="http://www.cppblog.com/Lee/archive/2008/09/01/60495.html#60569#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 宏和inline的区别</title><link>http://www.cppblog.com/Lee/archive/2008/09/01/60466.html#60568</link><dc:creator>David Lee</dc:creator><author>David Lee</author><pubDate>Mon, 01 Sep 2008 01:53:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2008/09/01/60466.html#60568</guid><description><![CDATA[多谢补充@raof01<br><br><img src ="http://www.cppblog.com/Lee/aggbug/60568.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">David Lee</a> 2008-09-01 09:53 <a href="http://www.cppblog.com/Lee/archive/2008/09/01/60466.html#60568#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 宏和inline的区别[未登录]</title><link>http://www.cppblog.com/Lee/archive/2008/09/01/60466.html#60565</link><dc:creator>raof01</dc:creator><author>raof01</author><pubDate>Mon, 01 Sep 2008 01:48:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2008/09/01/60466.html#60565</guid><description><![CDATA[宏是简单的字符串替换。<br>inline是将代码插入到调用点——并非原封不动插入。compiler有权决定是否真的inline。<img src ="http://www.cppblog.com/Lee/aggbug/60565.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">raof01</a> 2008-09-01 09:48 <a href="http://www.cppblog.com/Lee/archive/2008/09/01/60466.html#60565#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 车通 面试题</title><link>http://www.cppblog.com/Lee/archive/2008/08/30/60336.html#60413</link><dc:creator>adon</dc:creator><author>adon</author><pubDate>Fri, 29 Aug 2008 16:25:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2008/08/30/60336.html#60413</guid><description><![CDATA[像4-7可不可以直接用函数实现的？<img src ="http://www.cppblog.com/Lee/aggbug/60413.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">adon</a> 2008-08-30 00:25 <a href="http://www.cppblog.com/Lee/archive/2008/08/30/60336.html#60413#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 车通 面试题[未登录]</title><link>http://www.cppblog.com/Lee/archive/2008/08/29/60336.html#60342</link><dc:creator>raof01</dc:creator><author>raof01</author><pubDate>Fri, 29 Aug 2008 03:23:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2008/08/29/60336.html#60342</guid><description><![CDATA[malloc后没有free。破题<img src ="http://www.cppblog.com/Lee/aggbug/60342.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">raof01</a> 2008-08-29 11:23 <a href="http://www.cppblog.com/Lee/archive/2008/08/29/60336.html#60342#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 软件测试开发工程师面试题（苏州科达科技）[未登录]</title><link>http://www.cppblog.com/Lee/archive/2008/08/29/48441.html#60332</link><dc:creator>raof01</dc:creator><author>raof01</author><pubDate>Fri, 29 Aug 2008 02:07:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2008/08/29/48441.html#60332</guid><description><![CDATA[这家公司也不咋地<img src ="http://www.cppblog.com/Lee/aggbug/60332.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">raof01</a> 2008-08-29 10:07 <a href="http://www.cppblog.com/Lee/archive/2008/08/29/48441.html#60332#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 软件测试开发工程师面试题（苏州科达科技）[未登录]</title><link>http://www.cppblog.com/Lee/archive/2008/08/29/48441.html#60331</link><dc:creator>raof01</dc:creator><author>raof01</author><pubDate>Fri, 29 Aug 2008 02:05:00 GMT</pubDate><guid>http://www.cppblog.com/Lee/archive/2008/08/29/48441.html#60331</guid><description><![CDATA[第二题是悖论。类里声明的函数有全局的？新鲜。赐教？<img src ="http://www.cppblog.com/Lee/aggbug/60331.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Lee/" target="_blank">raof01</a> 2008-08-29 10:05 <a href="http://www.cppblog.com/Lee/archive/2008/08/29/48441.html#60331#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>