

One important difference between these two windows is that a wxDialog has the possibility of stopping the application until it is closed. We will have, as usual, a main window and in it we will create and show at the click of one button a wxFrame window and at the click of another button, a wxDialog window. Error messages are shown in the Build messages tab below the code editor.In this tutorial, I'll show you how to create an application with more than one window. In case, your program contains any errors.

Make sure you have checked Skip this next time checkbox if you do not want to see this welcome message again.

From the New form template window select C/C++ source and click Go button.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.
