Re: what's the differents between MFC Wnd && .net winform??

Tech-Archive recommends: Fix windows errors by optimizing your registry



OK Ajay, now there you go trying to make MFC look older than it really is... I think the first "usable" version was with Visual C++ in 1993. :o) We don't want to remember C/C++ 7.0. Yuck.

http://en.wikipedia.org/wiki/Microsoft_Foundation_Classes

Tom


"Ajay Kalra" <ajaykalra@xxxxxxxxx> wrote in message news:1177689844.605238.265550@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Apr 24, 3:36 pm, "Ramon Chen" <R...@xxxxxxxxxxx> wrote:
Seems .net winform can do everything those MFC can does...
So why we still using MFC today?
What's the main differences??


.Net is much newer technology than MFC. MFC replaced pure Win32 in
late 80's early 90's. It made life of a Win32 C programmer easy and
productive. MFC is a framework and provides doc/view (MVC)
architecture. Its all C++. .Net on other hand, provides almost all the
Win32 functionality in a consistent fashion (all classes) and supports
multiple languages. Its also managed (MFC is native or unmanaged). If
you dont have the need for doc/view and dont care about not using C++,
go with .net and C#.

---
Ajay


.



Relevant Pages

  • Re: Help with text adventure
    ... You can also just write a console app with printf and getline, ... Is there a way to make a Win32 console application? ... Since you don't want or need MFC, ... windowing process of Windows, like it was behind any Windows program. ...
    (microsoft.public.win32.programmer.gdi)
  • Re: Win32 versus MFC for 3D Programming?
    ... Well, if you know assembler and learned C++, acronyms ... learn win32 you are ready for any company. ... > the programming world that is quickly going the way of the T-rex. ... > MFC are huge windows application development platforms. ...
    (microsoft.public.win32.programmer.directx.graphics)
  • Re: Help with VC6.0 Basic Concept!
    ... MFC is not bad to start with; it hides some Win32 details but that's actually ... DIalog-based apps are easiest; then try doc/view with really simple graphics, ...
    (microsoft.public.vc.mfc)
  • Re: Help with VC6.0 Basic Concept!
    ... Agreed With your point Newcomer, but what i believe is unless your ... One can directly Jump to MFC, as MFC hides lots of truth wht Win32 ... DIalog-based apps are easiest; then try doc/view with really simple graphics, ...
    (microsoft.public.vc.mfc)
  • Re: Win32 versus MFC for 3D Programming?
    ... if you want to see how to setup an MFC app have a look ... > If that is the case, I know enough Win32 now to create a window and start ... > ultimately become a game programmer or apply for a job at Autodesk. ...
    (microsoft.public.win32.programmer.directx.graphics)