<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>debren的专栏 - c&amp;c++</title><link>http://blog.csdn.net/debren/category/94353.aspx</link><description>主要还是C++</description><dc:language>zh-CN</dc:language><lastUpdateTime>Fri, 02 Sep 2005 17:03:25 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>debren</dc:creator><title>用 Eclipse 平台进行 C/C++ 开发</title><link>http://blog.csdn.net/debren/archive/2005/05/21/377858.aspx</link><pubDate>Sat, 21 May 2005 22:48:00 GMT</pubDate><guid>http://blog.csdn.net/debren/archive/2005/05/21/377858.aspx</guid><wfw:comment>http://blog.csdn.net/debren/comments/377858.aspx</wfw:comment><comments>http://blog.csdn.net/debren/archive/2005/05/21/377858.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/debren/comments/commentRss/377858.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=377858</trackback:ping><description>http://www-128.ibm.com/developerworks/cn/linux/opensource/os-ecc/index.html&lt;img src ="http://blog.csdn.net/debren/aggbug/377858.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>debren</dc:creator><title>学习DotNet经典网站</title><link>http://blog.csdn.net/debren/archive/2005/04/10/342356.aspx</link><pubDate>Sun, 10 Apr 2005 19:53:00 GMT</pubDate><guid>http://blog.csdn.net/debren/archive/2005/04/10/342356.aspx</guid><wfw:comment>http://blog.csdn.net/debren/comments/342356.aspx</wfw:comment><comments>http://blog.csdn.net/debren/archive/2005/04/10/342356.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/debren/comments/commentRss/342356.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=342356</trackback:ping><description>名称：快速入门
地址：http://chs.gotdotnet.com/quickstart/
描述：本站点是微软.NET技术的快速入门网站，我们不必再安装.NET Framework中的快速入门示例程序，直接在网上查看此示例即看。
****************************************************
名称：微软官方.NET指导站点
地址：http://www.gotdotnet.com/
描述：上面的站点是本站的一个子站点，本站点提供微软.NET官方信息，并且有大量的用户源代码、控件下载，微软.NET开发组的人员也经常在此站点发表一些指导性文章。
****************************************************
名称：SourceForge
地址：http://www.sourceforge.net
描述：世界上最大的Open Source项目在线网站，上面已经有.NET的各种大型Open Source项目上千件，包括SharpDevelop、NDoc、Mono等都是在此站点发布最新源代码&lt;img src ="http://blog.csdn.net/debren/aggbug/342356.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>debren</dc:creator><title>C++ model - OO, OB</title><link>http://blog.csdn.net/debren/archive/2005/02/25/301613.aspx</link><pubDate>Fri, 25 Feb 2005 13:43:00 GMT</pubDate><guid>http://blog.csdn.net/debren/archive/2005/02/25/301613.aspx</guid><wfw:comment>http://blog.csdn.net/debren/comments/301613.aspx</wfw:comment><comments>http://blog.csdn.net/debren/archive/2005/02/25/301613.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/debren/comments/commentRss/301613.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=301613</trackback:ping><description>C++ supports polymorphism through class pointers and references. This style of programming is called object-oriented.
C++ also supports a concrete ADT style of programming now called object-based (OB)—nonpolymorphic data types, such as a String class. &lt;img src ="http://blog.csdn.net/debren/aggbug/301613.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>debren</dc:creator><title>C++/CLI——2004年9月17日Stan Lippman访谈录文字节选 </title><link>http://blog.csdn.net/debren/archive/2005/02/25/301203.aspx</link><pubDate>Fri, 25 Feb 2005 08:55:00 GMT</pubDate><guid>http://blog.csdn.net/debren/archive/2005/02/25/301203.aspx</guid><wfw:comment>http://blog.csdn.net/debren/comments/301203.aspx</wfw:comment><comments>http://blog.csdn.net/debren/archive/2005/02/25/301203.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/debren/comments/commentRss/301203.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=301203</trackback:ping><description>我之前说过，CLI并不仅仅是微软的平台，它是目前唯一有前景的技术。Java已经基本到头了，我是说它只是一种技术而已，它没有更远大的目标了，它已经竭尽所能了。而.NET是当前唯一一种前景远大的技术。就算这一代的编程语言发展到尽头，也不意味着这个平台本身发展到了尽头。所以，对一种语言来说，如果打算超越原生代码，就必须移植到.NET上。这就是我对C++的义务。（设计C++/CLI）的工作开始以后，很多人参与其中，尤其值得称道的是Herb Sutter，他非常非常重要，C++社群里的很多人都贡献了自己的力量。我很高兴。但是你知道，这并不能归功于我。

 

C++的路线是Bjarne确定的，我当然觉得这条路线是很成功的，我对于ISO C++的发展方向感到很振奋。但是，我确实不认为ISO C++有多么有趣，我说这话不是要冒犯谁，只是谈我的真实看法。ISO C++很了不起，但是它跟C99一样，只是对语言机制的一些修补和加强。它没有给我提供线程机制，也没有网络的支持。这事放在21世纪，简直是是一种犯罪。而.NET提供了完备的支持库。在我看来，这是C++早就应该做的事情。 
&lt;img src ="http://blog.csdn.net/debren/aggbug/301203.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>