轻推 发表于 2025-3-23 13:32:18

Control Structure, would fail, but there is nothing we can do to prevent this with the techniques we have learned so far. All of our programs have a very simple control structure. In fact control just passes from one statement to the next, with no alternative pathway through a program. Our next task is to introduce i

下级 发表于 2025-3-23 15:03:57

http://reply.papertrans.cn/48/4733/473291/473291_12.png

Neonatal 发表于 2025-3-23 21:22:01

http://reply.papertrans.cn/48/4733/473291/473291_13.png

landmark 发表于 2025-3-24 00:58:48

Further Pointer Techniques,consider strings, pointers as function arguments, pointers to functions, dynamic memory allocation and reference arguments. It should be emphasized that in this chapter we are . concerned with the more sophisticated string defined as a C++ template. We consider such “strings” in Chapter 17.

Arb853 发表于 2025-3-24 03:58:23

Classes,a user-defined type (sometimes called an abstract data type) that has its own collection of data, functions and operators.. Various levels of data hiding are provided and these help to create an interface to the class, hiding its implementation.

cutlery 发表于 2025-3-24 08:38:23

Operator Overloading, name, but the functions have different numbers of arguments or different argument types. Using similar techniques, we can overload the built-in operators (such as assignment, addition, multiplication etc.) so that they perform user-defined operations. This chapter is concerned with the details of h

Cardioversion 发表于 2025-3-24 14:21:18

http://reply.papertrans.cn/48/4733/473291/473291_17.png

Countermand 发表于 2025-3-24 17:30:57

,Bitwise Operations††,tions are not common in numerical applications, but such operations are sometimes used to reduce memory requirements. It is also important to understand how the fundamental data types are represented in terms of bits, and what restrictions these representations impose on our calculations.

Mumble 发表于 2025-3-24 19:43:10

http://reply.papertrans.cn/48/4733/473291/473291_19.png

Generator 发表于 2025-3-25 02:55:01

http://reply.papertrans.cn/48/4733/473291/473291_20.png
页: 1 [2] 3 4 5 6
查看完整版本: Titlebook: Introducing C++ for Scientists, Engineers and Mathematicians; Derek Capper Textbook 2001Latest edition Springer-Verlag London 2001 C progr