file formathai friends, can any one help me, how a file can be written in this format? (its not tab space, ...
writing to file _sometimes_ goes wrongwithout seeing ur coding, and knowing ur exact need, i cant help u. its ur coding problem, i think ...
Reading strings in from a text filecan i no the exact output u want. if u want to read the file, line by line means use getline(buffer...
How to read in text filetry this.... while(!infile.eof() ) { if( grade !=-1) { ....... ...... ..... } } ..........