> Hope you guys are enjoying C++ Now!
We use Boost.Spirit for all our parsing and generation. What I mean by that is that when you have to parse input or generate output, we don’t use std::stringstream, we don’t use the C libraries and we definitely don’t write custom parsers or generators.
Read MoreTags: boost, c++, conversion, spirit, Uncategorized