Click here to Skip to main content
16,012,223 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ActiveX (ATL) question? Pin
alex.barylski6-Feb-02 5:16
alex.barylski6-Feb-02 5:16 
AnswerRe: ActiveX (ATL) question? Pin
Paul M Watt6-Feb-02 8:40
mentorPaul M Watt6-Feb-02 8:40 
GeneralRe: ActiveX (ATL) question? Pin
Paul M Watt7-Feb-02 10:35
mentorPaul M Watt7-Feb-02 10:35 
QuestionInput Reading? Pin
6-Feb-02 4:21
suss6-Feb-02 4:21 
AnswerRe: Input Reading? Pin
Carlos Antollini6-Feb-02 4:29
Carlos Antollini6-Feb-02 4:29 
AnswerRe: Input Reading? Pin
Carlos Antollini6-Feb-02 4:29
Carlos Antollini6-Feb-02 4:29 
AnswerRe: Input Reading? Pin
Nish Nishant6-Feb-02 4:40
sitebuilderNish Nishant6-Feb-02 4:40 
AnswerRe: Input Reading? Pin
lucy6-Feb-02 6:48
lucy6-Feb-02 6:48 
does this help?

char buffer[200];
gets(buffer); // get the whole line of user input
trimfrontspaces(buffer);// get rid of any spaces before the first character
swich(*buffer)
{
case 'B': break;
case 'S': break;
case 'C': break;
default: break;
}
QuestionCStatusBar trick? Pin
Fredrik Skog6-Feb-02 4:01
Fredrik Skog6-Feb-02 4:01 
AnswerRe: CStatusBar trick? Pin
6-Feb-02 4:32
suss6-Feb-02 4:32 
GeneralRe: CStatusBar trick? Pin
Fredrik Skog6-Feb-02 23:32
Fredrik Skog6-Feb-02 23:32 
GeneralListView Notifications Pin
Aaron Schaefer6-Feb-02 3:46
Aaron Schaefer6-Feb-02 3:46 
GeneralRe: ListView Notifications Pin
Mazdak6-Feb-02 4:18
Mazdak6-Feb-02 4:18 
GeneralRe: ListView Notifications Pin
Aaron Schaefer6-Feb-02 6:37
Aaron Schaefer6-Feb-02 6:37 
GeneralRe: ListView Notifications Pin
Mazdak6-Feb-02 7:59
Mazdak6-Feb-02 7:59 
GeneralRe: ListView Notifications Pin
Aaron Schaefer6-Feb-02 8:14
Aaron Schaefer6-Feb-02 8:14 
GeneralSQL Pin
6-Feb-02 3:14
suss6-Feb-02 3:14 
GeneralRe: SQL Pin
Mazdak6-Feb-02 3:13
Mazdak6-Feb-02 3:13 
Generalstring tables Pin
Mel Stober6-Feb-02 3:12
Mel Stober6-Feb-02 3:12 
GeneralRe: string tables Pin
Joaquín M López Muñoz6-Feb-02 3:26
Joaquín M López Muñoz6-Feb-02 3:26 
GeneralRe: string tables Pin
Carlos Antollini6-Feb-02 3:32
Carlos Antollini6-Feb-02 3:32 
GeneralRe: string tables Pin
Joaquín M López Muñoz6-Feb-02 3:36
Joaquín M López Muñoz6-Feb-02 3:36 
GeneralTable Pin
6-Feb-02 3:07
suss6-Feb-02 3:07 
GeneralRe: Table Pin
Mazdak6-Feb-02 3:11
Mazdak6-Feb-02 3:11 
GeneralRe: Table Pin
Carlos Antollini6-Feb-02 3:29
Carlos Antollini6-Feb-02 3:29 

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.