Hi all,
I'm trying to find out how to print a long double to a string using sprintf. According to everything I've read I should be using "%Lf" however when I do this all I get is the characters "Lf" in the string instead of the number printed
↧