MFC is a framework to develop VC++ programs. Or MFC is the framework for developing applications in C++ programming language and wizard just helps to generate some basic code.
Thanks Man. I have currently made some dialog based applications ,in all of them I did not find main function like in C++ . So I want to know from what point program execution begins, and at what instant the functional code in classes made by MFC wizard are called.
Hellow Friends I have made adialog based application. On its resource windo I have made an edit box. I have also attached variable to this edit box. Then I delete the variables and code accesing this variable, Ialso deleted the edit box from resource window. now when I execute my program I an getting an exception " not able to write on memory". Compilation and linking is complete. EXE file is also built . But execution is a problem. How should I proceed.
Don't go about using the wizard as that will make your life hell. Use the In hand code snippets to get your job done. Just use the wizard to get the initial framework.