Subclass unable to access parent class C++ Inheritance, Virtuality and PolymorphismShape2D aShape2D[100]; This array is problematic. You want an array of different shapes, but this i...
How to pass type char in function with parametersI recommend you read on Pointers and arrays here http://cplusplus.com/doc/tutorial/pointers/ But es...
Need help with sorting arrayUse an array of integers. [code] int wasReadIn[50]; [/code] Instead of setting true/false, add 1 t...
Subclass unable to access parent class C++ Inheritance, Virtuality and PolymorphismWhat exactly is variable aSquare? Shouldn't you just call aShape2D[0].computeArea() ? The biggest ...
too few arguments to function 'int getData (int)'Function prototype for void alpha() is wrong. Wrong: void alpha(int [][COLUMNS]); Correct: void al...
This user does not accept Private Messages