SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
{fmt}

{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and IOStreams.

Source: https://github.com/fmtlib/fmt

How to use:

std::string s = fmt::format("{0}{1}{0}", "abra", "cad");
// s == "abracadabra"

SimC Integration: