Code::Blocks Forums

User forums => Help => Topic started by: kebroz on July 23, 2005, 04:21:56 pm

Title: My code completion problem about Derived class !!!
Post by: kebroz on July 23, 2005, 04:21:56 pm
I know C::B won't support showing virtual praser but VC++ supported. If you don't know about all function when your class is a derived class of 3 classes but you know only your new functions of your class, how do you do to remember functions of other 3 classes that are the member of it. Or you will open header files of all 3 classes.

Thanx