Click here to Skip to main content
15,910,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: loading icon Pin
6-Feb-02 2:57
suss6-Feb-02 2:57 
GeneralRe: loading icon Pin
Mazdak6-Feb-02 3:04
Mazdak6-Feb-02 3:04 
GeneralRe: loading icon Pin
6-Feb-02 4:28
suss6-Feb-02 4:28 
GeneralRe: loading icon Pin
Mazdak6-Feb-02 20:42
Mazdak6-Feb-02 20:42 
GeneralSearch for a file... Pin
Rickard Andersson206-Feb-02 1:54
Rickard Andersson206-Feb-02 1:54 
GeneralRe: Search for a file... Pin
Mazdak6-Feb-02 2:34
Mazdak6-Feb-02 2:34 
GeneralRe: Search for a file... Pin
Derek Waters6-Feb-02 11:31
Derek Waters6-Feb-02 11:31 
Generalbool if dependant statement change Pin
Kuniva6-Feb-02 1:35
Kuniva6-Feb-02 1:35 
urgh sorry about the title i didn't know how to express myself. Here's my question:
When you have the following code, does the variable change inside the if-statement cause the else to be called or does it cause any unwanted effects???


m_bBool = false;
if(m_bBool==false)
{
// This gets called... or the other way around
m_bBool = true;
}
else
{
// Does this get called? afterall we changed the value to true...
m_bBool = false;
}



I hope you understand what i mean...

Thanks

Kuniva
--------------------------------------------
God gave man a penis and a brain but not enough blood to make both of 'em work at the same time.
GeneralRe: bool if dependant statement change Pin
Magnus Westin6-Feb-02 2:04
Magnus Westin6-Feb-02 2:04 
GeneralCF_HTML clipboard format Pin
ed welch6-Feb-02 1:26
ed welch6-Feb-02 1:26 
GeneralRe: CF_HTML clipboard format Pin
Jon Hulatt6-Feb-02 2:54
Jon Hulatt6-Feb-02 2:54 
GeneralFTP connection problems like 12003, what's this?! Pin
EdgarBM6-Feb-02 1:24
EdgarBM6-Feb-02 1:24 
GeneralRe: FTP connection problems like 12003, what's this?! Pin
.::RockNix::.6-Feb-02 2:53
.::RockNix::.6-Feb-02 2:53 
GeneralRe: FTP connection problems like 12003, what's this?! Pin
EdgarBM6-Feb-02 23:04
EdgarBM6-Feb-02 23:04 
Generalidispatch error 3092 : ADO Pin
youssef6-Feb-02 1:13
youssef6-Feb-02 1:13 
GeneralWM_NCPAINT Pin
Jon Hulatt6-Feb-02 0:52
Jon Hulatt6-Feb-02 0:52 
GeneralRe: WM_NCPAINT Pin
56789012346-Feb-02 5:20
56789012346-Feb-02 5:20 
GeneralToolbar problem in subsequent DoModal Pin
User 267405-Feb-02 23:51
professionalUser 267405-Feb-02 23:51 
GeneralRe: Toolbar problem in subsequent DoModal Pin
wangyiming8-Feb-02 15:49
wangyiming8-Feb-02 15:49 
GeneralAbout destruct function in COM! Pin
wabc5-Feb-02 23:50
wabc5-Feb-02 23:50 
GeneralRe: About destruct function in COM! Pin
Joaquín M López Muñoz6-Feb-02 5:53
Joaquín M López Muñoz6-Feb-02 5:53 
GeneralEnumerating devices Pin
Joe Moldovan5-Feb-02 23:42
Joe Moldovan5-Feb-02 23:42 
GeneralRe: Enumerating devices Pin
6-Feb-02 4:24
suss6-Feb-02 4:24 
GeneralRe: Enumerating devices Pin
6-Feb-02 8:15
suss6-Feb-02 8:15 
GeneralRe: Enumerating devices Pin
Joe Moldovan6-Feb-02 9:27
Joe Moldovan6-Feb-02 9:27 

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.