May 7, 2010 at 11:10pm
I've assigned a number into character pointer:
1 2 3
|
char* strNumSet = "12.33";
|
I want to convert pointer strNumSet into float. What is the correct way to do this?
Kindly thanks for any suggestion and help.
Last edited on May 7, 2010 at 11:10pm