cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
How to ShowMessage with long double valu
How to ShowMessage with long double value?
Jun 16, 2011 at 2:27pm UTC
Owad88
(2)
For example for int:
ShowMessage(IntToStr(value));
How to do it for long double?
Jun 17, 2011 at 8:20am UTC
coder777
(8444)
Depends on the libraries your using / want to use.
stringstream
http://www.cplusplus.com/reference/iostream/stringstream/
is able to convert double to string
Topic archived. No new replies allowed.