I'm getting in the habit of creating functions for things which I will use on a regular basis. How can I return this value when I don't know the size of it?
I get the 'return value does not match function type' error for lpszUsername. I have this within a separate cpp file than the main and link with a header. I didn't include the entire files.