C++
  Home arrow C++ arrow Page 2 - Using MFC in C++ Part 1: A Basic Applicati...
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
C++

Using MFC in C++ Part 1: A Basic Application Skeleton
By: Mitchell Harper
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 55
    2001-11-26

    Table of Contents:
  • Using MFC in C++ Part 1: A Basic Application Skeleton
  • Building the framework
  • Creating the framework classes
  • Adding the code to MyClass.cpp
  • Making sure our application runs
  • Responding to windows messages
  • Conclusion

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Using MFC in C++ Part 1: A Basic Application Skeleton - Building the framework


    (Page 2 of 7 )

    Over the last couple of years, I’ve found the best way to learn a programming language is to get right down to the bare metal, scrap any wizards and memorize the actual language formations and structures. This too is the case for MFC. Start by loading up the Visual C++ IDE, and selecting the File menu, then New. Click on the Projects tab and choose the Win32 Application. In the Project Name box, type in “MFCSample” (without the quotes) and then click on the OK button.

    The Microsoft Visual C++ Projects Tab

    Next, the “Which Kind Of Application Do You Want To Create” dialog will appear. We will be starting from scratch, so just click on the Finish button leaving the “An Empty Project” radio button checked. Click on the OK button and the outline of your application will be built and displayed in the workspace window to the left of the screen.

    More C++ Articles
    More By Mitchell Harper


       · Hi,Its a good article. I am new to MFC and learning it by reading MFC ebooks....
     

    C++ ARTICLES

    - More Tricks to Gain Speed in Programming Con...
    - Easy and Efficient Programming for Contests
    - Preparing For Programming Contests
    - Programming Contests: Why Bother?
    - Polymorphism in C++
    - Overview of Virtual Functions
    - Inheritance in C++
    - Extending the Basic Streams in C++
    - Using Stringstreams in C++
    - Custom Stream Manipulation in C++
    - General Stream Manipulation in C++
    - Serialize Your Class into Streams in C++
    - Advanced File Handling with Streams in C++
    - File Handling and Streams in C++
    - The STL String Class







    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 2 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek