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

C / C++ / MFC

 
GeneralRe: Display message box at the time locking the system Pin
Rajesh R Subramanian9-Mar-10 19:28
professionalRajesh R Subramanian9-Mar-10 19:28 
GeneralRe: Display message box at the time locking the system Pin
NiceNaidu9-Mar-10 23:52
NiceNaidu9-Mar-10 23:52 
QuestionDoubt in using NULL pointer Pin
KASR19-Mar-10 18:13
KASR19-Mar-10 18:13 
AnswerRe: Doubt in using NULL pointer Pin
Tim Craig9-Mar-10 18:34
Tim Craig9-Mar-10 18:34 
GeneralRe: Doubt in using NULL pointer Pin
KASR19-Mar-10 18:38
KASR19-Mar-10 18:38 
AnswerRe: Doubt in using NULL pointer Pin
Cool_Dev9-Mar-10 18:36
Cool_Dev9-Mar-10 18:36 
GeneralRe: Doubt in using NULL pointer Pin
KASR19-Mar-10 18:44
KASR19-Mar-10 18:44 
GeneralRe: Doubt in using NULL pointer Pin
Cool_Dev9-Mar-10 19:02
Cool_Dev9-Mar-10 19:02 
compiler just examines the type of pointer and so redirect the function call to the location where Display() is loaded. You just write some statements in Display(), put a brake point there and examine 'this' pointer. You can see it as NULL. Whenever you access any of the member variables, then 'this' pointer will be used, and as it is NULL an access violation will be occurred.
GeneralRe: Doubt in using NULL pointer Pin
Tim Craig9-Mar-10 21:54
Tim Craig9-Mar-10 21:54 
GeneralRe: Doubt in using NULL pointer Pin
KingsGambit9-Mar-10 19:33
KingsGambit9-Mar-10 19:33 
GeneralRe: Doubt in using NULL pointer Pin
CPallini9-Mar-10 20:45
mveCPallini9-Mar-10 20:45 
Questionhow to don't allow interruptions in a piece of code in VC++ Pin
timbk9-Mar-10 15:38
timbk9-Mar-10 15:38 
AnswerRe: how to don't allow interruptions in a piece of code in VC++ Pin
Luc Pattyn9-Mar-10 16:11
sitebuilderLuc Pattyn9-Mar-10 16:11 
GeneralRe: how to don't allow interruptions in a piece of code in VC++ Pin
timbk9-Mar-10 16:48
timbk9-Mar-10 16:48 
GeneralRe: how to don't allow interruptions in a piece of code in VC++ Pin
Luc Pattyn9-Mar-10 16:52
sitebuilderLuc Pattyn9-Mar-10 16:52 
GeneralRe: how to don't allow interruptions in a piece of code in VC++ Pin
timbk9-Mar-10 16:57
timbk9-Mar-10 16:57 
GeneralRe: how to don't allow interruptions in a piece of code in VC++ Pin
Luc Pattyn9-Mar-10 16:59
sitebuilderLuc Pattyn9-Mar-10 16:59 
GeneralRe: how to don't allow interruptions in a piece of code in VC++ Pin
timbk9-Mar-10 17:13
timbk9-Mar-10 17:13 
GeneralRe: how to don't allow interruptions in a piece of code in VC++ Pin
Luc Pattyn9-Mar-10 17:18
sitebuilderLuc Pattyn9-Mar-10 17:18 
GeneralRe: how to don't allow interruptions in a piece of code in VC++ Pin
Luc Pattyn9-Mar-10 17:20
sitebuilderLuc Pattyn9-Mar-10 17:20 
AnswerRe: how to don't allow interruptions in a piece of code in VC++ Pin
Stuart Dootson9-Mar-10 21:03
professionalStuart Dootson9-Mar-10 21:03 
QuestionNumber of line in a Rect of Rich edit Pin
ForNow9-Mar-10 15:35
ForNow9-Mar-10 15:35 
AnswerRe: Number of line in a Rect of Rich edit Pin
Luc Pattyn9-Mar-10 17:04
sitebuilderLuc Pattyn9-Mar-10 17:04 
GeneralRe: Number of line in a Rect of Rich edit I put the pre tags in Pin
ForNow9-Mar-10 17:43
ForNow9-Mar-10 17:43 
QuestionModeless CPropertySheet destruction? Pin
Spawn@Melmac9-Mar-10 9:49
Spawn@Melmac9-Mar-10 9:49 

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.