Thread: mfc and api

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    80

    mfc and api

    can u tell me the differences between MFC and API programming what are they used for?

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    That's why we have a FAQ Jack - here

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    MFC is a wrapper around Win32 API. Win32 API is the fundational tools for Windows programming. MFC makes it Windows programming a bit easy via C++ OOP paradigm.

    Kuphryn

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. API or MFC in Managed C++ (.NET)
    By gwarf420 in forum Windows Programming
    Replies: 6
    Last Post: 10-23-2008, 04:36 PM
  2. OLE Clipboard :: Win32 API vs. MFC
    By kuphryn in forum Windows Programming
    Replies: 3
    Last Post: 08-11-2002, 05:57 PM
  3. Thread Synchronization :: Win32 API vs. MFC
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 08-09-2002, 09:09 AM
  4. WIndows programming?
    By hostensteffa in forum Windows Programming
    Replies: 7
    Last Post: 06-07-2002, 08:52 PM
  5. MFC or Windows API
    By aresashura in forum Windows Programming
    Replies: 7
    Last Post: 12-01-2001, 10:21 PM