Lucasdaniel9183
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Biblioteca locale.h não funciona.
AnsweredA biblioteca locale.h não funciona no CLion. #include <stdio.h>#include <locale.h>int main() { setlocale(LC_ALL, "Portuguese"); printf("olá mundo!"); return 0;} o Código acima me retorna: ...