Thread: Hmmm ...Win32API, MFC, .NET..which one?

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    16

    Hmmm ...Win32API, MFC, .NET..which one?

    I am looking for everyones opinions on the best vehicle to launch a C/C++ developer into the wide wonderful world of windows programming. MFC, Win32API, or Managed code using .NET ( if .NET, then C#, C++, VB, or whatever)

    Since my memory objects to an obscenely low amount of information, I would really like to make the right decision the FIRST time and not over stress my synapses. Foremost, I would like to devlop a long-term strategy heading towards becoming a windows programming master I am mostly concerned about starting off in the wrong direction and regretting it later.

    My experience with programming thus far encompasses programming microcontrollers to console applications using C/C++. As you can see I have no GUI experience, a fact I would like to change. So please everyone, spill your guts!! I want to know what everyone thinks!

  2. #2
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    MFC is currently semi-popular. However, AFAIK, it is no longer going to be updated.

    For quick development time, C# is going to be the future, IMHO.

  3. #3
    jasondoucette.com JasonD's Avatar
    Join Date
    Mar 2003
    Posts
    278
    Since everything is based on the Win32 API, I would suggest learning that first. I do not believe that the Win32 API is the fastest way to create a GUI application, but it is the way to go to have the foundation for understanding what is going on under the hood, which I truly believe is very important for learning properly. It makes the difference between understanding something or just plain remembering something. One will last a life time and the other is prone to errors and can never be applied elsewhere.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Windows, MFC, .NET, C++ ???
    By alpha in forum Windows Programming
    Replies: 8
    Last Post: 08-07-2006, 02:31 PM
  2. MFC, WTL or .NET?
    By microchip in forum C++ Programming
    Replies: 7
    Last Post: 11-07-2005, 03:14 PM
  3. MFC with .NET
    By dead_cell in forum C++ Programming
    Replies: 2
    Last Post: 08-20-2002, 12:02 AM
  4. WIndows programming?
    By hostensteffa in forum Windows Programming
    Replies: 7
    Last Post: 06-07-2002, 08:52 PM
  5. Visual J#
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 10-08-2001, 02:41 PM