IT-info > C / C++

C / C++

CodeBlocks

CodeBlocks
MinGW
MinGW download

Win32 C++ Tutorial 1: Intro, Basic Explanation and Creating a Basic Window
In this video I will be showing you how to create a basic graphical window in C++, using windows.h (winuser.h win32api). I will be using CodeBlocks as my IDE, and MinGW GCC as my compiler.

Windows.h C++ Tutorial 2: Adding Static Text to Your Window