Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dynamic loading of buttons Pin
David Crow12-May-03 5:06
David Crow12-May-03 5:06 
GeneralRe: Dynamic loading of buttons Pin
basementman12-May-03 5:23
basementman12-May-03 5:23 
GeneralRe: Dynamic loading of buttons Pin
David Crow12-May-03 5:56
David Crow12-May-03 5:56 
GeneralCPropertySheet Pin
RalfPeter12-May-03 4:23
RalfPeter12-May-03 4:23 
GeneralRe: CPropertySheet Pin
JensB12-May-03 4:30
JensB12-May-03 4:30 
GeneralRe: CPropertySheet Pin
David Crow12-May-03 4:36
David Crow12-May-03 4:36 
Generalsimple virtual method design q. Pin
Maximilien12-May-03 4:06
Maximilien12-May-03 4:06 
GeneralRe: simple virtual method design q. Pin
G. Steudtel12-May-03 4:42
G. Steudtel12-May-03 4:42 
Hi,
it depends on the use of the class.
If you want to impement a interface class, then the pure virtual class should be used.
Keep in mind, that you cannot create instances (aka variables) of this class. Those classes can only be accessed by pointers.
You may write a function body for a pure virtual function, which may be called by any derived class. Resulting in a combination of your to proposals.

G. Steudtel

GeneralCompile error c2664 Pin
Claude Gagnon12-May-03 3:56
Claude Gagnon12-May-03 3:56 
GeneralRe: Compile error c2664 Pin
David Crow12-May-03 4:29
David Crow12-May-03 4:29 
GeneralRe: Compile error c2664 Pin
Claude Gagnon12-May-03 4:42
Claude Gagnon12-May-03 4:42 
GeneralRe: Compile error c2664 Pin
G. Steudtel12-May-03 4:51
G. Steudtel12-May-03 4:51 
GeneralRe: Compile error c2664 Pin
Jason Henderson12-May-03 7:00
Jason Henderson12-May-03 7:00 
GeneralUsing Updated Interface Pin
swarup12-May-03 3:17
swarup12-May-03 3:17 
QuestionFix SQLStatement error ? Pin
_skidrow_vn_12-May-03 3:14
_skidrow_vn_12-May-03 3:14 
AnswerRe: Fix SQLStatement error ? Pin
basementman12-May-03 5:28
basementman12-May-03 5:28 
QuestionHow can I use system cmd without opening console? Pin
YanivNahum12-May-03 3:11
YanivNahum12-May-03 3:11 
AnswerRe: How can I use system cmd without opening console? Pin
swarup12-May-03 3:31
swarup12-May-03 3:31 
AnswerRe: How can I use system cmd without opening console? Pin
David Crow12-May-03 3:44
David Crow12-May-03 3:44 
Answerthanks swarup & DavidCrow - great help Pin
YanivNahum12-May-03 4:20
YanivNahum12-May-03 4:20 
GeneralAdobe Acrobat ActiveX Control Pin
Poul Haahr Klemmensen12-May-03 2:17
Poul Haahr Klemmensen12-May-03 2:17 
GeneralRe: Adobe Acrobat ActiveX Control Pin
Paul Selormey12-May-03 4:27
Paul Selormey12-May-03 4:27 
GeneralRe: Adobe Acrobat ActiveX Control Pin
Poul Haahr Klemmensen12-May-03 20:27
Poul Haahr Klemmensen12-May-03 20:27 
GeneralRe: Adobe Acrobat ActiveX Control Pin
Paul Selormey12-May-03 20:42
Paul Selormey12-May-03 20:42 
GeneralUploading file thru WININET Pin
Tili12-May-03 2:12
Tili12-May-03 2:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.