I'm a Physics major at school, and they taught us a bit of C/C++ without really teaching us how to make good code. The question I have is it's common for us to have multiple objects that have similar ...
I ran into a bit of a roadblock trying to code a program to perform simple matrix operations. The catch was that I wanted to be able to let the user specify the dimension of the matrices on the fly.