Best way to exchange array between derived class and base class[b]keskiverto[/b]: I'm not sure what you mean by your second example. I don't see how the derived cl...
Best way to exchange array between derived class and base classBasically I want the array in the base class, but the size of the array defined by the derived class...
C++ Run Time Check Failure'5' and '6' have array overruns, you are lucky to get a run time error and not just a program crash....
simple problem but confused.if (r = t) is basically r = t; if (r) secondly, you are dereferencing a dangling pointer, so this i...
Best way to exchange array between derived class and base classBase class has an array, whose size is controlled by the derived class. I can't use the STL and ...
This user does not accept Private Messages