纵火 发表于 2025-3-23 11:36:44

Static variables and functions,This chapter looks at the storage class static.

形上升才刺激 发表于 2025-3-23 15:07:46

A case study using OOD,This chapter goes through the construction of a simple board game using object-oriented design techniques.

有帮助 发表于 2025-3-23 20:10:41

http://reply.papertrans.cn/71/7002/700191/700191_13.png

FILTH 发表于 2025-3-24 02:03:42

Defining new operators,This chapter shows how classes can contain definitions for overloaded C++ operators, enabling the user to extend the language to manipulate instances of these classes in a way specific to their needs.

蚊帐 发表于 2025-3-24 06:04:14

http://reply.papertrans.cn/71/7002/700191/700191_15.png

Serenity 发表于 2025-3-24 09:56:01

http://reply.papertrans.cn/71/7002/700191/700191_16.png

疏远天际 发表于 2025-3-24 12:25:24

http://reply.papertrans.cn/71/7002/700191/700191_17.png

渗透 发表于 2025-3-24 18:00:44

Safe arrays in C++,This chapter describes how the operator () can be overloaded to provide a safe implementation of arrays in C++.

知识 发表于 2025-3-24 23:04:08

Macros,This chapter describes the macro language provided as a pre-processor for C++ . In essence, a macro provides the means of replacing a sequence of program symbols by another set of symbols. Macros are a very powerful facility when correctly used. However, when incorrectly used they can make a program unreadable, and unmodifiable.

CUR 发表于 2025-3-25 00:39:12

http://reply.papertrans.cn/71/7002/700191/700191_20.png
页: 1 [2] 3 4 5 6 7
查看完整版本: Titlebook: Object-Oriented Software in C++; Michael A. Smith Book 1993 Michael A. Smith 1993 C++.C++ programming language.object.object-oriented soft