Click here to Skip to main content
16,008,299 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: tell me a solution...if u can Pin
VCSharp0079-May-05 17:31
VCSharp0079-May-05 17:31 
GeneralRe: tell me a solution...if u can Pin
David Crow10-May-05 2:06
David Crow10-May-05 2:06 
GeneralRe: tell me a solution...if u can Pin
VCSharp00710-May-05 23:58
VCSharp00710-May-05 23:58 
GeneralRe: tell me a solution...if u can Pin
David Crow11-May-05 2:24
David Crow11-May-05 2:24 
Generalcheck a string if it is a number Pin
Anonymous8-May-05 19:27
Anonymous8-May-05 19:27 
GeneralRe: check a string if it is a number Pin
Christian Graus8-May-05 19:34
protectorChristian Graus8-May-05 19:34 
GeneralRe: check a string if it is a number Pin
Ted Ferenc8-May-05 21:26
Ted Ferenc8-May-05 21:26 
GeneralRe: check a string if it is a number Pin
PJ Arends8-May-05 21:26
professionalPJ Arends8-May-05 21:26 
Use strtod instead of atof. It has a parameter that points to first character in the string that it does not recognize as part of a number. If that character is not NULL (the end of the string) the string is not a number. It takes into account your current locale settings and exponential numbers.



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" mYkel - 21 Jun '04

Within you lies the power for good - Use it!
Honoured as one of The Most Helpful Members of 2004

GeneralRe: check a string if it is a number Pin
namaskaaram8-May-05 23:30
namaskaaram8-May-05 23:30 
Generalhelp regarding inheritance Pin
Usman Arif8-May-05 18:38
Usman Arif8-May-05 18:38 
GeneralRe: help regarding inheritance Pin
Christian Graus8-May-05 18:42
protectorChristian Graus8-May-05 18:42 
GeneralRe: help regarding inheritance Pin
Usman Arif8-May-05 19:24
Usman Arif8-May-05 19:24 
GeneralRe: help regarding inheritance Pin
Christian Graus8-May-05 19:31
protectorChristian Graus8-May-05 19:31 
GeneralRe: help regarding inheritance Pin
ThatsAlok8-May-05 19:35
ThatsAlok8-May-05 19:35 
GeneralRe: help regarding inheritance Pin
Usman Arif8-May-05 19:59
Usman Arif8-May-05 19:59 
GeneralRe: help regarding inheritance Pin
ThatsAlok8-May-05 20:18
ThatsAlok8-May-05 20:18 
GeneralRe: help regarding inheritance Pin
Usman Arif8-May-05 20:24
Usman Arif8-May-05 20:24 
Generalmatlab.h Pin
knight_master8-May-05 18:30
knight_master8-May-05 18:30 
GeneralRe: matlab.h Pin
Christian Graus8-May-05 18:44
protectorChristian Graus8-May-05 18:44 
GeneralRe: matlab.h Pin
knight_master8-May-05 18:49
knight_master8-May-05 18:49 
GeneralRe: matlab.h Pin
Christian Graus8-May-05 18:53
protectorChristian Graus8-May-05 18:53 
GeneralRe: matlab.h Pin
Abbas_Riazi8-May-05 20:07
professionalAbbas_Riazi8-May-05 20:07 
GeneralRe: matlab.h Pin
Bob Flynn9-May-05 2:28
Bob Flynn9-May-05 2:28 
GeneralRe: matlab.h Pin
knight_master10-May-05 19:18
knight_master10-May-05 19:18 
Generalunion or struct Pin
Rajesh_K_Sharma8-May-05 18:15
Rajesh_K_Sharma8-May-05 18:15 

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.