<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Effective C&#43;&#43; - 分类 - Ting</title>
        <link>https://example.com/categories/effective-c&#43;&#43;/</link>
        <description>Effective C&#43;&#43; - 分类 - Ting</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>vlicecream520@gmail.com (Ting)</managingEditor>
            <webMaster>vlicecream520@gmail.com (Ting)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Thu, 09 Mar 2023 16:29:59 &#43;0800</lastBuildDate><atom:link href="https://example.com/categories/effective-c&#43;&#43;/" rel="self" type="application/rss+xml" /><item>
    <title>条款41~48 模板与泛型编程</title>
    <link>https://example.com/effective-c-%E6%9D%A1%E6%AC%BE41-48/</link>
    <pubDate>Thu, 09 Mar 2023 16:29:59 &#43;0800</pubDate>
    <author>Ame</author>
    <guid>https://example.com/effective-c-%E6%9D%A1%E6%AC%BE41-48/</guid>
    <description><![CDATA[条款41~48 模板与泛型编程 条款41 隐式接口和编译器多态 什么是显式接口和运行期多态 在面向对象编程世界里总是以显式接口和运行期多态解决问题，举]]></description>
</item>
<item>
    <title>条款32~40 继承与面向对象设计</title>
    <link>https://example.com/effective-c-%E6%9D%A1%E6%AC%BE32-40/</link>
    <pubDate>Wed, 08 Mar 2023 16:29:59 &#43;0800</pubDate>
    <author>Ame</author>
    <guid>https://example.com/effective-c-%E6%9D%A1%E6%AC%BE32-40/</guid>
    <description><![CDATA[条款32~40 继承与面向对象设计 前言 这一大章条款 主要是说的继承与面向对象设计，说实话我觉得没有看这一大章的必要，去看本博客的《设计模式》章节]]></description>
</item>
<item>
    <title>条款26～31 实现</title>
    <link>https://example.com/effective-c-%E6%9D%A1%E6%AC%BE26-31/</link>
    <pubDate>Tue, 07 Mar 2023 16:29:59 &#43;0800</pubDate>
    <author>Ame</author>
    <guid>https://example.com/effective-c-%E6%9D%A1%E6%AC%BE26-31/</guid>
    <description><![CDATA[条款26～31 实现 条款26 尽可能延后变量定义得时间 因为变量（对类而言）的定义，需要承担一次构造函数的时间，在函数结束后还可能承担一次析构函数]]></description>
</item>
<item>
    <title>条款18～25 设计与生命</title>
    <link>https://example.com/effective-c-%E6%9D%A1%E6%AC%BE18-25/</link>
    <pubDate>Mon, 06 Mar 2023 16:29:59 &#43;0800</pubDate>
    <author>Ame</author>
    <guid>https://example.com/effective-c-%E6%9D%A1%E6%AC%BE18-25/</guid>
    <description><![CDATA[条款18～25 设计与生命 条款18 让接口容易被正确使用，不易被误用 对class的参数类型进行抽象 我们普通的定义一个接口会有啥问题，如下述代码 1]]></description>
</item>
<item>
    <title>条款13～17 资源管理</title>
    <link>https://example.com/effective-c-%E6%9D%A1%E6%AC%BE13-17/</link>
    <pubDate>Sun, 05 Mar 2023 16:29:59 &#43;0800</pubDate>
    <author>Ame</author>
    <guid>https://example.com/effective-c-%E6%9D%A1%E6%AC%BE13-17/</guid>
    <description><![CDATA[条款13～17 资源管理 知识点 RAII对象 本大章节-资源管理，需要弄懂什么是RAII，在本博客《什么是RAII》中有详解 条款13 以对象管理资源]]></description>
</item>
<item>
    <title>条款5～12 构造/析构/赋值运算</title>
    <link>https://example.com/effective-c-%E6%9D%A1%E6%AC%BE5-12/</link>
    <pubDate>Sat, 04 Mar 2023 16:29:59 &#43;0800</pubDate>
    <author>Ame</author>
    <guid>https://example.com/effective-c-%E6%9D%A1%E6%AC%BE5-12/</guid>
    <description><![CDATA[条款5～12 构造/析构/赋值运算 条款5-了解c++默认生成的函数 前言 这本书其实有点老，该条款有很多东西过时了，所以该条款被 &ldquo;Effective Modern C++&rdquo; 条款17 特种]]></description>
</item>
<item>
    <title>条款1～4 让自己习惯c&#43;&#43;</title>
    <link>https://example.com/effective-c-%E6%9D%A1%E6%AC%BE1-4/</link>
    <pubDate>Fri, 03 Mar 2023 16:29:59 &#43;0800</pubDate>
    <author>Ame</author>
    <guid>https://example.com/effective-c-%E6%9D%A1%E6%AC%BE1-4/</guid>
    <description><![CDATA[条款1～4 让自己习惯c++ 条款1-视c++为一个语言联邦 视c++为一个语言联邦 C Object-Oriented C++ Template C++ The STL Summary 我们想要学习c++，一定就得学这4个，分别是c]]></description>
</item>
</channel>
</rss>
