User profile: toexii

User info
User name:toexii
History
Joined:
Number of posts:79
Latest posts:

Which book should I read for a total beginner?
Programming Principles and Practice by Bjarne Stroustrup I found this to be an excellent book, bu...

read digits from file and store them as separate integers
I assume you want to use the array of digits for something, so I'd say return the array of digits: ...

read digits from file and store them as separate integers
My first topic here was actually about splitting an integer into a vector of its digits. :p http://...

HELP
I think you should look into network/socket programming. I reckon that's what you'll need to make so...

Extending Classes: Overriding methods
You should probably make the function you want to override a virtual function like this: [code]vi...