C++基础教程.docx 1.1 C++程序结构 (Structure of a program) 下面我们从一个最简单的程序入手看一个C++程序的组成结构。 // my first program in C++ #include using namespace std; int main() { cout