Re: what's the differents between MFC Wnd && .net winform??
- From: "Tom Serface" <tom.nospam@xxxxxxxxxxxxx>
- Date: Fri, 27 Apr 2007 11:52:51 -0700
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
.
- Follow-Ups:
- Re: what's the differents between MFC Wnd && .net winform??
- From: Ajay Kalra
- Re: what's the differents between MFC Wnd && .net winform??
- From: Joseph M . Newcomer
- Re: what's the differents between MFC Wnd && .net winform??
- References:
- what's the differents between MFC Wnd && .net winform??
- From: Ramon Chen
- Re: what's the differents between MFC Wnd && .net winform??
- From: Ajay Kalra
- what's the differents between MFC Wnd && .net winform??
- Prev by Date: Re: CListCtrl cuts off sub-item image...
- Next by Date: Re: CString to double conversion
- Previous by thread: Re: what's the differents between MFC Wnd && .net winform??
- Next by thread: Re: what's the differents between MFC Wnd && .net winform??
- Index(es):
Relevant Pages
|