Zebartin / Effective-CPP-practice

Effective C++ practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Effective-CPP-practice

阅读 Effective C++: 55 Specific Ways to Improve Your Programs and Designs, 3rd edition,中文译名《Effective C++:改善程序与设计的55个具体做法》(第三版)一书时,做的一些代码验证练习和笔记。

按章节划分:

Chapter 1: Accustoming Yourself to C++
Chapter 2: Constructors, Destructors, and Assignment Operators
Chapter 3: Resource Management

资源(resource)是指使用完毕后要返还给系统的东西。比如内存、文件描述符、互斥锁、GUI的字体和笔刷、数据库连接以及网络套接字。

Chapter 4: Designs and Declarations
Chapter 5: Implementations
Chapter 6: Inheritance and Object-Oriented Design
Chapter 7: Templates and Generic Programming
Chapter 8: Customizing new and delete
Chapter 9: Miscellany

About

Effective C++ practice


Languages

Language:C++ 100.0%