1、C++第一個程序 程序中\n與endl相同,endl表示結束流,在流中起做用! #include iostream using namespace std; int main() { cout "Hello, world!" endl; return 0; } 2、註釋