Would you mind helping me to solve the following problem!!
I have a file wires.inp. it is existing in c:\\ctemp\\vuth\\wires.inp. When i tried to open it :
FILE *fwiresInp;
fwiresInp=fopen("c:\\ctemp\\vuth\\wires.inp","r");
Error existed!!! it means that i cannot open the file above. Could u suggest me some solutions??
Is it because of the extension of that file, i mean .inp ??
Otherwise when i changed it to wires.txt, it worked smoothly.
But in this circumstance, i nedd wires.inp not wires.txt.
Thanks in advance
Daravuth KEU- vuthcam