User: Raezzor

  • Public profile

User profile: Raezzor

User info
User name:Raezzor
History
Joined:
Number of posts:304
Latest posts:

Returning a value of 5
You are reading the entire file into a single variable of type int. No way that can work as you are ...

Issue reading info from file.
Ya, that explains why my last attempt last night didn't work. Heh. My next thought was to use getlin...

Issue reading info from file.
Guess I'ma have to learn how to do that then. :) Thanks for the help guys!

Can someone give me a hint on how to add the values inside a 2-dimensional arrays?
[code] int days [2][2] = {1,1, 1,1};[/code] Unfortunately, that's still incorrect. You need a se...

Issue reading info from file.
Ah, so leave the semicolon off the end and getline will still work, without even need to pass a deli...

This user does not accept Private Messages