一个C 格式化数据的IO(VC 可用版).rar
VC 使用C 实现格式化数据的IO完整源码,附加上示例,char bookname[100];double price;int counts; cout bookname; cout price; cout counts; cout< cout< cout.width(5); //单价显示宽度为5个字符 cout.fill('*');//宽度不满用*字符填充 cout< cout
下载地址
用户评论