User profile: Ebenezer justin

User info
User name:Ebenezer justin
Name:ebe
Location:Chennai
History
Joined:
Number of posts:4
Latest posts:

file format
hai friends, can any one help me, how a file can be written in this format? (its not tab space, ...

writing to file _sometimes_ goes wrong
without seeing ur coding, and knowing ur exact need, i cant help u. its ur coding problem, i think ...

Reading strings in from a text file
can 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 file
try this.... while(!infile.eof() ) { if( grade !=-1) { ....... ...... ..... } } ..........