hey, how would i go about converting a char* character array to a double.
I would like to create a function that takes a char array as a parameter such as "1234.1" and then return that as a double value 1234.1.
Is there a function that would allow me to do this or would i have to go about programming it myself?
Thanks.