Click here to Skip to main content
15,891,708 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: a qustion Pin
CPallini20-Feb-09 1:47
mveCPallini20-Feb-09 1:47 
GeneralRe: a qustion Pin
Nishad S20-Feb-09 2:05
Nishad S20-Feb-09 2:05 
GeneralRe: a qustion Pin
Archy_Yu20-Feb-09 13:05
Archy_Yu20-Feb-09 13:05 
GeneralRe: a qustion Pin
Nishad S20-Feb-09 18:21
Nishad S20-Feb-09 18:21 
QuestionPure Functions.. Pin
dehseth20-Feb-09 0:59
dehseth20-Feb-09 0:59 
AnswerRe: Pure Functions.. Pin
«_Superman_»20-Feb-09 1:10
professional«_Superman_»20-Feb-09 1:10 
GeneralRe: Pure Functions.. Pin
dehseth20-Feb-09 2:03
dehseth20-Feb-09 2:03 
AnswerRe: Pure Functions.. Pin
David Crow20-Feb-09 2:57
David Crow20-Feb-09 2:57 
dehseth wrote:
virtual void OnMouseDown(int Button, int X, int Y) = NULL;
virtual void OnMouseMove(int X, int Y) = NULL;
virtual void OnMouseUp(int Button, int X, int Y) = NULL;
virtual bool OnRender(void) = NULL;


Pure virtual functions should be assigned 0 not NULL. It's merely a coincidence that NULL has a value of 0.

"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


QuestionProblem while horizontal scrolling Pin
Deepu Antony20-Feb-09 0:43
Deepu Antony20-Feb-09 0:43 
AnswerRe: Problem while horizontal scrolling Pin
Nishad S20-Feb-09 2:01
Nishad S20-Feb-09 2:01 
GeneralRe: Problem while horizontal scrolling Pin
Deepu Antony20-Feb-09 2:21
Deepu Antony20-Feb-09 2:21 
GeneralRe: Problem while horizontal scrolling Pin
Nishad S20-Feb-09 2:29
Nishad S20-Feb-09 2:29 
GeneralRe: Problem while horizontal scrolling Pin
Deepu Antony20-Feb-09 2:52
Deepu Antony20-Feb-09 2:52 
GeneralRe: Problem while horizontal scrolling Pin
Nishad S20-Feb-09 18:39
Nishad S20-Feb-09 18:39 
AnswerRe: Problem while horizontal scrolling Pin
Iain Clarke, Warrior Programmer20-Feb-09 4:26
Iain Clarke, Warrior Programmer20-Feb-09 4:26 
AnswerRe: Problem while horizontal scrolling [modified] Pin
Deepu Antony22-Feb-09 20:18
Deepu Antony22-Feb-09 20:18 
QuestionFix for boken class view in Visual Studio 2008 Pin
Desmond Mardle20-Feb-09 0:36
Desmond Mardle20-Feb-09 0:36 
AnswerRe: Fix for boken class view in Visual Studio 2008 Pin
Desmond Mardle20-Feb-09 1:34
Desmond Mardle20-Feb-09 1:34 
QuestionDynamic programming Pin
rnsk_for_u20-Feb-09 0:13
rnsk_for_u20-Feb-09 0:13 
AnswerRe: Dynamic programming Pin
CPallini20-Feb-09 0:33
mveCPallini20-Feb-09 0:33 
AnswerRe: Dynamic programming Pin
Nishad S20-Feb-09 0:36
Nishad S20-Feb-09 0:36 
AnswerRe: Dynamic programming Pin
David Crow20-Feb-09 2:58
David Crow20-Feb-09 2:58 
AnswerRe: Dynamic programming Pin
Stuart Dootson20-Feb-09 3:05
professionalStuart Dootson20-Feb-09 3:05 
AnswerNothing to see here, move along Pin
led mike20-Feb-09 4:27
led mike20-Feb-09 4:27 
QuestionHow to read a complete row. Pin
VC_RYK20-Feb-09 0:08
VC_RYK20-Feb-09 0:08 

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.