摘要: 1、统一的初始化方法 int arr[3]{1, 2, 3}; vector<int> iv{1, 2, 3}; map<int, string> mp{{1, "a"}, {2, "b"}}; string str{"Hello World"}; int * p = new int[20]{1,2 阅读全文
posted @ 2019-05-12 22:55 ZhuzhuDong 阅读(172) 评论(0) 推荐(0)