User: arack95

  • Public profile

User profile: arack95

User info
User name:arack95
History
Joined:
Number of posts:1
Latest posts:

c++ std::string to LPCWSTR
A simple method is this: [code]LPCWSTR a; std::string s = "LOL"; a = (LPCWSTR)s.c_str();[/code]...

This user does not accept Private Messages