It seems like encoding problem. You should best check the encoding setting of your system and the editor of Code::Blocks? Can you paste the build log of the following command line:
------------- Build: Debug in testProject (compiler: GNU GCC Compiler)---------------
g++ -Wall -fexceptions -g -Wall -c "/Rick's Stuff/Programming Projects/testProject/main.cpp" -o obj/Debug/main.o
s: -c: line 0: unexpected EOF while looking for matching `"'
s: -c: line 1: syntax error: unexpected end of file
Process terminated with status 2 (0 minute(s), 0 second(s))
0 error(s), 0 warning(s) (0 minute(s), 0 second(s))
$ cd /Rick's Stuff/Programming Projects/testProject/
$ g++ main.cpp
It seems like encoding problem. You should best check the encoding setting of your system and the editor of Code::Blocks? Can you paste the build log of the following command line:
------------- Build: Debug in testProject (compiler: GNU GCC Compiler)---------------
g++ -Wall -fexceptions -g -Wall -c "/Rick's Stuff/Programming Projects/testProject/main.cpp" -o obj/Debug/main.o
s: -c: line 0: unexpected EOF while looking for matching `"'
s: -c: line 1: syntax error: unexpected end of file
Process terminated with status 2 (0 minute(s), 0 second(s))
0 error(s), 0 warning(s) (0 minute(s), 0 second(s))Code$ cd /Rick's Stuff/Programming Projects/testProject/
$ g++ main.cpp