Win10SysProgBookSamples icon indicating copy to clipboard operation
Win10SysProgBookSamples copied to clipboard

Chapter01: ShowError.cpp

Open EthanZBY opened this issue 3 years ago • 2 comments

will have to add one line of code below, otherwise the output will be blank: image

std::locale::global(std::locale("")); image

EthanZBY avatar Mar 04 '21 07:03 EthanZBY

What line of code?

zodiacon avatar Jun 01 '21 11:06 zodiacon

What line of code?

std::locale::global(std::locale(""));

EthanZBY avatar Jun 01 '21 11:06 EthanZBY