PDA

Click to See Complete Forum and Search --> : what else


SteveCRM
Jun 14th, 2001, 05:24 PM
I have now learned classes, and all the basics...some windows stuff.......what do you think is suitable next?
(please explain some of these, because I only know the names :rolleyes: )
Inheritance?
Binary Trees
Hash Tables
New Search Methods? (I know binary sort (same as binary tree?)


Thanks guys?

parksie
Jun 14th, 2001, 05:32 PM
Inheritance, definitely. The others are generic algorithms and aren't specific to C++.

Inheritance is all the stuff with class Person : public Mammal and all the rest of it.

SteveCRM
Jun 14th, 2001, 06:33 PM
Okay perfect :D Now where are some tutorials? I think there is one at Cprogramming.com but I'll have to check. Thanks Mike! :D

parksie
Jun 14th, 2001, 06:36 PM
Unsurprisingly, MSDN has some good stuff as well :D