Code::Blocks Forums
User forums => Help => Topic started by: RazvanAcer on February 18, 2015, 03:20:01 pm
-
Hey! I m from Romania and I don t know what i have to do on this error .The image : https://imageshack.us/i/exdfLXIPp
-
Are you joking? >:(
The compiler has told you what you have to do, but you're ignoring it. Why?
-
To Original poster please read the rules before you are blocked from this site!!
http://forums.codeblocks.org/index.php/topic,9996.0.html (http://forums.codeblocks.org/index.php/topic,9996.0.html)
2. Compiler/Linker errors are NOT Code::Blocks errors. Usually, C++ newcomers tend to confuse the Editor/IDE (Code::Blocks) with the Compiler (MINGW / GCC). You may see some errors in the compiler output because you missed to do something right in your code. But that's not Code::Blocks troubleshooting, that's C++ troubleshooting and does not belong in here. If your program doesn't compile, READ THE C++ MANUAL.
Tim S.