Click here to Skip to main content
16,006,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Program entry point - again Pin
Don Miguel16-Feb-02 21:30
Don Miguel16-Feb-02 21:30 
GeneralRe: Program entry point - again Pin
Michael Dunn16-Feb-02 9:22
sitebuilderMichael Dunn16-Feb-02 9:22 
GeneralRe: Program entry point - again Pin
Don Miguel16-Feb-02 21:27
Don Miguel16-Feb-02 21:27 
GeneralRe: Program entry point - again Pin
Paul M Watt16-Feb-02 21:37
mentorPaul M Watt16-Feb-02 21:37 
GeneralRe: Program entry point - again Pin
Don Miguel16-Feb-02 21:42
Don Miguel16-Feb-02 21:42 
GeneralRe: Program entry point - again Pin
Paul M Watt16-Feb-02 22:30
mentorPaul M Watt16-Feb-02 22:30 
GeneralRe: Program entry point - again Pin
Don Miguel16-Feb-02 22:47
Don Miguel16-Feb-02 22:47 
GeneralRe: Program entry point - again Pin
Rick York16-Feb-02 23:06
mveRick York16-Feb-02 23:06 
It's not terribly mysterious. point is a member function of a class so it may be called and executed. However, no actual instance of the class has been created when it is called. If you add some data members you should see that they have not been initialized. Set up a constructor for the class to initialize the data members and you should see that it is never called.

GeneralRe: Program entry point - again Pin
Don Miguel16-Feb-02 23:13
Don Miguel16-Feb-02 23:13 
GeneralRe: Program entry point - again Pin
Paul M Watt16-Feb-02 23:12
mentorPaul M Watt16-Feb-02 23:12 
GeneralRe: Program entry point - again Pin
Don Miguel16-Feb-02 23:28
Don Miguel16-Feb-02 23:28 
GeneralRe: Program entry point - again Pin
Tim Deveaux17-Feb-02 6:58
Tim Deveaux17-Feb-02 6:58 
GeneralProgram entry point Pin
Don Miguel16-Feb-02 7:40
Don Miguel16-Feb-02 7:40 
GeneralRe: Program entry point Pin
Tim Deveaux16-Feb-02 14:08
Tim Deveaux16-Feb-02 14:08 
GeneralCFileDialog question(s) Pin
User 842016-Feb-02 7:02
User 842016-Feb-02 7:02 
GeneralRe: CFileDialog question(s) Pin
Ravi Bhavnani16-Feb-02 7:17
professionalRavi Bhavnani16-Feb-02 7:17 
GeneralRe: CFileDialog question(s) Pin
Joaquín M López Muñoz16-Feb-02 7:14
Joaquín M López Muñoz16-Feb-02 7:14 
GeneralRe: CFileDialog question(s) Pin
PJ Arends16-Feb-02 7:28
professionalPJ Arends16-Feb-02 7:28 
GeneralRe: CFileDialog question(s) Pin
User 842016-Feb-02 7:58
User 842016-Feb-02 7:58 
GeneralRe: CFileDialog question(s) Pin
Rick York16-Feb-02 7:41
mveRick York16-Feb-02 7:41 
GeneralRe: CFileDialog question(s) Pin
Shog916-Feb-02 14:29
sitebuilderShog916-Feb-02 14:29 
QuestionDisplaying Icons in CButton ?????? Pin
16-Feb-02 6:30
suss16-Feb-02 6:30 
AnswerRe: Displaying Icons in CButton ?????? Pin
Mazdak16-Feb-02 6:38
Mazdak16-Feb-02 6:38 
AnswerRe: Displaying Icons in CButton ?????? Pin
Joaquín M López Muñoz16-Feb-02 6:40
Joaquín M López Muñoz16-Feb-02 6:40 
GeneralCTreeCtrl & images Pin
Paolo Vernazza16-Feb-02 5:59
Paolo Vernazza16-Feb-02 5:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.