Search:

Type: Posts; User: Joose

Search: Search took 0.00 seconds.

  1. MING-W compiler: #include ... ......

    MING-W compiler:

    #include <tchar.h>
    ...
    ...
    #define _UNICODE
    _T("World"); // L"World" -> wchar_t
    #undef _UNICODE
    _T("World"); // "World" -> char
  2. no entender

    no entender
Results 1 to 2 of 2