Format is a C++ format string library that supports printf-compatible format strings by preserving the typesafety of C++.
| Tags | Software Development Libraries |
|---|---|
| Licenses | GPL BSD Revised |
| Operating Systems | OS Independent |
| Implementation | C++ |
Recent releases


Changes: The format strings "[%#8.3x]" and "[%#08x]" are now parsed cerrectly.


Changes: This release adds some feature enhancements and minor bugfixes for easier usage of the format classes. The licence has changed from GPL to BSD, and using the classes as a dynamic library is not the recommended way anymore.


Changes: A small bug was fixed and the documentation improved. DEB and RPM binary packages are also available.


Changes: A lot of compiler warning fixes.


Changes: The repeated references in the Single Unix Specification were added (i.e. a missing feature was implemented). All the examples from the printf(3) manpage will now work with Format.