User profile: dulahdaglace

User info
User name:dulahdaglace
History
Joined:
Number of posts:4
Latest posts:

dynamic array in sub-subclass
thanks, u were right, when i put void myFunc::subclass(int* arr){ array=arr; subsubclass(); };...

dynamic array in sub-subclass
i can see the array in my subclass, but not my sub-subclass. im working on another project and it to...

array overwrite/bad pointer?
thanks- i changed it to a dynamically allocated array and that solved my problems

array overwrite/bad pointer?
/*------------------------------------------------------- 1. 3 Algorithms to find the smallest su...