dynamic array in sub-subclassthanks, u were right, when i put void myFunc::subclass(int* arr){ array=arr; subsubclass(); };...
dynamic array in sub-subclassi 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...