Could you tell?


What is the format string for a long double?
http://www.cplusplus.com/reference/clibrary/cstdio/printf/

[edit] Eh, OK: printf( "%Lf", my_long_double );
Last edited on
Topic archived. No new replies allowed.