delete pointer in vectorwell actually i don't see why i shouldn't (and it works just fine by the way)... i agree it would b...
delete pointer in vectorthanks for the explanation MikeyBoy! i am mostly confused, that's for sure! ahahah well with [code...
delete pointer in vectorSo this is my class tNode [code]class tNode { public: tNode( int nodeNumber ) { dNodeNumber = no...
delete pointer in vectorHello! I'm tying to create a program that evaluates all possible actions for a certain problem. ...
tree with multiple nodesHey all! I created 3 classes: tNode, dNode and myTree. In the beginning of my code i create a ...