Click here to Skip to main content
15,908,274 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDynamic control creation Pin
Juan Ignacio Garzón29-Nov-04 5:20
Juan Ignacio Garzón29-Nov-04 5:20 
GeneralIf I have multiple NIC with IP addresses, how do I... Pin
DeepT29-Nov-04 5:10
DeepT29-Nov-04 5:10 
QuestionSuggestions for Learning Direct Draw? Pin
PSU Casper29-Nov-04 4:51
PSU Casper29-Nov-04 4:51 
GeneralVERIFY Pin
act_x29-Nov-04 4:17
act_x29-Nov-04 4:17 
GeneralRe: VERIFY Pin
Antony M Kancidrowski29-Nov-04 4:22
Antony M Kancidrowski29-Nov-04 4:22 
GeneralRe: VERIFY Pin
act_x29-Nov-04 4:29
act_x29-Nov-04 4:29 
GeneralRe: VERIFY Pin
Antony M Kancidrowski29-Nov-04 4:41
Antony M Kancidrowski29-Nov-04 4:41 
GeneralRe: VERIFY Pin
David Chamberlain29-Nov-04 8:04
David Chamberlain29-Nov-04 8:04 
The simple answer is that when developers put a statement into an ASSERT while they are building code in debug versions, that statement can either be something that is used just to check a result or something that should execute AND check the result. Since many developers have a style of putting "real" code in their ASSERT statements, they found out that in the release build, those statements disappeared, as the ASSERT statements were ignored.

Thus the utility of VERIFY. If you use an ASSERT and only use a statement that tests a condition, then you are alright in both debug and release versions. If you put "real" code into an ASSERT and expect it to always execute in both debug and release versions, then you should use VERIFY instead.

"You can say that again." -- Dept. of Redundancy Dept.
Generalfile association in Dialog based application Pin
vyjesh29-Nov-04 1:17
vyjesh29-Nov-04 1:17 
GeneralRe: file association in Dialog based application Pin
Antony M Kancidrowski29-Nov-04 4:32
Antony M Kancidrowski29-Nov-04 4:32 
GeneralRegisterWindowEx Problems... Pin
Anonymous29-Nov-04 0:59
Anonymous29-Nov-04 0:59 
GeneralRe: RegisterWindowEx Problems... Pin
Anonymous29-Nov-04 5:17
Anonymous29-Nov-04 5:17 
Generalhook for console app Pin
efanHarris29-Nov-04 0:44
efanHarris29-Nov-04 0:44 
GeneralProblems with MS Outlook 2000 when using MAPISendMail Pin
Subramanyam29-Nov-04 0:04
Subramanyam29-Nov-04 0:04 
Questionhow to Convert CString object to BYTE object? Pin
pubududilena29-Nov-04 0:02
pubududilena29-Nov-04 0:02 
AnswerRe: how to Convert CString object to BYTE object? Pin
ThatsAlok29-Nov-04 1:48
ThatsAlok29-Nov-04 1:48 
GeneralOutlook .MSG file structure Pin
mcousins28-Nov-04 21:44
mcousins28-Nov-04 21:44 
GeneralRe: Outlook .MSG file structure Pin
JM Navarro29-Nov-04 4:32
JM Navarro29-Nov-04 4:32 
GeneralCTreeCtrl drag & drop Pin
stevy8228-Nov-04 21:33
stevy8228-Nov-04 21:33 
GeneralRe: CTreeCtrl drag & drop Pin
RS.Ratheesh14-Jan-10 22:49
RS.Ratheesh14-Jan-10 22:49 
Generalget name (or class) of parent dialog Pin
tiziacaia28-Nov-04 19:06
tiziacaia28-Nov-04 19:06 
GeneralRe: get name (or class) of parent dialog Pin
ThatsAlok28-Nov-04 20:30
ThatsAlok28-Nov-04 20:30 
GeneralRe: get name (or class) of parent dialog Pin
tiziacaia29-Nov-04 6:23
tiziacaia29-Nov-04 6:23 
GeneralRe: get name (or class) of parent dialog Pin
Blake Miller29-Nov-04 9:18
Blake Miller29-Nov-04 9:18 
GeneralRe: get name (or class) of parent dialog Pin
toxcct29-Nov-04 9:36
toxcct29-Nov-04 9:36 

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.