共找到2條詞條名為oStream的結果 展開

oStream

C++頭文件

oStream是C++頭文件包含輸出有關內容。

目錄

正文


#include
using namespace std;
int main(){
cout << "Helloworld";
return 0;
}