Link to home
Start Free TrialLog in
Avatar of elwaleed
elwaleed

asked on

Begining Using MFC

I'm a C lang. programer I want begin using the MFC
can you help and guid me
Avatar of nietod
nietod

First of all, let me recomend 2 things.  

First, get some books on MFC, and if you haven't programmed in windows before, books on windows as well.  (I assume you know C++, otherwise, forget windows and MFC and start learning C++)

Second,  There is an MFC topic area here in EE.   You can get help for almost any MFC question there.  This is a general C++ topic area, your best bet is the MFC area.
To add a little to nietod's comment. If you don't yet know C++, you can download a good book on it from the web. It's in Adobe Acrobat format. Thinking in C++, available for free from:
   www.bruceeckel.com

I would recommend buying the book Inside Visual C++ as a fairly good introductory text to MFC and VC++. Best place I know of to get technical books cheap is www.bookpool.com.

Bernard
I also recommend that learn C++ at first.
http://www.geocities.com/SiliconValley/Network/9353/
ASKER CERTIFIED SOLUTION
Avatar of Answers2000
Answers2000

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The Scott Meyers books are abslutely essential for advanced C++ programming.  However, they are not introductory  (the ones I know of at least).  If you don't know C++ yet you don't want to even think about them.  If you do know C++, they are great, but they have next to nothing to do with MFC, or at least, you won't learn MFC from them.