## 第一章 C++ 基础知识 (Basics of C++)
1. [C++程序结构](http://www.prglab.com/cms/pages/c-tutorial/c-basics/program-structure.php)
Structure of a program
2. [变量和数据类型](http://www.prglab.com/cms/pages/c-tutorial/c-basics/variables-and-data-types.php)
Variables and Data types
3. [常量](http://www.prglab.com/cms/pages/c-tutorial/c-basics/constants.php)
Constants
4. [操作符/运算符](http://www.prglab.com/cms/pages/c-tutorial/c-basics/operators.php)
Operators
5. [控制台交互](http://www.prglab.com/cms/pages/c-tutorial/c-basics/console.php)
Communication through console