ellagic-acid 发表于 2025-3-25 03:33:44

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

Annotate 发表于 2025-3-25 11:12:02

Exception Handling,provide some method of recovery when errors do occur. Writing code to trap errors can be a difficult task and this chapter doesn’t claim to be any more than an introduction.. Also, it should be emphasized that many of the examples given in this chapter are very small programs that are only for demon

殖民地 发表于 2025-3-25 12:41:03

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

FIG 发表于 2025-3-25 19:48:23

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

Tailor 发表于 2025-3-25 23:08:11

Input and Output,very safe system for performing input and output operations; errors either get trapped at compile-time or they set error flags associated with I/O library objects. This library uses many of the more advanced techniques of C++, such as classes, templates, inheritance and exception handling. It is cle

过时 发表于 2025-3-26 00:35:08

Pointers and Arrays,ed for vectors, matrices and the convenient storage of related data. In this chapter we introduce a simple picture of the way memory is organized, together with powerful methods for using contiguous areas of memory.

放牧 发表于 2025-3-26 07:15:46

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.

喃喃而言 发表于 2025-3-26 12:05:32

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

DAUNT 发表于 2025-3-26 16:31:24

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

揭穿真相 发表于 2025-3-26 19:36:30

,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.
页: 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