Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. grahamfletcher

    Recursive classes help

    Thanks very much for the advice - I seem to have the thing working now, with ChildTrees containing lists of pointers. I'm aware I'll have to be really careful with allocation, so I'm planning to override my delete & new operators to keep track of allocation (I'm from the embedded world, so...
  2. grahamfletcher

    Recursive classes help

    I know there's some C++ geniuses out there - hopefully somebody can solve this problem I've encountered. I'm fairly new to C++ (though I've been using C for years), so go easy on me :) I want a class (which I'm going to use in a CList), which can contain lists of its own type. For example...

Part and Inventory Search

Back
Top