常用代码段
Posted 一叶知秋
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了常用代码段相关的知识,希望对你有一定的参考价值。
1.C++读取txt文本数据
ifstream infile; string num; int x; infile.open("xxx.txt"); while(infile>>num) { x = atoi(num.c_str()); }
以上是关于常用代码段的主要内容,如果未能解决你的问题,请参考以下文章
Posted 一叶知秋
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了常用代码段相关的知识,希望对你有一定的参考价值。
1.C++读取txt文本数据
ifstream infile; string num; int x; infile.open("xxx.txt"); while(infile>>num) { x = atoi(num.c_str()); }
以上是关于常用代码段的主要内容,如果未能解决你的问题,请参考以下文章