Accelerated C++:通过示例进行编程实践——练习解答(第16章)

       本书习题方面的解答终于告一段落,前期都是把代码粘贴到CSDN,发现那样除了使博客好看点意外没有别的效率着实低下,是以后面大多章节除了必要性的解释和简单的问题给出分析和部分代码外,都将源码在编写后直接push到了Github上。在那里你能下载或者在线浏览到全部的习题源码。Github也会经常更新,也会有更多关于C++的学习资源与大家分享。

16-0. Compile, execute, and test the programs in this chapter.

16-1. Write a self-reproducing program. Such a program is one that does no input, and that, when run, writes a copy of its own source text on the standard output stream.

你可能感兴趣的:(编程,C++,C++,Accelerated,Accelerated,通过示例进行编程实践,C++习题解答)