Here is the situation:
I have a class in which has a method in which I have a loop that overwrites a buffer with a new letter every iteration and the buffer's datatype is LPSTR.
My question is, how I could take all the letters that are generated in the loop and return them as a char array?