|
From: Joerg B. <em...@jb...> - 2010-07-07 13:54:23
|
Hello, I have partially converted my program to long double arithmetic. Now the problem: The MinGW compiler version 4.5.0 does not accept the L in format descriptors for long double input/output. On some code places, I have to rely on maximum precision string representation of variables, so I'm in need of such a format. Any hints? Joerg |