I agree about app wizard. I've been using it a long time and I've actually
to MDI) using the wizard. ClassWizard has been disjointed and scattered,
but the AppWizard has continued to improve.
"Joseph M. Newcomer" <newcomer@flounder.com> wrote in message
I actually disagree with the philosophy of not using wizards. It has led
far too many
programmers down a path of "we don't need no stinkin' wizards" and results
in a lot of
really poorly written programs. While Microsoft has done their best to
make the
ClassWizard class of functionality almost totally unusable, The AppWizard
is still a good
approach. I believe that you don't need to know the intimate details to
create good and
usable software; you acquire this knowledge as needed.
joe
On Wed, 9 Apr 2008 06:58:17 -0700 (PDT), Ajay Kalra <ajaykalra@yahoo.com>
wrote:
On Apr 9, 4:22 am, Xohaib <zohaib.shir...@gmail.com> wrote:
Hi! dear all users i am beginer in MFC but know C++ win32 console
apllication syntex and all concepts but don't know how to USE MFC so
please guide me ...........
MFC is different beast than a win32 console. If you know C++, thats a
good start. Look at Scribble tutorial that is available on MSDN. This
will expose you to doc-view architecture. As for text, Jeff Prosise's
book is good for a beginner. He avoids using wizard in the beginning
to show you what MFC really is. Useful sites for MFC are
codeproject.com and codeguru.com. MSDN site is valuable resource as
well.
---
Ajay
Joseph M. Newcomer [MVP]
email: newcomer@flounder.com
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm