<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0' xmlns:dc='http://purl.org/dc/elements/1.1/'>
<channel>
<title>365Key-天天网摘(c++)</title>
<description>365Key-天天网摘(c++)</description>
<link>http://www.365key.com/tag-rss/c++/</link>
<generator>365Key (http://www.365key.com)</generator>
<language>zh-cn</language>
<docs>365Key-天天网摘 精彩导航</docs>
<image>http://counter.csdn.net/pv.aspx?id=88</image>
<item>
<title>也谈C语言标识符的NAMESPACE</title>
<link>http://bigwhite.blogbus.com/logs/20957793.html</link>
<category>blog; 博客; 生活; 感悟; 程序员; IT; 工作; Google; 搜索; 编程; 新闻; blogbus; 程序; C语言; Linux; 教育; 设计; 算法; c++</category>
<pubDate>Thu, 15 May 2008 14:08:52 GMT</pubDate>
<description>关于C标准中namespace的理解
<blockquote>P.J Plauger的&quot;The Standard C Library&quot;一书的Chapter0的章后练习中有这样的一道题：编写一个包含如下一行语句的正确的程序：
x:      ((struct x*)x)-&gt;x=x(5);  
并描述这行语句中x的5种截然不同的use，这里其实涉及到这么一个知识或者说概念：C语言的命名空间(namespace)，在&quot;C语言参考手册&quot;中还

被称作: overloading class。</blockquote></description>
<dc:creator>bigwhite</dc:creator>
</item>
<item>
<title>发一些学习资料</title>
<link>http://topic.csdn.net/u/20080513/18/ac3e2c8f-54dc-4228-baf8-f2c2c2e54150.html</link>
<category>c++</category>
<pubDate>Tue, 13 May 2008 11:43:32 GMT</pubDate>
<description>学习资料
<blockquote>学习资料</blockquote></description>
<dc:creator>kuguakugua</dc:creator>
</item>
<item>
<title>Index of 8600 ebook | Search and Download Free eBooks, eTexts, On-Line Books, eDocuments</title>
<link>http://ebook.mazudi.com/?w=c++ programming</link>
<category>c++</category>
<pubDate>Tue, 13 May 2008 11:36:08 GMT</pubDate>
<description>Free E-Book on c++ programming
<blockquote>Free E-Book on c++ programming</blockquote></description>
<dc:creator>kuguakugua</dc:creator>
</item>
<item>
<title>谁推荐一下一些优秀关于c, c  论坛 ｅ类出版物论坛</title>
<link>http://www.epubcn.org/read.php?tid=60550</link>
<category>c++</category>
<pubDate>Sat, 10 May 2008 02:11:56 GMT</pubDate>
<description>谁推荐一下一些优秀关于c, c++论坛
<blockquote>谁推荐一下一些优秀关于c, c++论坛</blockquote></description>
<dc:creator>kuguakugua</dc:creator>
</item>
<item>
<title>也谈C语言变长参数 </title>
<link>http://bigwhite.blogbus.com/logs/20468193.html</link>
<category>blog; 博客; 生活; 感悟; 程序员; IT; 工作; Google; 搜索; 文化; 编程; blogbus; 程序; C语言; Linux; 教育; 设计; 读书; 大学; c++; 数学; 开源; ubuntu</category>
<pubDate>Wed, 07 May 2008 14:13:58 GMT</pubDate>
<description>分析一下C语言中变长参数的实现。
<blockquote>很多技术人员都有在&quot;技术细节&quot;上&quot;钻牛角尖&quot;的&quot;癖好&quot;，对此很多人褒贬不一；无论怎样，我也是属于这类人。C语言的变长参数在平时做开发时很少会在自己设计的接口中用到，但我们最常用的接口printf就是使用的变长参数接口，在感受到printf强大的魅力的同时，是否想挖据一下到底printf是如何实现的呢？这里我们一起来挖掘一下C语言变长参数的奥秘。</blockquote></description>
<dc:creator>bigwhite</dc:creator>
</item>
<item>
<title>也谈typedef</title>
<link>http://bigwhite.blogbus.com/logs/20147715.html</link>
<category>blog; 博客; 生活; 感悟; 程序员; IT; 工作; Google; 搜索; 文化; 编程; 新闻; 娱乐; blogbus; 程序; C语言; Linux; 教育; 设计; c++; ubuntu</category>
<pubDate>Fri, 02 May 2008 10:50:12 GMT</pubDate>
<description>说说C语言中的typedef用法和理解。
<blockquote>C语言语法简单，但内涵却博大精深；如果在学习时只是止步于表面，那么往往后期会遇到很多困难。typedef是C语言中一个很好用的工具，大量存在于已有代码中，特别值得一提的是：C++标准库实现中更是对typedef有着大量的使用。但很多初学者对其的理解仅局限于：typedef用来定义一个已有类型的&quot;别名(alias)&quot;。正是因为有了这样的理解，才有了后来初学者在typedef int myint和typedef myint int之间的犹豫不决。很多国内大学的C语言课之授课老师也都是如是说的，或者老师讲的不够透彻，导致学生们都是如是理解的。我这里想结合C语言标准文档以及一些代码实例，也说说typedef。</blockquote></description>
<dc:creator>bigwhite</dc:creator>
</item>
<item>
<title>c  开源开发库、开发工具个人选择列表 - 路的尽头 - C  博客</title>
<link>http://www.cppblog.com/tangxinfa/articles/40341.html</link>
<category>c++</category>
<pubDate>Fri, 02 May 2008 08:01:12 GMT</pubDate>
<description>c++开源开发库、开发工具个人选择列表
<blockquote>c++开源开发库、开发工具个人选择列表</blockquote></description>
<dc:creator>kuguakugua</dc:creator>
</item>
<item>
<title>C/C   开发人员：充实您的 XML 工具箱_it资讯</title>
<link>http://www.poptool.net/server/p57/J576959.shtml</link>
<category>c++</category>
<pubDate>Fri, 02 May 2008 07:45:19 GMT</pubDate>
<description>C/C++ 开发人员：充实您的 XML 工具箱
<blockquote>C/C++ 开发人员：充实您的 XML 工具箱</blockquote></description>
<dc:creator>kuguakugua</dc:creator>
</item>
<item>
<title>给c  程序员的一份礼物——常用工具集 选择自 thesecondwoodstock 的 Blog - 枫，呼啸过 - BlogBus.com</title>
<link>http://yist.blogbus.com/logs/1032313.html</link>
<category>c++</category>
<pubDate>Fri, 02 May 2008 07:43:24 GMT</pubDate>
<description>给c++程序员的一份礼物——常用工具集
<blockquote>给c++程序员的一份礼物——常用工具集</blockquote></description>
<dc:creator>kuguakugua</dc:creator>
</item>
<item>
<title>C单元测试之Mock Test篇</title>
<link>http://bigwhite.blogbus.com/logs/18879495.html</link>
<category>blog; 博客; 生活; 感悟; 程序员; IT; 工作; Google; 搜索; 文化; 编程; 新闻; 娱乐; blogbus; 程序; C语言; Linux; 设计; c++</category>
<pubDate>Sat, 12 Apr 2008 13:53:29 GMT</pubDate>
<description>如何在C语言中进行mock单元测试
<blockquote>曾经在多篇blog中报怨过：用C语言写业务逻辑实在是让人身心忐忑不安，再加之C语言自有的&quot;特点&quot;，让其与&quot;单元测试&quot;始终若即若离，曾经尝试过写了一个轻量级C Unit Testing lib，至少目前我依旧在用，但多用在编写独立算法以及底层库的场合。业务层少有使用。业务层多是遗留系统，当初前辈们设计时对可测性考虑不够周全，导致现在无法很好的将各个部分独立抽出进行测试，虽然我们也在做着类似&quot;重构&quot;的工作，但鉴于规模较大，不能一蹴而就，我们需要一步一步找出使用C应对各种单元测试情况的方法。这里说说Mock Test。

... ...</blockquote></description>
<dc:creator>bigwhite</dc:creator>
</item>
<item>
<title>学习C  ：实践者的方法（Beta1）(转自c  的卢浮宫) - qorzone的专栏 - CSDNBlog</title>
<link>http://blog.csdn.net/qorzone/archive/2008/03/18/2195215.aspx</link>
<category>c++</category>
<pubDate>Wed, 19 Mar 2008 11:18:47 GMT</pubDate>
<description>学习C++：实践者的方法（Beta1）(转自c++的卢浮宫)  文章指数:0  CSDN Blog推出文章指数概念，文章指数是对Blog文章综合评分后推算出的，综合评分项分别是该文章的点击量，回复次数，被网摘收录数量，文章长度和文章类型；满分100，每月更新一次。
<blockquote>学习C++：实践者的方法（Beta1）(转自c++的卢浮宫)  文章指数:0  CSDN Blog推出文章指数概念，文章指数是对Blog文章综合评分后推算出的，综合评分项分别是该文章的点击量，回复次数，被网摘收录数量，文章长度和文章类型；满分100，每月更新一次。</blockquote></description>
<dc:creator>kuguakugua</dc:creator>
</item>
<item>
<title>多行宏定义中的注释问题</title>
<link>http://bigwhite.blogbus.com/logs/16977930.html</link>
<category>blog; 博客; 生活; 感悟; 程序员; IT; 工作; Google; 文化; 编程; blogbus; 程序; C语言; Linux; 设计; c++; 开源; ubuntu</category>
<pubDate>Fri, 14 Mar 2008 02:30:56 GMT</pubDate>
<description>一个C语言宏定义的有趣的问题的解决过程
<blockquote>早上在写代码时遇到这样一个问题：即如何在一个拥有多行的宏定义中做注释？，这里把方法演化的过程贴出来，可能对某些朋友有些借鉴意义。

宏定义高深莫测，而且是比较细节的东西，详细说明请参见&quot;C参考手册&quot;之类的书籍。</blockquote></description>
<dc:creator>bigwhite</dc:creator>
</item>
<item>
<title>VC知识库文章 - 仿腾讯 QQ 和 Skype 通过URL触发自己的程序</title>
<link>http://www.vckbase.com/document/viewdoc/?id=1804</link>
<category>c++</category>
<pubDate>Sun, 02 Mar 2008 01:20:17 GMT</pubDate>
<description>
<blockquote></blockquote></description>
<dc:creator>leosion</dc:creator>
</item>
<item>
<title>三角形输出问题考量</title>
<link>http://bigwhite.blogbus.com/logs/14553690.html</link>
<category>blog; 博客; 生活; 感悟; 程序员; IT; 工作; Google; 搜索; 编程; blogbus; 程序; C语言; 设计; 算法; c++</category>
<pubDate>Sun, 27 Jan 2008 02:43:35 GMT</pubDate>
<description>由三角形输出问题想到的。
<blockquote>相信很多人在初学某门计算机语言的时候都会做过类似的题目：在控制台上输出用特定字符'拼'出来的某种图形，比如下面的这种三角形：
    *
   ***
  *****
 *******
*********
这样的问题应该算是入门级的了，大多人都是看之，做之，忘之，而今天我就拿这种入门级的题目说事，小问题里也许内含有大道理。</blockquote></description>
<dc:creator>bigwhite</dc:creator>
</item>
<item>
<title>学习C  ：实践者的方法（Beta1） - 刘未鹏|C  的罗浮宫 - CSDNBlog</title>
<link>http://blog.csdn.net/pongba/archive/2007/12/11/1930150.aspx</link>
<category>c++</category>
<pubDate>Sat, 29 Dec 2007 09:10:05 GMT</pubDate>
<description>学习C++：实践者的方法（Beta1）
<blockquote>学习C++：实践者的方法（Beta1）</blockquote></description>
<dc:creator>kuguakugua</dc:creator>
</item>
<item>
<title>VC中CPropertySheet 属性对话框 - muchforest的专栏 - CSDNBlog</title>
<link>http://blog.csdn.net/muchforest/archive/2007/03/22/1537613.aspx</link>
<category>c++</category>
<pubDate>Sun, 23 Dec 2007 05:58:57 GMT</pubDate>
<description>
<blockquote></blockquote></description>
<dc:creator>leosion</dc:creator>
</item>
<item>
<title>C   Applications</title>
<link>http://www.research.att.com/~bs/applications.html</link>
<category>c++</category>
<pubDate>Sat, 08 Dec 2007 06:06:14 GMT</pubDate>
<description>C++ Applications
<blockquote>C++ Applications</blockquote></description>
<dc:creator>kuguakugua</dc:creator>
</item>
<item>
<title>为什么C  （来自C  之父的观点） - 刘未鹏|C  的罗浮宫 - CSDNBlog</title>
<link>http://blog.csdn.net/pongba/archive/2007/12/04/1916385.aspx</link>
<category>C++</category>
<pubDate>Sat, 08 Dec 2007 04:25:16 GMT</pubDate>
<description>为什么C++（来自C++之父的观点）
<blockquote>为什么C++ （来自C  之父的观点）</blockquote></description>
<dc:creator>kuguakugua</dc:creator>
</item>
<item>
<title>也谈'万能'栈</title>
<link>http://bigwhite.blogbus.com/logs/11154807.html</link>
<category>blog; 博客; 感悟; 程序员; IT; 工作; Google; 搜索; 新闻; 编程; 程序; C语言; blogbus; Linux; 设计; 大学; 算法; c++</category>
<pubDate>Tue, 27 Nov 2007 06:30:00 GMT</pubDate>
<description>浅谈&quot;万能&quot;栈的思路
<blockquote>在网上搜索&quot;万能&quot;二字的英文翻译，结果却无意中看到有人提到了如何设计&quot;万能栈&quot;。栈(stack)是比较基础(fundamental)的数据结构，实现起来一般都比较容易。但一般的栈(stack)的实现都是局限于某种特定类型的，比如一个存储32-bit整型的栈。如果对于同一份栈实现，要求可以存储多种数据类型的话，那就需要仔细想想了。而这样的栈实现也就被戏称&quot;万能&quot;栈。</blockquote></description>
<dc:creator>bigwhite</dc:creator>
</item>
<item>
<title>BTree,B-Tree,B Tree,B*Tree都是什么 - blog of manesking - CSDNBlog</title>
<link>http://blog.csdn.net/manesking/archive/2007/02/09/1505979.aspx</link>
<category>c++; 数据结构算法</category>
<pubDate>Tue, 13 Nov 2007 05:11:22 GMT</pubDate>
<description>
<blockquote></blockquote></description>
<dc:creator>xianggll</dc:creator>
</item>
</channel></rss>
