Download List

Projeto Descrição

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

As seqüências de formato "[% # 8.3x]" e "[#% 08x]" são agora analisados cerrectly.
Tags: Major bugfixes
The format strings "[%#8.3x]" and "[%#08x]" are
now parsed cerrectly.

2003-08-11 03:00
1.0

Esta versão adiciona alguns aprimoramentos de recursos e correções menores para facilitar o uso das classes de formato. A licença foi alterada de GPL para BSD, e usando as classes como uma biblioteca dinâmica não é o caminho mais recomendado.
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

Um pequeno erro foi corrigido ea documentação melhorada. DEB e RPM pacotes binários também estão disponíveis.
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

Um monte de correções de aviso do compilador.
Tags: Minor bugfixes
A lot of compiler warning fixes.

2001-12-04 16:43
0.1.5

As referências repetidas no Single Unix Specification foram adicionados (ou seja, uma característica que não foi implementado). Todos os exemplos do printf (3) manpage agora irá funcionar com 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