|
-
March 19th, 2012, 03:28 PM
#1
Newbie How do applications start?
I was given a project to make a flow chart of a windows application. I was given all the source files and the project file that opens with microsoft visual studio. There are about 30 header files and the MFC, which I know very very little about.
My question where does the flow start. All I know is the class, <<Cmainfrm>> has gui functions and functions that activate things when buttons are pressed. I also know that there is a function called create(). But what calls Cmainfrm? And what calls the create() function. How does c++ know to call these functions first?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|