Click here to Skip to main content
15,925,255 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CString question Pin
Tim Smith27-Nov-01 10:01
Tim Smith27-Nov-01 10:01 
GeneralRe: CString question Pin
Carlos Antollini27-Nov-01 10:05
Carlos Antollini27-Nov-01 10:05 
GeneralRe: CString question Pin
RobJones27-Nov-01 10:16
RobJones27-Nov-01 10:16 
GeneralRe: CString question Pin
Michael Dunn27-Nov-01 14:31
sitebuilderMichael Dunn27-Nov-01 14:31 
Generalswitch statement Pin
kpsr27-Nov-01 9:28
kpsr27-Nov-01 9:28 
GeneralRe: switch statement Pin
Carlos Antollini27-Nov-01 9:36
Carlos Antollini27-Nov-01 9:36 
GeneralRe: switch statement Pin
kpsr27-Nov-01 10:31
kpsr27-Nov-01 10:31 
GeneralRe: switch statement Pin
Carlos Antollini27-Nov-01 11:16
Carlos Antollini27-Nov-01 11:16 
You don't have condition in a Switch case. Only have values in the case...


The best is use
if(condition0)
{
}
else if(condition1)
{
}
else
{
}


I'm sorry...

Best Regards

Carlos Antollini.
Sonork ID 100.10529 cantollini
Generalgetting all filenames from a folder Pin
Kuniva27-Nov-01 8:40
Kuniva27-Nov-01 8:40 
GeneralRe: getting all filenames from a folder Pin
Chris Losinger27-Nov-01 8:53
professionalChris Losinger27-Nov-01 8:53 
GeneralRe: getting all filenames from a folder Pin
Carlos Antollini27-Nov-01 9:14
Carlos Antollini27-Nov-01 9:14 
GeneralMFC Beginner Pin
Nick Parker27-Nov-01 8:18
protectorNick Parker27-Nov-01 8:18 
GeneralRe: MFC Beginner Pin
Jon Sagara27-Nov-01 8:37
Jon Sagara27-Nov-01 8:37 
GeneralRe: MFC Beginner Pin
27-Nov-01 16:48
suss27-Nov-01 16:48 
GeneralRe: MFC Beginner Pin
Steen Krogsgaard28-Nov-01 1:45
Steen Krogsgaard28-Nov-01 1:45 
GeneralHandling MouseWheel Pin
Stephane Routelous27-Nov-01 7:38
Stephane Routelous27-Nov-01 7:38 
GeneralRe: Handling MouseWheel Pin
Stephane Routelous27-Nov-01 7:41
Stephane Routelous27-Nov-01 7:41 
QuestionCreateProcess() ??? Pin
27-Nov-01 7:26
suss27-Nov-01 7:26 
AnswerRe: CreateProcess() ??? Pin
Nish Nishant27-Nov-01 7:35
sitebuilderNish Nishant27-Nov-01 7:35 
QuestionCreateProcess() ??? Pin
27-Nov-01 7:24
suss27-Nov-01 7:24 
AnswerRe: CreateProcess() ??? Pin
Nish Nishant27-Nov-01 7:38
sitebuilderNish Nishant27-Nov-01 7:38 
GeneralCString formatting Pin
kpsr27-Nov-01 7:17
kpsr27-Nov-01 7:17 
GeneralRe: CString formatting Pin
kpsr27-Nov-01 9:15
kpsr27-Nov-01 9:15 
GeneralRe: CString formatting Pin
Carlos Antollini27-Nov-01 9:22
Carlos Antollini27-Nov-01 9:22 
GeneralEasy one for a boffin....Post a message (Menu click) to the Mainframe Pin
Giles27-Nov-01 6:52
Giles27-Nov-01 6:52 

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.