Click here to Skip to main content
16,006,707 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WinMain exit code Pin
mrbreakit6-Apr-02 11:48
mrbreakit6-Apr-02 11:48 
GeneralRe: WinMain exit code Pin
jafrazee6-Apr-02 11:48
jafrazee6-Apr-02 11:48 
GeneralRe: WinMain exit code Pin
mrbreakit6-Apr-02 11:53
mrbreakit6-Apr-02 11:53 
QuestionHow to make a VC++ program web enabled Pin
Rostrox6-Apr-02 8:51
Rostrox6-Apr-02 8:51 
GeneralC++ for C165-board Pin
Dominik Reichl6-Apr-02 7:08
Dominik Reichl6-Apr-02 7:08 
GeneralRe: C++ for C165-board Pin
Shog96-Apr-02 8:15
sitebuilderShog96-Apr-02 8:15 
GeneralRe: C++ for C165-board Pin
Dominik Reichl6-Apr-02 8:38
Dominik Reichl6-Apr-02 8:38 
GeneralRe: C++ for C165-board Pin
Shog96-Apr-02 8:42
sitebuilderShog96-Apr-02 8:42 
Dominik Reichl wrote:
I check the status of bStatus using the == operator.

Hmm, you mean something like this:
if (bStatus == true)
   puts("All is well!");


What if you just use:
if (bStatus)
   puts("ALl is well!");

Any change?

Sometimes i only remember, The days when i was young
Nowadays no one remembers when they were young and stupid...

ADEMA, The Way You Like It


GeneralRe: C++ for C165-board Pin
Dominik Reichl6-Apr-02 9:00
Dominik Reichl6-Apr-02 9:00 
GeneralRe: C++ for C165-board Pin
Shog96-Apr-02 9:13
sitebuilderShog96-Apr-02 9:13 
GeneralRe: C++ for C165-board Pin
Dominik Reichl6-Apr-02 9:05
Dominik Reichl6-Apr-02 9:05 
GeneralRe: C++ for C165-board Pin
jafrazee6-Apr-02 11:54
jafrazee6-Apr-02 11:54 
Generalfseek() - generic question dued to a problem Pin
Lockhart6-Apr-02 6:56
Lockhart6-Apr-02 6:56 
GeneralRe: fseek() - generic question dued to a problem Pin
Chris Losinger6-Apr-02 7:24
professionalChris Losinger6-Apr-02 7:24 
GeneralRe: fseek() - generic question dued to a problem Pin
Lockhart6-Apr-02 7:59
Lockhart6-Apr-02 7:59 
GeneralRe: fseek() - generic question dued to a problem Pin
Christian Graus6-Apr-02 17:12
protectorChristian Graus6-Apr-02 17:12 
GeneralRe: fseek() - generic question dued to a problem Pin
Lockhart6-Apr-02 23:13
Lockhart6-Apr-02 23:13 
GeneralRe: fseek() - generic question dued to a problem Pin
Christian Graus6-Apr-02 23:43
protectorChristian Graus6-Apr-02 23:43 
GeneralRe: fseek() - generic question dued to a problem Pin
Lockhart7-Apr-02 0:38
Lockhart7-Apr-02 0:38 
GeneralRe: fseek() - generic question dued to a problem Pin
Christian Graus7-Apr-02 0:43
protectorChristian Graus7-Apr-02 0:43 
GeneralRe: fseek() - generic question dued to a problem Pin
Lockhart7-Apr-02 1:39
Lockhart7-Apr-02 1:39 
GeneralMain window not brought to foreground on alt+tab when modal dialog is shown Pin
Scott King6-Apr-02 6:29
Scott King6-Apr-02 6:29 
GeneralAdd / Remove Programmatically Pin
Somu Lakshmanan6-Apr-02 5:22
Somu Lakshmanan6-Apr-02 5:22 
GeneralRe: Add / Remove Programmatically Pin
Dominik Reichl6-Apr-02 7:14
Dominik Reichl6-Apr-02 7:14 
GeneralDialog Window Initial Location :: MFC Pin
valikac6-Apr-02 5:28
valikac6-Apr-02 5:28 

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.