Category Archives: Code::Blocks

Code::Blocks is a free and open source, cross-platform IDE which supports multiple compilers including GCC and Visual C++. It is developed in C++ using wxWidgets as the GUI toolkit. Using a plugin architecture, its capabilities and features are defined by the provided plugins. Currently, Code::Blocks is oriented towards C and C++. It can also be used for creating ARM, AVR, D, DirectX, FLTK, Fortran, GLFW, GLUT, GTK+, Irrlicht, Lightfeather, MATLAB, OGRE, OpenGL, Qt, SDL, SFML, STL, SmartWin and wx programs and applications, although in some cases installing third-party SDKs or frameworks is necessary. ( Wikipedia )

Code::Blocks D Thread Tutorial

The tutorial today is about a programming IDE called Code::Blocks, and it builds on Code::Blocks IDE D Primer Tutorial. For the tutorial today we are going to write a D program that spawns a thread and communicates with messages to … Continue reading

Posted in Code::Blocks, eLearning, Tutorials | Tagged , , , , , , , , | 6 Comments

Code::Blocks Fortran DLL Primer Tutorial

The tutorial today is about a programming IDE called Code::Blocks, and we use this to create a project in which a Fortran Windows 32bit application calls a Fortran DLL doing some simple work with a two-dimensional array (and saying hello … Continue reading

Posted in Code::Blocks, eLearning, Tutorials | Tagged , , , , , , | 21 Comments

Code::Blocks C++ Win32 API Frame Menu Primer Tutorial

The tutorial today is about a programming IDE called Code::Blocks, and we use this to create a project to create a C++ Windows 32bit GUI frame application (Win32 API) with two simple submenus. Programming IDEs take a lot of the … Continue reading

Posted in Code::Blocks, eLearning, GUI, Tutorials | Tagged , , , , , , , , | 6 Comments

Code::Blocks IDE D Primer Tutorial

The tutorial today is about a programming IDE called Code::Blocks, and it builds on yesterday’s D Primer Tutorial as shown below. Programming IDEs take a lot of the hard work out of tasks such as compiling and linking in languages … Continue reading

Posted in Code::Blocks, eLearning, OOP, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , | 17 Comments