Archive for:

05/23/2009

C++ Primer 第四版题解 第2章 变量和基本类型 (c++ primer 4th answer从影印pdf手动抄上来的)

类归于: C++ Primer - 23 五 2009

Exercise 2.1

What is the difference between an int, a long, and a short value?

int、long 和 short 类型之间有什么差别?

05/01/2009

C++ Primer 第四版题解 快速入门章节(c++ primer 4th answer从影印pdf手动抄上来的)

类归于: C++ - 01 五 2009

快速入门

习题1.1

Review the documentation for your compiler and determine what file naming convention it uses. Compile and run the main program from page 2

查看所用的编译器文档,了解它所用的文件命名规范。编译并运行本节的main程序。

[解答]

04/29/2009

两本c++的经典书:c++ primer 4th及The C++ Standard Library

类归于: C++ - 29 四 2009

其中C++ Primer 4th是中英文对照的chm格式,另附英文格式及完整版的pdf影印题解,题解质量实在不敢恭维,聊胜于无,网上应该就这一份。The C++ Standard Library同样是chm格式。以下是两本书的简要说明:

C++ Primer 4th:Changes to the Fourth Edition 第四版的改动
In this edition, we have completely reorganized and rewritten the C++ Primer to highlight modern styles of C++ programming. This edition gives center stage to using the standard …