Posts by William Freittas • 11 points
1 post
-
1
votes3
answers4341
viewsA: I cannot use accents in Code Blocks
#include <locale.h> int main(void){ setlocale (LC_ALL, "Portuguese_Brazil"); return 0; }
1 post
1
votes3
answers4341
views#include <locale.h> int main(void){ setlocale (LC_ALL, "Portuguese_Brazil"); return 0; }