- 13
- 0
- 约5.99万字
- 约 53页
- 2018-03-19 发布于河南
- 举报
面向对象的C程序设计第六版课后习题答案第九章
Chapter 9
POINTERS AND DYNAMIC ARRAYS
1 Solutions to and Remarks on Selected Programming Assignments.
In spite of the fact that the latest C++ Standard says compilers should throw an exception instead of returning 0, I have continued the use of testing for failure of new to allocate memory by comparing the value returned from the new operator with 0, or the NULL preprocessor symbol. We have not treated exceptions yet, so we do not know how to catch and handle exceptions. Beyond this, most systems are paged, which means that when the memory resource is over committed, the memory paging system w
原创力文档

文档评论(0)