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
For me, ensuring that I had:
#include #include using namespace std;
in my file made something like to_string(12345) work.
to_string(12345)