I am making a small vocabulary remembering program where words would would be flashed at me randomly for meanings. I want to use standard C++ library as Bjarne Stroustroup t
to_string() is only present in c++11 so if c++ version is less use some alternate methods such as sprintf or ostringstream