I'm pretty new to C++, but is it possible to not have to use any part of C but pure C++?
For example, using the string library (<string> ) without having to use <string.h>.
Example, how would I go about getting the Windows username ( GetUsernameA() API ) without using C strings?


Reply With Quote
