ellagic-acid 发表于 2025-3-25 03:33:44
http://reply.papertrans.cn/48/4733/473291/473291_21.pngAnnotate 发表于 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.pngFIG 发表于 2025-3-25 19:48:23
http://reply.papertrans.cn/48/4733/473291/473291_24.pngTailor 发表于 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.pngDAUNT 发表于 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.