Some Useful Links

 

Home
Overview
How it Works
Downloads
Tutorials

Examples

Links
Contact

 

Free Compilers and Tools

Code::Blocks Code::Blocks is an IDE for C/C++.  It includes the MinGW port of GCC, and also supports the MS Visual Toolkit, and the free command line compiler from Borland.
Dev-C++ Dev-C++ is a Integrated Development Environment (IDE) for  C/C++. It includes the MinGW port of GCC as it's compiler.
GDIView A utility that displays list a of GDI handles used by each process. It's useful for spotting GDI leaks.
grepWin grepWin is a multi-file text search and replace tool. It can use regular expressions for its search and replace.
MediaInfo A utility that retrieves the technical and tag data for video and audio files.
Microsoft Visual Community A free C++ Win32 compiler and IDE from Microsoft. It includes the DirectX11 and Windows 7 SDKs, as well as the C++ and Windows API documentation.
Notepad++ Notepad++ is a free source code editor and Notepad replacement that supports several languages.
Nullsoft Scriptable Install System NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers.
PeaZip PeaZip is a free file archiver utility. It can open and create archives for many popular formats, including 7-zip, rar, tar and zip.
Pixelformer Pixelformer is a bitmap editor, specifically optimized for creating, modifying, and converting small and medium-sized images, such as icons, buttons, web graphics, sprites, etc.
Resource Hacker A freeware resource compiler and decompiler for Windows® applications.
Visual Leak Detector An open-source memory leak detection system for Visual C++.

Tutorials and References

MSDN Library The Microsoft Developers Network.  Microsoft's online reference.
About Messages and Message Queues The section in MSDN describing the messages available in Windows.
MS Platform SDK Provides the documentation, samples, header files, libraries, and tools designed to help you develop Windows applications (XP and below).
MS Windows SDK Provides the documentation, samples, header files, libraries, and tools designed to help you develop Windows applications (Vista and above).
MS DirectX SDK Contains the additional header files and libraries for DirectX programming.
GitHub A platform for developers to create and store and manage their code.
SourceForge SourceForge hosts a large collection of open source projects.
Code Project Forums and Code samples for software developers.
Go4Expert A forum for C, Win32, C++, MFC, C# developers.
the Forger A Win32 tutorial for C++.
Get Started with Win32 and C++ A Win32 tutorial from Microsoft.
Google Internet Search Engine.
Wikipedia Web based encyclopedia.
C++ FAQ C++ Frequently Asked Questions