how to run c++ program in codeblock 10.05

how do i run c++ prog in code block? after building program sends me to build log and then no response

  1. Try Press F9.

My guess is you didn’t create a project first. Code::Blocks cannot compile a single file (yet).
Click Project/New… and select “console application”. This will create a new project containing a single source file named main.cpp. Source:how to compile c++ program

1 Like

the problem is, codeblock is not a compiler,its ide. so u need to install any c compiler manually (or atleast setup in codeblock)or just download codeblock with gcc package from official site.

2 Likes

What are you talking about?? I create single files ALL THE TIME.
The link you gave is from 2004.