Click here to Skip to main content
16,005,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Message passing to mainwindow from ui thread Pin
neha.agarwal2716-Jul-07 22:28
neha.agarwal2716-Jul-07 22:28 
QuestionPure virtual function in other compilers Pin
vibindia16-Jul-07 18:25
vibindia16-Jul-07 18:25 
AnswerRe: Pure virtual function in other compilers Pin
C Mahesh16-Jul-07 20:08
C Mahesh16-Jul-07 20:08 
AnswerRe: Pure virtual function in other compilers Pin
vibindia16-Jul-07 20:46
vibindia16-Jul-07 20:46 
GeneralRe: Pure virtual function in other compilers Pin
C Mahesh16-Jul-07 21:01
C Mahesh16-Jul-07 21:01 
AnswerRe: Pure virtual function in other compilers Pin
Cedric Moonen16-Jul-07 21:08
Cedric Moonen16-Jul-07 21:08 
AnswerRe: Pure virtual function in other compilers Pin
David Crow17-Jul-07 3:00
David Crow17-Jul-07 3:00 
AnswerRe: Pure virtual function in other compilers Pin
James R. Twine17-Jul-07 3:41
James R. Twine17-Jul-07 3:41 
   I believe that it is completely valid.  Declaring a function as pure virtual does not mean that does not have an implementation, only that you have to provide one in a derived class.

   This can (and has) been used to force developers to customize behavior for their derived classes, but still provide an implementation in the base class.

   It should only give you an error if you try to directly instantiate an instance of that base class, or of a derived on that does not provide an implementation for the PV function.

   Of course, I could be wrong here...

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

Questiondirectory locking Pin
Super Lloyd16-Jul-07 18:17
Super Lloyd16-Jul-07 18:17 
AnswerRe: directory locking Pin
David Crow17-Jul-07 3:03
David Crow17-Jul-07 3:03 
GeneralRe: directory locking Pin
Super Lloyd17-Jul-07 13:49
Super Lloyd17-Jul-07 13:49 
AnswerRe: directory locking Pin
Hamid_RT25-Jul-07 7:26
Hamid_RT25-Jul-07 7:26 
QuestionCompiler limit Pin
dellthinker16-Jul-07 13:24
dellthinker16-Jul-07 13:24 
AnswerRe: Compiler limit Pin
Stephen Hewitt16-Jul-07 14:02
Stephen Hewitt16-Jul-07 14:02 
AnswerRe: Compiler limit Pin
James R. Twine17-Jul-07 1:10
James R. Twine17-Jul-07 1:10 
AnswerRe: Compiler limit Pin
David Crow17-Jul-07 3:05
David Crow17-Jul-07 3:05 
QuestionRe: Compiler limit Pin
Hamid_RT25-Jul-07 7:26
Hamid_RT25-Jul-07 7:26 
QuestionVisual Studio Comment Template Pin
Like2Byte16-Jul-07 9:42
Like2Byte16-Jul-07 9:42 
QuestionChanging the container apps cursor Pin
emmmatty116-Jul-07 8:57
emmmatty116-Jul-07 8:57 
Questiontray icon tooltip text Pin
Adno16-Jul-07 8:04
Adno16-Jul-07 8:04 
QuestionRe: tray icon tooltip text Pin
David Crow16-Jul-07 8:09
David Crow16-Jul-07 8:09 
AnswerRe: tray icon tooltip text Pin
Adno16-Jul-07 8:18
Adno16-Jul-07 8:18 
AnswerRe: tray icon tooltip text [modified] Pin
Mark Salsbery16-Jul-07 8:17
Mark Salsbery16-Jul-07 8:17 
GeneralRe: tray icon tooltip text Pin
Adno16-Jul-07 8:28
Adno16-Jul-07 8:28 
GeneralRe: tray icon tooltip text Pin
Mark Salsbery16-Jul-07 8:31
Mark Salsbery16-Jul-07 8:31 

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.