Click here to Skip to main content
15,918,889 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with monitoring threads !!! Pin
tongc18-Aug-02 16:41
tongc18-Aug-02 16:41 
GeneralRe: Problem with monitoring threads !!! Pin
Daniel Lohmann19-Aug-02 1:12
Daniel Lohmann19-Aug-02 1:12 
GeneralRe: Problem with monitoring threads !!! Pin
tongc20-Aug-02 5:19
tongc20-Aug-02 5:19 
GeneralRe: Problem with monitoring threads !!! Pin
Daniel Lohmann20-Aug-02 8:32
Daniel Lohmann20-Aug-02 8:32 
GeneralRe: Problem with monitoring threads !!! Pin
Mustafa Demirhan19-Aug-02 13:56
Mustafa Demirhan19-Aug-02 13:56 
GeneralHot/mouseover Pin
DanYELL18-Aug-02 3:33
DanYELL18-Aug-02 3:33 
Questionexcepting a flag???? Pin
Eric Cashwell18-Aug-02 2:39
Eric Cashwell18-Aug-02 2:39 
AnswerRe: excepting a flag???? Pin
tongc18-Aug-02 3:09
tongc18-Aug-02 3:09 
In your main program put something like this:

void main(dataType flag)
{
  switch flag:
  case: s
       printf("hello your input param is s"
      break;
   case: 

   .............

   .............

}


whereas dataType is the dataType you want, such as integer or whatever flags you want. In the main program you can have switch case statement according to each input parameter Smile | :)

Hope this helps!!!
GeneralRe: excepting a flag???? Pin
Eric Cashwell18-Aug-02 3:15
Eric Cashwell18-Aug-02 3:15 
GeneralRe: excepting a flag???? Pin
Eric Cashwell18-Aug-02 4:25
Eric Cashwell18-Aug-02 4:25 
GeneralEasy question (hopefully) Pin
Jh318-Aug-02 2:17
Jh318-Aug-02 2:17 
GeneralRe: Easy question (hopefully) Pin
Stephane Rodriguez.18-Aug-02 2:26
Stephane Rodriguez.18-Aug-02 2:26 
GeneralRe: Easy question (hopefully) Pin
tongc18-Aug-02 3:44
tongc18-Aug-02 3:44 
GeneralAppendChunk question - simple probably Pin
nss17-Aug-02 23:28
nss17-Aug-02 23:28 
GeneralRe: AppendChunk question - simple probably Pin
Joel Lucsy19-Aug-02 3:49
Joel Lucsy19-Aug-02 3:49 
GeneralHelp button and propertysheet Pin
Mazdak17-Aug-02 21:37
Mazdak17-Aug-02 21:37 
GeneralRe: Help button and propertysheet Pin
Shog917-Aug-02 22:24
sitebuilderShog917-Aug-02 22:24 
GeneralRe: Help button and propertysheet Pin
Mazdak18-Aug-02 3:49
Mazdak18-Aug-02 3:49 
GeneralOpenML Pin
Kiddxin17-Aug-02 18:48
Kiddxin17-Aug-02 18:48 
GeneralRe: OpenML Pin
[Brian Azzopardi]17-Aug-02 21:56
suss[Brian Azzopardi]17-Aug-02 21:56 
GeneralRe: OpenML Pin
Darkcharm4-Jun-10 23:25
Darkcharm4-Jun-10 23:25 
GeneralRe: OpenML Pin
Darkcharm5-Jun-10 0:23
Darkcharm5-Jun-10 0:23 
QuestionHow to maximize child windows Pin
Ancient Dragon17-Aug-02 15:53
Ancient Dragon17-Aug-02 15:53 
AnswerRe: How to maximize child windows Pin
RickGavin17-Aug-02 18:45
RickGavin17-Aug-02 18:45 
GeneralRe: How to maximize child windows Pin
Ancient Dragon17-Aug-02 19:35
Ancient Dragon17-Aug-02 19:35 

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.