Conv.h
A variety of data conversion routines (notably to and from string), optimized for speed and safety。
这个我用的到
Foreach.h
这个应该也会有用处的,好好看看。
Format.h
这个好像就是按照格式的输入以及输出,与sprintf很类似,但是它比sptrinf快,同样的是type-safe。另外,可以支持动态类型。