Hi,
I am writing a form application in VC++.
At one place I have to convert string into double.I tried strtod() function by including stdlib.h in .cpp file.(my code is in Form1.h file).but is giving me compilation error i.e. strtod:identifier not found.
Any suggestions so that I can convert string to double.