dontknow
03-01-2000, 09:44 AM
hello,
could you please tell me the difference between MFC and VC++.
thanx in advance.
could you please tell me the difference between MFC and VC++.
thanx in advance.
| //flex table opened by JP
Click to See Complete Forum and Search --> : diff. between mfc/vc++ dontknow 03-01-2000, 09:44 AM hello, could you please tell me the difference between MFC and VC++. thanx in advance. happyhamster 03-01-2000, 10:05 AM Roughly, VC++ is a M$-developed dialect of C++, which is mostly standard C++ with M$ extensions. MFC is M$ class library for windows programming. You could write windows apps in VC++ and use MFC, or just use VC++ with standard C++ libraries, or even VC++ with a third party class library. SysOpt.com
Copyright Internet.com Inc. All Rights Reserved. |