C++ helloworld

#include <iostream> using namespace std; int main() { cout << "hello" << endl; system("pause");#暫停 return 0; } 主函數main()  一個項目只能有一主函數,只能命名爲main   頭文件 兩行 iostream 輸入輸出流  輸入輸出 可連續輸出  #include <iostre
相關文章
相關標籤/搜索