I have a for loop that runs 5 times and I want to convert i to LPSTR variable each time, how do I do that?
LPSTR temp; for(int i = 0; i < 5; i++) { //TODO: do