Downloadliste

Projektbeschreibung

Format is a C++ format string library that supports printf-compatible format strings by preserving the typesafety of C++.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-12-29 15:06
1.1

Die Format-Strings "[% # 8.3x]" und "[% # 08x]" sind jetzt cerrectly analysiert.
Tags: Major bugfixes
The format strings "[%#8.3x]" and "[%#08x]" are
now parsed cerrectly.

2003-08-11 03:00
1.0

Diese Version fügt einige Funktionserweiterungen und kleinere Bugfixes für eine einfachere Nutzung des Format-Klassen. Die Lizenz ist von GPL auf BSD verändert, und mit Hilfe der Klassen als eine dynamische Bibliothek ist die Empfehlung nicht mehr so.
Tags: Major feature enhancements
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.

2002-03-27 22:31
0.1.7

Ein kleiner Fehler wurde behoben und die Dokumentation verbessert. DEB-und RPM-Binärpakete sind ebenfalls erhältlich.
Tags: Minor bugfixes
A small bug was fixed and the documentation improved. DEB and RPM binary packages are also available.

2001-12-15 09:13
0.1.6

Viele Compilerwarnung fixes.
Tags: Minor bugfixes
A lot of compiler warning fixes.

2001-12-04 16:43
0.1.5

Die wiederholten Hinweise auf die Single Unix Specification wurden hinzugefügt (dh ein fehlendes Feature wurde implementiert). Alle Beispiele aus der printf (3) manpage wird nun mit Format zu arbeiten.
Tags: Minor bugfixes
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.

Project Resources