# OOP-CPP **Repository Path**: powerinfo/oop-cpp ## Basic Information - **Project Name**: OOP-CPP - **Description**: 本项目为成都大学开设的面向对象程序设计(C++ Programming)课程示例程序。 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-05-29 - **Last Updated**: 2025-12-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 面向对象程序设计(C++ Programming) by Shawn Yang
本项目为成都大学开设的面向对象程序设计(C++ Programming)课程示例程序。 ### Chapter1 Getting Started - 快速入门 ### Chapter2 From C to C++ - 从C到C++ ### Chapter3 Class and object - 类和对象 ### Chapter4 Operator overloading - 运算符重载 ### Chapter5 Inheritance and Derived - 继承与派生 ### Chapter6 Inheritance and Virtual function - 多态与虚函数 ### Chapter7 File operations and Template - 文件操作和模版 ### Chapter8 STL1(Standard Template Library 1) - 标准模版库1 ### Chapter9 STL2(Standard Template Library 2)- 标准模版库2 ### Chapter10 C++ new features - C++高级主题和C++新特性 ### Projects - 项目示例 ## 参考资料 1. 《C++ Prime(第五版)》 2. 《新标准C++程序设计教程》,郭炜,清华大学出版社,2012 3. 《C++程序设计》,姜学锋、周国清、刘君瑞,清华大学出版社,2012年 4. 《面向 C 程序员的 C++》 5. 《C++ 剖析》