It is always recommended to save all your C programs in a C workspace (directory). Next, select your language from C/C++ source window and click Next button. Make sure you have checked Skip this next time checkbox if you do not want to see this welcome message again.
Open CodeBlocks IDE and create a new file.How to create C program in CodeBlocks IDE In this post we will move further and see how to create, compile and run a C program in CodeBlocks. In previous post, I explained installation and configuration of CodeBlocks. However, I always recommend a beginner to use command prompt for sometime for compiling and executing C programs.ĬodeBlocks is a powerful IDE for creating, compiling, executing and debugging C/C++ programs. Once you got strong hold to compile and execute C programs using command line, it’s time to switch to IDE. Compiling and executing C programs using command prompt has always been a nightmare to programmers.