Click here to Skip to main content
15,897,291 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Menu Item Check State Pin
Christian Graus23-Mar-05 15:42
protectorChristian Graus23-Mar-05 15:42 
GeneralRe: Menu Item Check State Pin
Jumpin' Jeff24-Mar-05 2:12
Jumpin' Jeff24-Mar-05 2:12 
GeneralSimple String Input Pin
cockytrumpet23-Mar-05 14:40
susscockytrumpet23-Mar-05 14:40 
GeneralRe: Simple String Input Pin
Christian Graus23-Mar-05 15:47
protectorChristian Graus23-Mar-05 15:47 
GeneralRe: Simple String Input Pin
cockytrumpet23-Mar-05 16:40
susscockytrumpet23-Mar-05 16:40 
GeneralRe: Simple String Input Pin
Christian Graus23-Mar-05 17:21
protectorChristian Graus23-Mar-05 17:21 
GeneralRe: Simple String Input Pin
cockytrumpet23-Mar-05 18:02
susscockytrumpet23-Mar-05 18:02 
GeneralRe: Simple String Input Pin
David Crow23-Mar-05 16:46
David Crow23-Mar-05 16:46 
This will work just fine:

firstNumber = atoi(input);
atoi() stops processing when it encounters the first non-numeric character.


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


GeneralKnowing when no data is @ Serial Port Pin
CNewbie23-Mar-05 13:32
CNewbie23-Mar-05 13:32 
GeneralRe: Knowing when no data is @ Serial Port Pin
Mircea Puiu24-Mar-05 5:15
Mircea Puiu24-Mar-05 5:15 
GeneralMFC Chart Pin
Coremn23-Mar-05 13:19
Coremn23-Mar-05 13:19 
GeneralRe: MFC Chart Pin
David Crow23-Mar-05 16:48
David Crow23-Mar-05 16:48 
GeneralRe: MFC Chart Pin
Coremn23-Mar-05 16:53
Coremn23-Mar-05 16:53 
GeneralOpenGL and CView problem Pin
FayezElFar23-Mar-05 11:50
FayezElFar23-Mar-05 11:50 
GeneralRe: OpenGL and CView problem Pin
Alexander M.,23-Mar-05 12:19
Alexander M.,23-Mar-05 12:19 
GeneralRe: OpenGL and CView problem Pin
FayezElFar24-Mar-05 4:25
FayezElFar24-Mar-05 4:25 
GeneralSimple error, but how to solve?:( Pin
sacoskun23-Mar-05 10:01
sacoskun23-Mar-05 10:01 
GeneralRe: Simple error, but how to solve?:( Pin
PJ Arends23-Mar-05 10:09
professionalPJ Arends23-Mar-05 10:09 
GeneralRe: Simple error, but how to solve?:( Pin
sacoskun23-Mar-05 10:21
sacoskun23-Mar-05 10:21 
GeneralRe: Simple error, but how to solve?:( Pin
Barry Etter23-Mar-05 10:39
Barry Etter23-Mar-05 10:39 
GeneralRe: Simple error, but how to solve?:( Pin
sacoskun23-Mar-05 10:43
sacoskun23-Mar-05 10:43 
GeneralRe: Simple error, but how to solve?:( Pin
Barry Etter23-Mar-05 10:53
Barry Etter23-Mar-05 10:53 
GeneralRe: Simple error, but how to solve?:( Pin
PJ Arends23-Mar-05 10:55
professionalPJ Arends23-Mar-05 10:55 
GeneralRe: Simple error, but how to solve?:( Pin
sacoskun23-Mar-05 11:15
sacoskun23-Mar-05 11:15 
GeneralRe: Simple error, but how to solve?:( Pin
Serge Krynine23-Mar-05 11:54
Serge Krynine23-Mar-05 11:54 

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.