HI! First of all sorry for my bad English.
as the title says code::blocks not compile the letters with the accent on Italian.
how can I fix it? ???
HI! First of all sorry for my bad English.
as the title says code::blocks not compile the letters with the accent on Italian.
how can I fix it? ???
Post the error in the Build Log not the message log.
The red underline is likely from the spell check plugin not having the correct language installed or it not being configured right.
If you have a compiler error, it may be a file font issue or a compiler setting issue. I have no idea which is more likely without seeing an error message. Please read the wiki message in case you error is in foreign language http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_can_I_change_the_language_of_the_compiler_.28gcc.29_output_to_english.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_can_I_change_the_language_of_the_compiler_.28gcc.29_output_to_english.3F)
Google gives more results for C standard error messages.
Tim S.
mingw32-g++.exe -Wall -fexceptions -g -c C:\Users\Ciccio\Desktop\prova\main.cpp -o obj\Debug\main.o
mingw32-g++.exe -o bin\Debug\prova.exe obj\Debug\main.o
Output file is bin\Debug\prova.exe with size 943.40 KB
Process terminated with status 0 (0 minute(s), 1 second(s))
0 error(s), 0 warning(s) (0 minute(s), 1 second(s))
this is a unicode problem here i described what you can do:
http://forums.codeblocks.org/index.php/topic,18803.msg128791.html#msg128791
greetings
Then what is the problem? You're not seeing the proper characters, when running the program?
maybe i should scream: THIS IS A UNICODE PROBLEMthis is a unicode problem here i described what you can do:
http://forums.codeblocks.org/index.php/topic,18803.msg128791.html#msg128791
greetings
btw. this is not really c::b related...