Click here to Skip to main content
15,914,221 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how can I search a file without extension Pin
Steve T19-Jul-01 12:10
Steve T19-Jul-01 12:10 
GeneralSimple variable question. Pin
John Uhlenbrock19-Jul-01 10:10
John Uhlenbrock19-Jul-01 10:10 
GeneralRe: Simple variable question. Pin
Carlos Antollini19-Jul-01 10:33
Carlos Antollini19-Jul-01 10:33 
QuestionPointers anyone? Pin
Frank Deo19-Jul-01 9:48
Frank Deo19-Jul-01 9:48 
AnswerRe: Pointers anyone? Pin
Ben Burnett19-Jul-01 11:54
Ben Burnett19-Jul-01 11:54 
GeneralRe: Pointers anyone? Pin
Frank Deo19-Jul-01 12:13
Frank Deo19-Jul-01 12:13 
GeneralRe: Pointers anyone? Pin
Christian Graus19-Jul-01 12:27
protectorChristian Graus19-Jul-01 12:27 
GeneralRe: Pointers anyone? Pin
Frank Deo19-Jul-01 12:38
Frank Deo19-Jul-01 12:38 
Thanks Christian,

Pointers...and what I don't understand about them by /me:

I can grasp that a pointer defined as CClass* pointer is a pointer to an uninitialized variable. And, that a pointer defined as CClass& pointer is a reference to an initialized object...however I don't understand when you use one over the other. And, don't get me started on why you don't have to use & or * when using CDialog ie: CMyDialog dlg; dlg.DoModal();

Wink | ;)

As far as using pMyClass->m_wndListCtrl. OK, now if I'm understanding this correctly, the -> means that I must define pMyClass as CMyClass* pMyClass = (Something*)Something.

Where I'm getting confused is the Somethings above...(I hope I'm making sense here.)

Am I totally WRONG?

Calmly yours, and many thanks,
Frank
GeneralRe: Pointers anyone? Pin
Christian Graus19-Jul-01 12:50
protectorChristian Graus19-Jul-01 12:50 
GeneralRe: Pointers anyone? Pin
Frank Deo19-Jul-01 13:04
Frank Deo19-Jul-01 13:04 
GeneralRe: Pointers anyone? Pin
Christian Graus19-Jul-01 13:11
protectorChristian Graus19-Jul-01 13:11 
GeneralRe: Pointers anyone? Pin
Frank Deo19-Jul-01 13:25
Frank Deo19-Jul-01 13:25 
GeneralRe: Pointers anyone? Pin
Mike Burston19-Jul-01 13:19
Mike Burston19-Jul-01 13:19 
GeneralRe: Pointers anyone? Pin
Frank Deo19-Jul-01 13:27
Frank Deo19-Jul-01 13:27 
QuestionIs it impossible that exe file will return a value ??? Pin
19-Jul-01 9:02
suss19-Jul-01 9:02 
AnswerRe: Is it impossible that exe file will return a value ??? Pin
Michael Dunn19-Jul-01 9:42
sitebuilderMichael Dunn19-Jul-01 9:42 
GeneralRadio Buttons Pin
19-Jul-01 8:57
suss19-Jul-01 8:57 
GeneralRe: Radio Buttons Pin
Michael Dunn19-Jul-01 10:00
sitebuilderMichael Dunn19-Jul-01 10:00 
GeneralRe: Radio Buttons Pin
John Uhlenbrock19-Jul-01 10:06
John Uhlenbrock19-Jul-01 10:06 
GeneralRe: Radio Buttons Pin
Christian Graus19-Jul-01 12:34
protectorChristian Graus19-Jul-01 12:34 
GeneralRe: Radio Buttons Pin
Steve T19-Jul-01 13:18
Steve T19-Jul-01 13:18 
GeneralCRichEditCtrl text color Pin
Avneesh Bhatnagar19-Jul-01 8:50
Avneesh Bhatnagar19-Jul-01 8:50 
GeneralRe: CRichEditCtrl text color Pin
Carlos Antollini19-Jul-01 9:00
Carlos Antollini19-Jul-01 9:00 
GeneralRe: CRichEditCtrl text color Pin
Avneesh Bhatnagar19-Jul-01 9:25
Avneesh Bhatnagar19-Jul-01 9:25 
GeneralRe: CRichEditCtrl text color Pin
Michael Dunn19-Jul-01 10:02
sitebuilderMichael Dunn19-Jul-01 10:02 

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.