㈠ cout<<endl;什麼意思
cout<<endl;表示輸出換行的意思。
endl=end of line
換句話說就是讓屏幕上輸出的內容換行到下一行。
使用前需要使用#include<iostream>的頭文件,以及在對應的函數中寫入using namespace std或者std::endl;
㈠ cout<<endl;什麼意思
cout<<endl;表示輸出換行的意思。
endl=end of line
換句話說就是讓屏幕上輸出的內容換行到下一行。
使用前需要使用#include<iostream>的頭文件,以及在對應的函數中寫入using namespace std或者std::endl;