Need another set of eyesI love the old way of doing so: Makefile FTW!
Need another set of eyesgcc = g++ if you want to make your compiler understand you have multiple source files (.cpp) to use...
Random numbers into 2d arrayIs it because you forgot to initialize your array? Where are you filling your array with random num...
Need another set of eyesThe compiler error you have is because you compile only the main.cpp unit. And cannot find a definit...
Operator overloading - error: too many parameters for this operator functionEasy way to remember where is the scope of relational operators: 2 args = global scope 1 arg = clas...
This user does not accept Private Messages