how to get username of a system
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
plz tell me how to find the username of a system,i m working in console application using winsock header file.
Check out GetUserName() or GetUserNameEx().