"%11.2lf" of C++ is equivalent to ?
You guys have any resource that shows the equivalent formats for both Java and C++?
|
|
C++ cpplusplus.com or MSDN Java Sun javadocs |
|||
|
|
|
Short answer: The Java equivalent is In C's In Java's |
|||
|
|
|
Boost Format. http://www.boost.org/doc/libs/1%5F37%5F0/libs/format/doc/format.html#syntax It has the basically the same formatters as printf(). |
|||
|
|