i am using 'atof' function to convert string into double but it shows the correct value if the string length is 17(max). is ther any function if string length is more than 17?
shanki himanshu 27 Light Poster
Recommended Answers
Jump to Post— deceptikon 1,790Does the string represent a valid double value? If not, then you won't find a conversion function that works without first getting a library that supports larger floating point values.
All 4 Replies
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
shanki himanshu 27 Light Poster
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
DeanMSands3 69 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.