09 2016 档案

摘要:http://blog.csdn.net/u011821462/article/details/50145221 这篇博客已经写得很详细了。 阅读全文
posted @ 2016-09-18 19:25 shrimp_929 阅读(1734) 评论(0) 推荐(0)
摘要:cout<<setw(2)<<setfill('0')<<hours; 阅读全文
posted @ 2016-09-12 13:11 shrimp_929 阅读(1963) 评论(0) 推荐(0)
摘要:要想知道各个类型的数据如int、float、double、long等所能表示的范围,可以加上头文件<limits>,这些类型的范围都在类numeric_limits中定义了的。 类模板:template <class T> numeric_limits 其中T为我们想要查询的数据的类型,如int、f 阅读全文
posted @ 2016-09-12 12:19 shrimp_929 阅读(382) 评论(0) 推荐(0)