+ 8
Code::Blocks
when i click on the run button after completing code. One box appears and with message - It seems that this file has not been built yet. Do you want to build it now?. Then i press Yes and the box disappears. What should i do now?
2 Respostas
+ 10
When you click RUN button - Code::blocks just strarts existing built program.
There is a run button with cogwheel on top of it. It means - compile and run.
So basically when you press this button your program(If it is console app) will be opened in new window.
+ 7
You can also press F9 to Build(Compile) and Run Simultaneously...