vcl_iostream.hhh

来自「DTMK软件开发包,此为开源软件,是一款很好的医学图像开发资源.」· HHH 代码 · 共 37 行

HHH
37
字号
@cin
@cout
@cerr
@clog
@wcout
// the following are not actually in the
// <iostream> synopsis. for example, endl
// and ends actually come from <ostream>.
// hex, oct, dec, ws, setprecision, setw,
// setfill, fixed, scientific come from
// <iomanip>.
@ios
@ios::in
@ios::out
@ios::ate
@ios::app
@ios::trunc
@ios::binary
@ios::openmode
@istream
@ostream
@endl
@ends
@flush
@streampos
@streambuf
@streamsize
@hex
@oct
@dec
@ws
@setfill
@setprecision
@setw
@fixed
@scientific

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?