Click here to Skip to main content
15,894,180 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionifstream question Pin
Rassul Yunussov15-Feb-06 18:34
Rassul Yunussov15-Feb-06 18:34 
AnswerRe: ifstream question Pin
mylzw15-Feb-06 19:52
mylzw15-Feb-06 19:52 
GeneralRe: ifstream question Pin
Rassul Yunussov15-Feb-06 20:49
Rassul Yunussov15-Feb-06 20:49 
GeneralRe: ifstream question Pin
mylzw15-Feb-06 22:07
mylzw15-Feb-06 22:07 
AnswerRe: ifstream question Pin
Aqueel15-Feb-06 19:59
Aqueel15-Feb-06 19:59 
GeneralRe: ifstream question Pin
kakan15-Feb-06 20:21
professionalkakan15-Feb-06 20:21 
QuestionIs there any way to get the object pointer through a pointer to its' member variable? Pin
followait15-Feb-06 15:52
followait15-Feb-06 15:52 
AnswerRe: Is there any way to get the object pointer through a pointer to its' member variable? Pin
Nick_Kisialiou15-Feb-06 16:10
Nick_Kisialiou15-Feb-06 16:10 
If you are within the scope of the class, the object pointer is always available thru keyword "this". If you are outside, then you have used some mechanism to obtain the pointer to the function of an object. This mechanism must have used the object or its pointer, therefore, in that case there is no problem of obtaining the pointer to the object.
GeneralRe: Is there any way to get the object pointer through a pointer to its' member variable? Pin
followait15-Feb-06 17:19
followait15-Feb-06 17:19 
AnswerRe: Is there any way to get the object pointer through a pointer to its' member variable? Pin
cmk15-Feb-06 18:26
cmk15-Feb-06 18:26 
Generalbut the object is already there Pin
followait15-Feb-06 19:08
followait15-Feb-06 19:08 
AnswerRe: Is there any way to get the object pointer through a pointer to its' member variable? Pin
Ryan Binns15-Feb-06 21:57
Ryan Binns15-Feb-06 21:57 
GeneralRe: Is there any way to get the object pointer through a pointer to its' member variable? Pin
Tim Smith16-Feb-06 3:52
Tim Smith16-Feb-06 3:52 
QuestionCArray Pin
cuteee15-Feb-06 14:38
cuteee15-Feb-06 14:38 
AnswerRe: CArray Pin
Nish Nishant15-Feb-06 14:50
sitebuilderNish Nishant15-Feb-06 14:50 
AnswerRe: CArray Pin
Ganesh_T15-Feb-06 16:49
Ganesh_T15-Feb-06 16:49 
AnswerRe: CArray Pin
ThatsAlok16-Feb-06 3:00
ThatsAlok16-Feb-06 3:00 
GeneralRe: CArray Pin
cuteee16-Feb-06 5:56
cuteee16-Feb-06 5:56 
GeneralRe: CArray Pin
ThatsAlok16-Feb-06 17:17
ThatsAlok16-Feb-06 17:17 
QuestionWhere is 'this'? Pin
CodyDaemon15-Feb-06 13:02
CodyDaemon15-Feb-06 13:02 
QuestionUndefined symbol when compiling for Picotux Pin
Ed.Poore15-Feb-06 11:23
Ed.Poore15-Feb-06 11:23 
AnswerRe: Undefined symbol when compiling for Picotux Pin
Stephen Hewitt15-Feb-06 11:46
Stephen Hewitt15-Feb-06 11:46 
GeneralRe: Undefined symbol when compiling for Picotux Pin
Ed.Poore15-Feb-06 11:54
Ed.Poore15-Feb-06 11:54 
GeneralRe: Undefined symbol when compiling for Picotux Pin
Stephen Hewitt15-Feb-06 12:02
Stephen Hewitt15-Feb-06 12:02 
AnswerRe: Undefined symbol when compiling for Picotux Pin
Dan McCormick15-Feb-06 12:58
Dan McCormick15-Feb-06 12:58 

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.