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

C / C++ / MFC

 
GeneralRe: new class non mfc Pin
David Crow14-Oct-03 9:05
David Crow14-Oct-03 9:05 
GeneralRe: new class non mfc Pin
Steve S14-Oct-03 9:13
Steve S14-Oct-03 9:13 
GeneralRe: new class non mfc Pin
thes3cr3t114-Oct-03 9:09
thes3cr3t114-Oct-03 9:09 
GeneralRe: new class non mfc Pin
Steve S14-Oct-03 9:20
Steve S14-Oct-03 9:20 
GeneralRe: new class non mfc Pin
thes3cr3t114-Oct-03 21:06
thes3cr3t114-Oct-03 21:06 
QuestionDebug statements/debug dump??? Pin
LukeV14-Oct-03 8:37
LukeV14-Oct-03 8:37 
AnswerRe: Debug statements/debug dump??? Pin
Steve S14-Oct-03 8:43
Steve S14-Oct-03 8:43 
AnswerRe: Debug statements/debug dump??? Pin
Anthony_Yio15-Oct-03 1:31
Anthony_Yio15-Oct-03 1:31 
You can consider placing ASSERT condition or VERIFY condition in your codes if you haven't. There are many articles on this topic in codeproject.

ASSERT is only available in debug mode. VERIFY however is in both cases.

Many bugs can be spotted by having ASSERTS around.

hope this helps



Sonork 100.41263:Anthony_Yio
GeneralRe: Debug statements/debug dump??? Pin
LukeV15-Oct-03 2:41
LukeV15-Oct-03 2:41 
GeneralCreateNewChild question. Pin
Maximilien14-Oct-03 8:34
Maximilien14-Oct-03 8:34 
GeneralRe: CreateNewChild question. Pin
Steve S14-Oct-03 8:38
Steve S14-Oct-03 8:38 
GeneralRe: CreateNewChild question. Pin
Maximilien14-Oct-03 9:08
Maximilien14-Oct-03 9:08 
GeneralRe: CreateNewChild question. Pin
Steve S14-Oct-03 9:13
Steve S14-Oct-03 9:13 
GeneralRe: CreateNewChild question. Pin
Maximilien14-Oct-03 9:42
Maximilien14-Oct-03 9:42 
GeneralBitmap displaying upside down Pin
Dave Harper14-Oct-03 8:31
Dave Harper14-Oct-03 8:31 
GeneralRe: Bitmap displaying upside down Pin
Steve S14-Oct-03 8:35
Steve S14-Oct-03 8:35 
GeneralRe: Bitmap displaying upside down Pin
Dave Harper14-Oct-03 22:00
Dave Harper14-Oct-03 22:00 
GeneralRe: Bitmap displaying upside down Pin
ZoogieZork14-Oct-03 11:00
ZoogieZork14-Oct-03 11:00 
GeneralRe: Bitmap displaying upside down Pin
Dave Harper14-Oct-03 22:06
Dave Harper14-Oct-03 22:06 
GeneralRe: Bitmap displaying upside down Pin
Chris Richardson14-Oct-03 11:17
Chris Richardson14-Oct-03 11:17 
GeneralRe: Bitmap displaying upside down Pin
Dave Harper14-Oct-03 22:02
Dave Harper14-Oct-03 22:02 
GeneralLine argument of browsers Pin
Cris14-Oct-03 8:20
Cris14-Oct-03 8:20 
GeneralRe: Line argument of browsers Pin
David Crow14-Oct-03 9:04
David Crow14-Oct-03 9:04 
GeneralRe: Line argument of browsers Pin
Cris14-Oct-03 9:27
Cris14-Oct-03 9:27 
GeneralRe: Line argument of browsers Pin
David Crow14-Oct-03 9:35
David Crow14-Oct-03 9:35 

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.