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 integersI 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 integersMy 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 methodsYou should probably make the function you want to override a virtual function like this: [code]vi...