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
Could you tell?
Could you tell?
May 30, 2009 at 11:33am UTC
chandni24
(3)
What is the format string for a long double?
May 30, 2009 at 1:13pm UTC
Duthomhas
(13206)
http://www.cplusplus.com/reference/clibrary/cstdio/printf/
[edit] Eh, OK:
printf(
"%Lf"
, my_long_double );
Last edited on
May 30, 2009 at 1:14pm UTC
Topic archived. No new replies allowed.