共用方式為


cout

指定 cout 全域資料流。

extern ostream cout;

傳回值

ostream 物件。

備註

物件控制項插入至標準輸出做為位元組資料流。

範例

提供的使用範例 cout參閱 cerr

需求

標題: <iostream>

命名空間: std

請參閱

參考

ostream

iostream 程式設計

iostreams 慣例