The problem I am encountering is the warning message I get when running the c++ .cpp code. Is there another way I can convert an integer to a string.
Here is a snapshot of the code I am running, and where the problem is:
string empId2 = to_string(empId);