User: chrisamgad

  • Public profile

User profile: chrisamgad

User info
User name:chrisamgad
History
Joined:
Number of posts:6
Latest posts:

Why are Marks not copied in my array?(streams)
[quote]It is trying to read two integers, so it will stop when it either hits the end of the file or...

Can't use streams properly in a member function of a class
[quote]tpb (380) Don't include <fstream> in the header file (unless you are actually using it in the...

Can't use streams properly in a member function of a class
I am trying to read a map from text file to an array by using a member function of a class but I am ...

having junk when reading characters from text file
[code]string line; for (int r = 0; r < 8; r++) { getline(source, line); for (int...

having junk when reading characters from text file
[quote]It's more portable for main to return an int instead of being void. You are checking for sou...

This user does not accept Private Messages