a,b,c要什么变量,假如int ,char ,string假如是int;int a,b,c;#include ifstream infile();//写上路径 intfile>>a>>b>>c;应该就可以了。忘记是ifstream还是ofstream。
读入文件,按字符读取,遇到逗号就停止,然后赋值,一行输出一个变量
利用 strchr函数 处理读取到的字符串