Windows programming using MinGW
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: http://www.mingw.org/ First select File > New > Project… and opt to create a new empty …