Posts by Cesar Novaes • 1 point
1 post
-
-4
votes2
answers2230
viewsA: setlocale(LC_ALL, "English"); does not work in Visual Studio 2019
#include <locale.h> main(void) { setlocale(LC_ALL, "pt-BR"); ...
1 post
-4
votes2
answers2230
views#include <locale.h> main(void) { setlocale(LC_ALL, "pt-BR"); ...