First project not even working, making me horribly discouraged from learning C++. Is there a fix for the blue highlighted error?
http://i53.tinypic.com/ot2ck1.png
This is a discussion on First project fail, help? within the C++ Programming forums, part of the General Programming Boards category; First project not even working, making me horribly discouraged from learning C++ . Is there a fix for the blue ...
First project not even working, making me horribly discouraged from learning C++. Is there a fix for the blue highlighted error?
http://i53.tinypic.com/ot2ck1.png
Last edited by kdufa; 03-01-2011 at 03:21 PM.
Sounds like a permission error; not a programming language error.
Make sure to run Code::Blocks as admin or store the project somewhere (like my documents) where you have write privileges.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
Well, in your image, you get only one error. Feel free to post the build log when you get these 6 errors. It would help in understanding what is going awry.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
OP earlier today made a thread about problems with his compiler here: New to C++, need help which he conveniently abandoned and decided to keep programming with a broken compiler.
Originally Posted by phantomotap
Sure if following you is reading the forum page. Anyway, you should address the other problem you posted about.
It's hard for me to explain this properly but if HelloWorld and SayHello are actually stored in the same directory than you have to clean one project before you can compile the other.
Originally Posted by phantomotap