Summing up an Array: ErrorAs in, the sum of all elements there? You'll need to iterate over that one too in that case.
A bit like polymorphism, but with function pointersThat's what I'm talking about. Thanks!
Summing up an Array: ErrorIt's not a double to int conversion problem. It's a double* to int conversion problem. Your function...
A bit like polymorphism, but with function pointers[quote]I don't think it would be safe to allow that. Imagine the derived class having some data memb...
Binary Files Chances are the problem is caused by the file not being located at the program's working directory. ...