Logging integer value in ArEventLog C++

Found a link on Stack Overflow on int to string conversion alternatives:

c++ - How can I convert an int to a string in C++11 without using to_string or stoi? - Stack Overflow

The convert_int_to_string solution works.

2 Likes