C++ 评析

[入库:2005年11月11日] [更新:2007年10月17日]

本文简介:Static data and functions: members of a class not bound to objects. Gaining access to private parts: friend functions and classes. Abstract Containers to put stuff into.


Chapter 1: This overview of the chapters.

Chapter 2: A general introduction to C++.

Chapter 3: A first impression: differences between C and C++.

Chapter 4: The `string& data type.

Chapter 5: The C++ I/O library.

Chapter 6: The `class& concept: structs having functions. The `object& concept:  variables of a class.

本方案相关附件

本文关键:,C++ 评析,
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top