User: SeiZa

  • Public profile

User profile: SeiZa

User info
User name:SeiZa
History
Joined:
Number of posts:37
Latest posts:

Need another set of eyes
I love the old way of doing so: Makefile FTW!

Need another set of eyes
gcc = g++ if you want to make your compiler understand you have multiple source files (.cpp) to use...

Random numbers into 2d array
Is it because you forgot to initialize your array? Where are you filling your array with random num...

Need another set of eyes
The 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 function
Easy way to remember where is the scope of relational operators: 2 args = global scope 1 arg = clas...

This user does not accept Private Messages