#include <wchar.h>
#include <locale.h>
_wsetlocale(LC_ALL, "korean");
여기에
wchar_t ch = L'가';
wprintf(L"%lc", char);
이딴식으로 써야함 ㅋㅋ
진짜 ㅈ 븅신같네 ㅋㅋ
#include <wchar.h>
#include <locale.h>
_wsetlocale(LC_ALL, "korean");
여기에
wchar_t ch = L'가';
wprintf(L"%lc", char);
이딴식으로 써야함 ㅋㅋ
진짜 ㅈ 븅신같네 ㅋㅋ
댓글 0