会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
myd620
<有时候,黑暗与黎明只一步之遥>
博客园
首页
新随笔
联系
订阅
管理
2022年2月21日
c++ fstream读写方式
摘要: 读函数 >> get getline read 写函数 << put write
阅读全文
posted @ 2022-02-21 17:58 myd620
阅读(39)
评论(0)
推荐(0)
编辑
c++ ignore
摘要: std::cin.ignore() can be called three different ways:1.No arguments: A single character is taken from the input buffer and discarded:std::cin.ignore()
阅读全文
posted @ 2022-02-21 17:05 myd620
阅读(73)
评论(0)
推荐(0)
编辑
公告