mingw-starter.blogspot.com
MinGW Starter Guide: MinGW Starter
http://mingw-starter.blogspot.com/2008/02/mingw-starter.html
Monday, February 4, 2008. This article is targeted toward C and C programmers, particularly Windows programmers familiar with other Windows compilers, who would like to use MinGW. Minimalist Gnu Compiler for Windows), the port of GCC. A modern C compliant compiler with solid Standard Library support. A code editor and makefile tools or an IDE. The ability to build console, Windowed, SDL and DirectX and OpenGL apps. Download the latest MinGW release. You will also want a good Text Editor/IDE. Fiend, in wh...
mingw-starter.blogspot.com
MinGW Starter Guide: Welcome
http://mingw-starter.blogspot.com/2008/02/welcome.html
Monday, February 4, 2008. I will be moving my MinGW Starter Guide articles to Blogger in the near future. Watch for them to appear here soon. I am also using the same ide and same compiler but when i am running c program i noticed that printf statement is getting printed at the end. Printf(enter any number);. O/p in console window present in the ide itself. 2 if my input is 2. Where as expected out put is. Enter any number 2. Plesae help me to solve the problem. September 5, 2008 at 3:12 AM.
mingw-starter.blogspot.com
MinGW Starter Guide: MinGW + DirectX
http://mingw-starter.blogspot.com/2008/02/mingw-directx.html
Monday, February 4, 2008. Page for MinGW/SDL-related setup tips. Now, for those of you remaining, I assume you do know how to use MinGW, and I assume you are interested in getting it to compile DirectX apps. We'll need the DirectX headers and libraries. You can, at the time of this writing, still get the DirectX7 SDK from Microsoft. The most straightforward way to go about building a DirectX app is simply to use Microsoft's DirectX SDK. You can link to Microsoft's .lib files to your application b...The i...
mingw-starter.blogspot.com
MinGW Starter Guide: Contents
http://mingw-starter.blogspot.com/2008/02/contents.html
Monday, February 4, 2008. 169; 2001-2008 by Mike Linkovich. Subscribe to: Post Comments (Atom). View my complete profile.
mingw-starter.blogspot.com
MinGW Starter Guide: MinGW + SDL
http://mingw-starter.blogspot.com/2008/02/mingw-sdl.html
Monday, February 4, 2008. Simple Direct Media Layer) is a very powerful, low-level, cross-platform, high-performance multimedia library. If you are unfamiliar with this library I recommend going to the SDL website. And having a look around for an hour or nine. Browse the documentation and the header files, and be sure to read the license so you know what you have the rights to use and how you may use it. Now, assuming you intend to compile SDL apps using the free MinGW compiler ( MinGW? Begin by unpackin...