For many C++ applications I very much want to use the Boost libraries, just not the whole set.This post explains how to use the bcp tool to create a subset …
A short recipe outlining how to output a SYSTEMTIME value as a std::string.The example format will be “YYYY-MM-DD HH:MM:SS.MMM”I specifically wanted to include milliseconds.In this example I employ three possible …