标签:amp blog post log 类型 学习 typeid ctrl pos
2018-01-20
while (cin >> n)//终止可以使用输入eof或Ctrl+Z
for (auto &c : str) cout << typeid(c).name();//查看auto的类型
C++学习心得(一)
原文地址:https://www.cnblogs.com/2Bthebest1/p/8320482.html