Microsoft Windows related programming tools, tutorials and techniques
Back to top
Tutorials
Back to top
COM, OLE, and ActiveX
Back to top
Ass'd Windows programming link collections (unsorted)
-
The Code Project
is "Your Visual Studio and .NET Homepage"...in spite of hokey
moniker, this is a very useful and wide-ranging programmer's
site, made by some pretty smart cats...
-
Windows programming links from Oasis Windows Programming
(dead parent link..)
-
codersource.net has
some very useful content, topics, and tutorials....
Back to top
Windows Network programming techniques and tips
Back to top
Using Cygwin/MinGW for Windows code development
-
MinGW is Minimalist GNU for
Windows, a collection of freely available and freely distributable
Windows specific header files and import libraries combined with GNU
toolsets that allow one to produce native Windows programs that do not
rely on any 3rd-party C runtime DLLs.
-
Documentation for MinGW
includes an intro section on how to generate Win32 binaries`
(console and GUI) and DLL's using gcc
-
MinGW Starter Guide
An excellant primer for getting up and running with MinGW (with an
emphasis on graphics/game development). Covers some popular and useful
external libraries and IDE's that work with MinGW.
-
Building Win32 applications with GNU-C/C++ and RSXNT
Back to top
Useful utilities for code development and system monitoring
Back to top
Back to Tesseract links