Visual Modeling of Complex Reactive Systems
Rating: none
JeromeWiz - 05/28/2009
Check out this commercial-grade cross-platform Harel UML StateChart open-source application framework named StateWizard for concurrent, distributed, and real-time reactive system development with simplicity, efficiency, and scalability.Optimizing 64-Bit Programs
Rating: none
Andrey Karpov - 12/15/2008
Discover some ways to increase the performance of 64-bit Windows applications.
The Anatomy of a C++ Program
Rating: none
Bradley Jones - 09/04/2008
C++ programs consist of classes, functions, variables, and other component parts. To get a sense of how a program fits together, you must see a complete working program.
MFC Feature Pack: An Introduction
Rating: 




Marius Bancila - 03/11/2008
Learn about MFC Feature Pack, a Microsoft extension to MFC that allows developers to enable Office 2007, Visual Studio, or IE look and feel to their VC++ applications.
SDI Application with MDI Child Windows in Static Splitter Pane
Rating: 




John Z. Czopowik VC++ MVP - 12/31/2007
In an MDI application, the MDI client is a child of the top-level window. Learn to use this special window as a child of another child.
Visualizing Point Data with NZR
Rating: none
Imran Khan - 08/28/2007
Use the NZR framework to visualize point data in 3D space.
Simple Thread: Part I
Rating: 




Arjay - 08/23/2007
Learn about methods to start, pause, resume, and stop a thread by using _beginthreadex in an MFC dialog application. The sample shows how to update a MFC control as well as how to properly shut down a thread.
[Updated] DLL Tutorial For Beginners
Rating: 




Notsosuperhero - 08/06/2007
Learn how to create and implement DLLs without MFC.
Multiple Views Layout Without a Splitter
Rating: none
John Z. Czopowik VC++ MVP - 01/25/2007
Learn how to show multiple views in a frame window without using a splitter.
Resource DLLs and Language Selection Menu
Rating: 




swautier - 12/13/2006
CLanguageSupport: With a few lines of code, add automatic UI language selection and a language selection menu to your app. CLanguageSupport is your resource DLLs manager (also known as satellite DLLs).
Library for MFC Applications' Localization Using Resource-Only DLLs
Rating: 




Sergey Markov - 06/09/2006
Multilingual Library adds multiple UI languages' support to your MFC application.
[Updated] Setting Up OpenGL in an MFC Control
Rating: 




Brett Fowle - 03/14/2006
Learn how set up an OpenGL rendering context inside an MFC control and make use of the timers MFC has to offer.
[Updated] An Introduction to Assembly Language: Part I
Rating: 




darwen - 04/01/2005
This article, the first in a series, shows how to write and compile files containing assembly language using Visual C++.
[Updated] An Introduction to Assembly Language: Part II
Rating: 




darwen - 04/01/2005
This article covers registers, functions, and a few important assembly language instructions.
[Updated] An Introduction to Assembly Language: Part III
Rating: 




darwen - 04/01/2005
The third and final part of the series of tutorials on Assembly language. This covers the most commonly used instructions and some of the macros in MASM that make life so much easier for the Assembler developer.
An AutoUpdate Trick
Rating: 




SEllis - 03/16/2005
Learn about a simple automatic update trick that you can use in your applications.
[Updated] Implementing an Array of Buttons: The Shuffle Game
Rating: 




Veena Pai - 08/26/2004
Manage a group of buttons as an array in VC++.
Using "Thin Templates" to Reduce Application Size
Rating: 




Gregor Petrov - 08/13/2004
The "Thin Templates" technique allows you to use templates with minimum application size penalties.
High-Performance Computing, Part 1
Rating: 




Vincent Leong - 07/30/2003
Boost your application computing performance to the optimum by using hardware acceleration.
Using MFC For Drag '& Drop, Cut, Copy, and Paste
Rating: 




Alex Rest - 03/28/2003
Learn to program the process of moving groups of files from one application to another by using drag '& drop, cut, copy, and paste.
Elementary Use of the Program "make"
Rating: none
Luigi Santillo - 06/24/2002
Learn where "make" fits in the process of developing an application and see an example of using it with multiple file compilation.
MFC .DLL TUTORIAL, PART 1
Rating: 




Andrew Fenster - 03/06/2002
Learn about the kinds of .DLLs you can make using MFC and the advantages of each kind. Also learn how to create a .DLL and how to set up a client application to use it.
MFC .DLL TUTORIAL, PART 2
Rating: 




Andrew Fenster - 03/06/2002
Learn about the problems that can arise when you use .DLLs. Also learn how these problems can be avoided.
MFC .DLL TUTORIAL, PART 3
Rating: 




Andrew Fenster - 03/06/2002
This third part builds on the previous two by providing more coding examples and technical details.
MFC Under the Hood
Rating: 




Andrew Fenster - 06/27/2001
This article demystifies some of the arcane code created by the MFC Wizards.
Using Better Tracing to Understand the Doc/View Architecture
Rating: none
Mark Messer - 01/14/2001
Great way to peek at what's going on "under the hood" in your document/view applications
Visual C++/MFC Tutorial - Lesson 7: Data Viewer
Rating: 




Brian Martin - 08/11/2000
In the final installment of Brian's tutorial, you put to use what you've learned the past week by coding a sample data viewer application
Visual C++/MFC Tutorial - Lesson 6: SDI and MDI Applications
Rating: 




Brian Martin - 08/10/2000
In this penultimate part of the series, Brian teaches you the basic of creating doc/view applications
Visual C++/MFC Tutorial - Lesson 5: Dialog-Based Applications
Rating: 




Brian Martin - 08/09/2000
In this installment of the series, Brian covers the basics of dialogs and dialog-based applications
Visual C++/MFC Tutorial - Lesson 4: MFC Basics
Rating: 




Brian Martin - 08/08/2000
Start dipping your toes in the MFC waters in preperation for the really cool stuff
Visual C++/MFC Tutorial - Lesson 3: Visual C++ IDE and Workspaces
Rating: 




Brian Martin - 08/06/2000
Third installment of the seven-part Visual C++ tutorial series
Visual C++/MFC Tutorial - Lesson 1: Behind the Scenes with Handles and Messages
Rating: 




Brian Martin - 08/05/2000
This is the first in an installment of great Visual C++ / MFC tutorials from Brian Martin
Visual C++/MFC Tutorial - Lesson 2: C++ Essentials
Rating: 




Brian Martin - 08/05/2000
Before jumping into MFC specifics, Brian now leads you through a quick C++ class to get you prepared for the next step
