Download List

Descripción del Proyecto

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

System Requirements

System requirement is not defined
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

Las cadenas de formato "[% # 8.3x]" y "[% # 08x]" son ahora analiza cerrectly.
Tags: Major bugfixes
The format strings "[%#8.3x]" and "[%#08x]" are
now parsed cerrectly.

2003-08-11 03:00
1.0

Esta versión incluye algunas mejoras de características y correcciones de errores de menor importancia para facilitar el uso de las clases de formato. La licencia ha cambiado de GPL a BSD, y utilizando las clases como una biblioteca dinámica no es la forma recomendada más.
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

Un pequeño error fue corregido y mejorado la documentación. Deb y rpm paquetes binarios están también disponibles.
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

Una gran cantidad de correcciones de advertencia del compilador.
Tags: Minor bugfixes
A lot of compiler warning fixes.

2001-12-04 16:43
0.1.5

Las repetidas referencias en la Single Unix Specification se han añadido (es decir, una característica que falta se llevó a cabo). Todos los ejemplos de la printf (3) página de manual de ahora trabajará con el formato.
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