C++ cout
摘要:
cout.flush() cout.put() 输出一个字符 char* p = "hello"; cout.write(p,sttrlen(q)-3) 输出字符串,能够选定长度。二进制流输出 cout<<"<Start>" cout.width(30)//插入30个字符 cout.fill(‘*’ 阅读全文
posted @ 2018-09-10 21:57 名侦探江户川 阅读(185) 评论(0) 推荐(0) 编辑