FastFormat C++格式化输出库

程序名称:FastFormat

授权协议: BSD

操作系统: 跨平台

开发语言: C/C++

FastFormat 介绍

FastFormat 是一个C/C++格式化输出的库,输入的参数是类型安全的/范型的/可扩展的。

示例代码:

std::string  fmt0("A c-style string: {0}");  
std::string  fmt1("A std::string: {0}");  
std::string  fmt2("A c-style string: {0}, and a std::string: {1}");  
std::string  fmt3("A c-style string: {1}, and an int: {0}");

FastFormat 官网

http://fastformat.sourceforge.net/

相关编程语言

BlazeDS 是一个基于服务器的Java 远程控制(remoting...
OVal 是一个可扩展的Java对象数据验证框架,验证的规...
Volta 是一套开发工具,专为开发分布式、实时系统应...
OpenDDS 是一个开源的 C++ 实现的 对象管理组织 OMG...
JADE (Java Agent DEvelopment Framework) 是一个完...
FastMM ,在D2006和2007中已代替了原来的内存管理器。