User: abdulqadir

  • Public profile

User profile: abdulqadir

User info
User name:abdulqadir
History
Joined:
Number of posts:1
Latest posts:

reading from file
try this: string a; while(!file.eof()) { getline (file, a, ' ') cout << a << "\n"; }

This user does not accept Private Messages