Click here to Skip to main content
15,892,575 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Collection in C++ Pin
antlers18-Sep-03 8:29
antlers18-Sep-03 8:29 
QuestionASSERT? Pin
Dominik Reichl18-Sep-03 4:56
Dominik Reichl18-Sep-03 4:56 
AnswerRe: ASSERT? Pin
David Crow18-Sep-03 5:52
David Crow18-Sep-03 5:52 
GeneralRe: ASSERT? Pin
Dominik Reichl18-Sep-03 6:04
Dominik Reichl18-Sep-03 6:04 
GeneralRe: ASSERT? Pin
Steve S18-Sep-03 6:27
Steve S18-Sep-03 6:27 
GeneralRe: ASSERT? Pin
Dominik Reichl18-Sep-03 7:05
Dominik Reichl18-Sep-03 7:05 
AnswerRe: ASSERT? Pin
Michael Dunn18-Sep-03 7:10
sitebuilderMichael Dunn18-Sep-03 7:10 
GeneralRe: ASSERT? Pin
Dominik Reichl18-Sep-03 7:27
Dominik Reichl18-Sep-03 7:27 
But

if ( some_flag )
    TRACE0("Closed file successfully.\n");

TRACE0 is defined as just nothing, so it _is_ translated to
if ( some_flag )
    ;


So TRACE0 cannot be used the same way as ASSERT? Both TRACE0 and ASSERT take one parameter... Confused | :confused:

Dominik



_outp(0x64, 0xAD);
and
__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? Wink | ;)
(doesn't work on NT)

AnswerRe: ASSERT? Pin
Gary R. Wheeler20-Sep-03 4:47
Gary R. Wheeler20-Sep-03 4:47 
Generalchange style of CComboBox Pin
includeh1018-Sep-03 4:43
includeh1018-Sep-03 4:43 
GeneralRe: change style of CComboBox Pin
David Crow18-Sep-03 5:57
David Crow18-Sep-03 5:57 
GeneralRe: change style of CComboBox Pin
Steve S18-Sep-03 6:28
Steve S18-Sep-03 6:28 
GeneralRe: change style of CComboBox Pin
valikac18-Sep-03 7:05
valikac18-Sep-03 7:05 
GeneralEnable/Disable items in main menu Pin
b_girl18-Sep-03 4:32
b_girl18-Sep-03 4:32 
GeneralRe: Enable/Disable items in main menu Pin
KaЯl18-Sep-03 4:58
KaЯl18-Sep-03 4:58 
GeneralRe: Enable/Disable items in main menu Pin
b_girl18-Sep-03 5:19
b_girl18-Sep-03 5:19 
GeneralRe: Enable/Disable items in main menu Pin
KaЯl18-Sep-03 5:30
KaЯl18-Sep-03 5:30 
GeneralRe: Enable/Disable items in main menu Pin
b_girl18-Sep-03 5:41
b_girl18-Sep-03 5:41 
GeneralRe: Enable/Disable items in main menu Pin
KaЯl18-Sep-03 5:55
KaЯl18-Sep-03 5:55 
GeneralRe: Enable/Disable items in main menu Pin
Steve S18-Sep-03 6:30
Steve S18-Sep-03 6:30 
GeneralRe: Enable/Disable items in main menu Pin
KaЯl18-Sep-03 6:35
KaЯl18-Sep-03 6:35 
GeneralRe: Enable/Disable items in main menu Pin
b_girl18-Sep-03 7:21
b_girl18-Sep-03 7:21 
GeneralRe: Enable/Disable items in main menu Pin
b_girl18-Sep-03 7:14
b_girl18-Sep-03 7:14 
Questionhow to code an edit for database? Pin
coda_x18-Sep-03 4:20
coda_x18-Sep-03 4:20 
AnswerRe: how to code an edit for database? Pin
vcplusplus18-Sep-03 6:09
vcplusplus18-Sep-03 6:09 

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.