Download List

Project Description

FastFormat is a C/C++ output and formatting library whose design parameters are complete type-safety, efficiency, genericity, and extensibility. It is simple to use and extend, highly portable (to any platform or compiler), and it upholds the C tradition of you only pay for what you use. FastFormat supports output and formatting of statements of arbitrary complexity, consisting of heterogeneous types. FastFormat writes to output "sinks", which can be of arbitrary type.

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.

2009-04-26 04:51 Back to release list
0.3.3

This release changes fastformat_malloc() to guarantee to zero out the allocated block's contents, corrects a compilation defect when mocking Windows' OutputDebugString() with STLport standard library, incorporates workarounds for several dumb old compilers' inability to use the filter_type mechanism, and tidies up various workspace files and adds missing project files. Three test programs have been added: test.unit.api.illformed_handlers, test.unit.api.unmatched_handlers, and test.scratch.format_alignment. This release bundles xTests 0.11.5 and depends on STLSoft 1.9.77.

Project Resources