2018年9月24日

day15(C++格式化输出数字)

摘要: C++格式化输出数字 1.引入包 #include<iostream> #include<iomanip> 2.声明stringstream ss; 3.ss<<"filename"<<fillname<<"/"<<"img_"<<std::setw(5)<<std::setfill('0')<<n 阅读全文

posted @ 2018-09-24 16:16 Magic_chao 阅读(632) 评论(0) 推荐(0)

导航