複製鏈接
請複製以下鏈接發送給好友

oStream

鎖定
oStream是C++頭文件包含輸出有關內容。
中文名
ostream
外文名
ostream
C++
頭文件
#include <ostream>
using namespace std;
int main(){
cout << "Helloworld";
return 0;
}