我的笔记本

2. base64编码

来源:http://www.ruanyifeng.com/blog/2008/06/base64.html

3. EOF

int x;
while( cin >> x ), while( scanf("%d", &x) ) 该如何结束输入?
windows下键盘输入 ctrl + z; (每输入一个数值,记得换行!!!)

 4. 地理空间距离计算优化

5. c++读取一行输入

string s;
getline(cin, s);

转载于:https://www.cnblogs.com/gattaca/p/4411826.html

猜你喜欢

转载自blog.csdn.net/weixin_33733810/article/details/93401728