![]() |
| | #1 |
| Registered User Join Date: Nov 2001
Posts: 66
| MFC or Windows API |
| aresashura is offline | |
| | #2 |
| &TH of undefined behavior Join Date: Aug 2001
Posts: 5,183
| There are loads of previous threads on this....nevermind.... WinAPI is the natural starter........you learn more cuz your forced to do more.....there arent many shortcuts...... MFC is better for fast turnaround and offers a level of abstraction from the WinAPI......You can pump out a MDI or Database app pretty quickly without the laborious coding needed each time......The downside is that you can get unstuck if you dont have experience of the WinAPI Start with WinAPI (Get Petzold) then if you wish to go on, start MFC
__________________ "If A is success in life, then A equals x plus y plus z. Work is x; y is play; and z is keeping your mouth shut." Albert Einstein (1879 - 1955) Board Rules |
| Fordy is offline | |
| | #3 |
| the Corvetter Join Date: Sep 2001
Posts: 1,584
| Okay summed up: API: -has a broader scope and flexibility -"no short-cuts" MFC: -faster coding -shorter range and much less flexible than the API Feel free to add to this list. --Garfield
__________________ 1978 Silver Anniversary Corvette |
| Garfield is offline | |
| | #4 |
| Registered User Join Date: Aug 2001
Posts: 428
| MFC: -faster coding -shorter range and much less flexible than the API -slower |
| dirkduck is offline | |
| | #5 |
| the Corvetter Join Date: Sep 2001
Posts: 1,584
| >> -slower << Yes! Big. Very BIG!!! Program for optimization. --Garfield
__________________ 1978 Silver Anniversary Corvette |
| Garfield is offline | |
| | #6 |
| Registered User Join Date: Nov 2001
Posts: 66
| Well I just got my Learning Visual Studio 6.0 in 21 days books and it works with MFC I noticed. I am also getting a MFC book in the mail pretty soon so sounds like I am starting with MFC. Do you think I will be able to switch over to Windows API after doing MFC will I unlock some of the things I couldn't do with MFC? Well thanks for all your answers. Ryan |
| aresashura is offline | |
| | #7 |
| the Corvetter Join Date: Sep 2001
Posts: 1,584
| >> Do you think I will be able to switch over to Windows API after doing MFC << It would be harder than going from API to MFC. But, it's possible.
__________________ 1978 Silver Anniversary Corvette |
| Garfield is offline | |
| | #8 |
| Registered User Join Date: Nov 2001
Posts: 66
| yeah but API is already harder from what I hear so yeah it will be harder to go from MFC to API also if a program uses MFC42.dll does that mean it was built with mfc cause I noticed ICQ uses it. Ryan |
| aresashura is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows API | valaris | Windows Programming | 7 | 08-01-2008 12:37 AM |
| Which one :MFC, Win32, Windows Forms (.Net)? | Robert_Sitter | Windows Programming | 6 | 11-17-2005 06:15 AM |
| Menu Item Caption - /a for right aligned Accelerator? | JasonD | Windows Programming | 6 | 06-25-2003 11:14 AM |
| Windows 98 api vs windows XP | Shadow12345 | Windows Programming | 3 | 10-01-2002 05:58 AM |
| How do you toggle keys like Scroll lock without Windows API? | animeaholic | C++ Programming | 7 | 09-15-2002 07:02 PM |