Author Topic: My code completion problem about Derived class !!!  (Read 7999 times)

kebroz

  • Guest
My code completion problem about Derived class !!!
« 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