Posts by Joao Victor Aguiar Copes • 11 points
1 post
-
1
votes2
answers871
viewsA: Use accents in the Cout command
#include <iostream> using namespace std; int main(){ setlocale(LC_ALL, "pt_BR.UTF-8"); cout << "Olá Mundo!" << endl; } …
c++answered Joao Victor Aguiar Copes 11