摘要: 1 #include 2 #include 3 using namespace std; 4 5 6 int main() 7 { 8 //3.6 9 string str("some thing");10 for(decltype(str.size()) i = ... 阅读全文
posted @ 2015-04-16 11:15 无敌烤皮蛋 阅读(89) 评论(0) 推荐(0)
摘要: 1 #include 2 #include 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using std::cout; 5 u... 阅读全文
posted @ 2015-04-16 09:31 无敌烤皮蛋 阅读(85) 评论(0) 推荐(0)
摘要: 1 #include 2 #include 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using std::cout; 5 u... 阅读全文
posted @ 2015-04-16 09:26 无敌烤皮蛋 阅读(86) 评论(0) 推荐(0)
摘要: 1 #include 2 #include 3 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 4 using std::cout; 5 u... 阅读全文
posted @ 2015-04-16 09:16 无敌烤皮蛋 阅读(87) 评论(0) 推荐(0)