A short example of how to started with Windows programming in non-Visual Studio environments.
In this example, we use the MinGW (Minimalist GNU for Windows) compiler within the Code::Blocks integrated development environment.
MinGW can be obtained via the following link:
First select File > New > Project… and opt to create a new empty project:
(more…)