Win10SysProgBookSamples
Win10SysProgBookSamples copied to clipboard
Chapter01: ShowError.cpp
will have to add one line of code below, otherwise the output will be blank:
std::locale::global(std::locale(""));
What line of code?
What line of code?
std::locale::global(std::locale(""));