User profile: nt162

User info
User name:nt162
History
Joined:
Number of posts:5
Latest posts:

delete pointer in vector
well 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 vector
thanks for the explanation MikeyBoy! i am mostly confused, that's for sure! ahahah well with [code...

delete pointer in vector
So this is my class tNode [code]class tNode { public: tNode( int nodeNumber ) { dNodeNumber = no...

delete pointer in vector
Hello! I'm tying to create a program that evaluates all possible actions for a certain problem. ...

tree with multiple nodes
Hey all! I created 3 classes: tNode, dNode and myTree. In the beginning of my code i create a ...