随笔分类 -  c++Primer习题答案

摘要:练习2.10:下面变量的初始值是什么? 1 #include<iostream> 2 #include<Windows.h> 3 4 using namespace std; 5 6 7 std::string g_str; 8 int g_int; 9 10 int main(void) 11 { 阅读全文
posted @ 2020-02-24 20:24 等闲 阅读(119) 评论(0) 推荐(0)