The Wayback Machine - https://web.archive.org/web/20120121054557/http://www.codeguru.com:80/cpp/frameworks/

    Frameworks

    Unit Testing for Native Applications Using WinUnit

    While it's easy to find a reliable unit testing framework for .NET framework applications like NUnit, it's a challenge to find a similar easy-to-use offering for C++ programming.

    C++ Tutorial: Use std::tuple To Simulate Compact Heterogeneous Containers

    Std::tuple is a compact, fixed size container that packs a variable number of elements of different types. This property makes tuples useful in simulating multiple return types for a function, assigning and comparing multiple values simultaneously and abstracting complex data structures.

    Improve Microsoft Visual C++ Application Security and Robustness with SafeInt

    In this age of cloud computing, massive parallel systems and complex security threats like identity theft and decentralized botnets, devoting resources to combat the seemingly age-old issue of integer overflow appears distinctly passC). Despite the fact that integer overflow is such a well know problem, particularly within C and C++ programming, the problem remains a real issue from both a defect and security standpoint, that's why the introduction of the SafeInt template class in Visual C++ 2010 to address overflows is a great addition.

    The Smart Pointer That Makes Your C++ Applications Safer - std::unique_ptr

    Using shared_ptr instead of raw pointers helps you avoid the common pitfalls associated with raw pointers but in some cases, its performance isn't satisfactory. Unique_ptr is a new C++0x smart pointer that is compact, fast and fully compatible with the standard library. Find out how to use unique_ptr to make your code safer without sacrificing performance.

    Lessons on Development of 64-Bit C/C++ Applications

    The course is devoted to creation of 64-bit applications in C/C++ language and is intended for the Windows developers who use Visual Studio 2005/2008/2010 environment.

    Adding Windows 7 Jump Lists to Visual C++ Applications

    Jump Lists provide a simple and convenient way for users to open documents and perform common tasks, and Windows 7 provides basic support for Jump Lists with no explicit application development. C++ developers can improve their applications by using the MFC class CJumpList to provide custom jump list items for easier application interaction.

    OK-CANCEL vs CANCEL-OK

    What order should the OK and Cancel buttons appear? Should it be like Windows or like the Mac? Are there any "rule of thumb" as to when certain standard should be followed or is it just a matter of taste?

    General Solution for a Transparent Control

    Discover a very simple, integrated method to make a control, such as static, button, sliderctrl, and progress control transparent in a dialog box.

    SFL 2.0: Service Framework Library for Native Windows Service Applications, Part II

    Learn more about this very useful library.

    Message Only Window

    Learn how to build an efficient library to provide support for Message Only Windows. The article also shows how to use the Thunk32 library provided in an earlier article, as well as some general pointers on good practices and patterns.

    BiSplitter 1.1

    BiSplitter is MFC-compatible class for creating a splitter window that looks like a Microsoft Outlook window.

    Flexible Screen Designer

    The dynamic screen classes allow you to incorporate advanced screen functionality into your MFC applications. The fundamental difference of these classes are that they work with the actual resource in your executable—this means that users of your applications can alter screens that have been designed by you using the MFC resource editor—they can make changes at run time.

    Change the Shape of the Window

    Learn a very easy way to change the shape of a window.

    Developing Applications with a User-Customizable GUI Layout

    Many applications that use dialogs and form views would be more effective if they allowed a user to customize their screen GUI layout. This article describes a solution that would give developers the possibility to make their applications customizable by users.

    Velocity-Based Joystick Controller

    This joystick-like controller can be used to generate velocity-based commands for scheduling actions based on provided thresholds. In particular, it simulates, in software, the physical joystick that kids use to drive their own "Remote Toy Car."

    MDI list in the status bar ( and a custom Window List dialog )

    MDI list in the status bar ( and a custom Window List dialog )

    Easy! Reports

    The tool presented here is a simple API that can be used to print fairly complex business style reports.

    Independent Message Handlers in Window Message Processing

    Updated code with new functionality. Using the Independent Message Handlers in Window Message Processing on the example of CFrameBounder class.

    Internationalizing menus using MFC support for Unicode

    Using UNICODE feature of MFC to internationalization

    Visual Component Framework - Libraries and Projects

    Full-featured visual framework (based on NextStep and Borland IDE UIs) for creating C++ applications

    Writing Scribble with the Visual Component Framework (VCF)

    Great job of showing off the VCF by illustrating how easy it is to create the famed MFC Scribble demo application.

    Skin Customization Page for the BCGControlBar Library

    An extension for Stas Levin's excellent toolbar library

    Gimme Some Skin... VideoSkins

    Fantastic approach to adding skins to your Windows applications!

    Alpha Blending (Transparent) Windows

    Article that illustrates how to enable the new Alpha Blending features of Microsoft Windows 2000

    Creating Skins with SkinSys Ver 1.0

    MFC-based application for creating and editing skins for your applications

    The WNDCTRL Reusable Class

    Easy to use class that enables the showing and hiding of groups of controls on a dialog or view

    Framework for Creating Custom Window Captions

    Fantastic set of classes to develop window content-sensitive captions (including colors '& fonts)

    Dynamic Child Window Repositioning

    Dynamic Child Window Repositioning

    Visual Framework (Views, Tabs and Splitters)

    Fantastic framework for creating advanced user interfaces

    How to dynamically show/hide the Taskbar application button

    How to dynamically show/hide the Taskbar application button

    An Outlook98 bar-like control

    An Outlook98 bar-like control

    Information Bar

    New article with source

    Enhanced List Control

    Enhanced List Control

    A Switcher Control (like the Windows Task Bar)

    New article with source

    Voice Command Enabling Your Software

    Voice Command Enabling Your Software

    Internet mail look

    Internet mail look