Question: I'm trying to write a program for a simple game, but I am getting errors, stray ‘\342’ and ‘\200’ and ‘\214’, using g++ and gedit in Ubuntu 13.10 (Saucy Salamander). The code is: #include <iostream> #include <cctype> using namespace ... ' in program a.cpp:8:2: error: stray \214' in program How can I fix this? Note that I installed Ubuntu last night.
asked
2 days ago
Atik03
10.1k points