Deriving a class
-
hi, i have a very elementary doubt that is can i create a class that is not derived from any of the MFC class ,and if yes how to . thanx in advance Farpointer
-
hi, i have a very elementary doubt that is can i create a class that is not derived from any of the MFC class ,and if yes how to . thanx in advance Farpointer
Yes of course ! If you create your class with ClassWizzard, you have a ComboBox in which you can choose 'Generic class' (or something like that ;) )
-
Yes of course ! If you create your class with ClassWizzard, you have a ComboBox in which you can choose 'Generic class' (or something like that ;) )
but iam afraid wether thats for an generic CWnd ,thats wat i saw any way i will check it out again . thanx
-
but iam afraid wether thats for an generic CWnd ,thats wat i saw any way i will check it out again . thanx
-
No, if you chose generic class and do not specify a base class, then you will not derive your class from any other class. Good Luck.
well thanx to both of you.