Cplusplus Annotations
From Blognone
Contents |
ลิขสิทธิ์
เอกสารนี้ตีพิมพ์โดย ศูนย์คอมพิวเตอร์,มหาวิทยาลัยแห่งเจอร์นิเกน,เนเธอร์แลนด์ ภายใต้ลิขสิทธิ์ GNU General Public License ต้นฉบับ.
ไซต์พจนานุกรม
กลุ่มร่วมงาน(เวิร์กกรุ๊ป)
ตารางของเนื้อหา
บทที่ครอบคลุมหัวข้อภายใน C++ Annotations
- บทที่ 1: This overview of the chapters.
- บทที่ 2: A general introduction to C++.
- บทที่ 3: A first impression: differences between C and C++.
- บทที่ 4: The `string' data type.
- บทที่ 5: The C++ I/O library.
- บทที่ 6: The `class' concept: structs having functions. The `object' concept: variables of a class.
- บทที่ 7: Allocation and returning unused memory: new, delete, and the function set_new_handler().
- บทที่ 8: Exceptions: handle errors where appropriate, rather than where they occur.
- บทที่ 9: Give your own meaning to operators.
- บทที่ 10: Static data and functions: members of a class not bound to objects.
- บทที่ 11: Gaining access to private parts: friend functions and classes.
- บทที่ 12: Abstract Containers to put stuff into.
- บทที่ 13: Building classes upon classes: setting up class hierarcies.
- บทที่ 14: Changing the behavior of member functions accessed through base class pointers.
- บทที่ 15: Classes having pointers to members: pointing to locations inside objects.
- บทที่ 16: Constructing classes and enums within classes.
- บทที่ 17: The Standard Template Library, generic algorithms.
- บทที่ 18: Function templates: using molds for type independent functions.
- บทที่ 19: Class templates: using molds for type independent classes.
- บทที่ 21: Several examples of programs written in C++.