<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>C++/C</title>
<link>http://www.cccto.com/a/biancheng/CL/</link>
<description>编程 / C++/C</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2009-2010 CCCTO. 虫虫技术在线 版权所有]]></generator>
<webmaster>dragonox@vip.sina.com</webmaster>
<item>
    <title><![CDATA[C++引用计数的智能指针有效回收方法]]></title>
    <link>http://www.cccto.com/a/biancheng/CL/2010/0219/222.html</link>
    <description><![CDATA[引用计数指针是否能有效地回收，对系统意外关机之后数据的恢复来说至关重要，关键是要避免对象复制。 怎样从灾难性故障中，恢复一个长期运行、系统级的后台守护进程或者服务，]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>C++/C</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[C++:虚函数与抽象类]]></title>
    <link>http://www.cccto.com/a/biancheng/CL/2010/0219/221.html</link>
    <description><![CDATA[1.虚函数 1.1虚函数的作用 虚函数的作用是允许在派生类中重新定义与基类同名的函数，并且可以通过基类指针或引用来访问基类和派生类中的同名函数。 class Time{ public: Time(int=0,int=0,]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>C++/C</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[实用的C#特性、经验和技巧]]></title>
    <link>http://www.cccto.com/a/biancheng/CL/2010/0219/220.html</link>
    <description><![CDATA[突然想到，想要通过名字来获得枚举的值，看了不少的资料，发现上面都只是解释枚举的语法而已，对于它的实际应用，一点也不提及，难道只能用switch来判断？不好吧，这样也未免太]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>C++/C</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[C#版MVC框架PureMVC的深入分析和改良方案]]></title>
    <link>http://www.cccto.com/a/biancheng/CL/2010/0219/219.html</link>
    <description><![CDATA[在PureMVC中，通知（Notification）贯穿整个框架，把观察者模式发挥得淋漓尽致。MVC的三层通信都是通过Notification来通信。Notification由两部分组成：Name和Body。如果把Notification当作是邮件，]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>C++/C</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[C#基础之String篇]]></title>
    <link>http://www.cccto.com/a/biancheng/CL/2010/0219/218.html</link>
    <description><![CDATA[曾经看到过许多同事写过一些类似于StringHelper类（封装一些常用的字符串操作方法的类），我自己也写过类似的类，封装一些拼接字符串，比较字符串，判断字符串等常用的字符串操作]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>C++/C</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[C#的虚函数解析机制]]></title>
    <link>http://www.cccto.com/a/biancheng/CL/2010/0219/217.html</link>
    <description><![CDATA[前言 这篇文章出自我个人对C#虚函数特性的研究和理解，未参考、查阅第三方资料，因此很可能存在谬误之处。我在这里只是为了将我的理解呈现给大家，也希望大家在看到我犯了错误]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>C++/C</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[C++如何处理内联虚函数]]></title>
    <link>http://www.cccto.com/a/biancheng/CL/2010/0219/216.html</link>
    <description><![CDATA[当一个函数是内联和虚函数时，会发生代码替换或使用虚表调用吗？ 为了弄清楚内联和虚函数，让我们将它们分开来考虑。通常，一个内联函数是被展开的。 class CFoo { private: int val;]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>C++/C</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[教你理解复杂的C/C++声明]]></title>
    <link>http://www.cccto.com/a/biancheng/CL/2010/0219/215.html</link>
    <description><![CDATA[介绍 曾经碰到过让你迷惑不解、类似于int * (* (*fp1) (int) ) [10];这样的变量声明吗？本文将由易到难，一步一步教会你如何理解这种复杂的C/C++声明：我们将从每天都能碰到的较简单的声]]></description>
    <pubDate>2010-02-19</pubDate>
    <category>C++/C</category>
    <author>admin</author>
    <comments>未知</comments>
</item>

</channel>
</rss>

