J_expoler2
Member level 4
ex data from file ex aa.txt
//
10.7939453125
5.7196457736
1.6390841007
1.4315398899
1.6162836208
//
i use command;
fscanf(fp,"%d.%d",&d1,&d2);
i want use data to process but data read from file are incorrect
how i programming (C++)
thank
//
10.7939453125
5.7196457736
1.6390841007
1.4315398899
1.6162836208
//
i use command;
fscanf(fp,"%d.%d",&d1,&d2);
i want use data to process but data read from file are incorrect
how i programming (C++)
thank