Hi All !

I noticed MFC guys use this pointer to store some data there (in CString). Is it a valid technique ? what does "this" point to , apart from the usual "it points to the object" stuff ?
is there some allocated memory referenced by it, we can use ?

I suppose data members are lined up at the pointer, and function addresses perhaps ? No i am talking crap right ?

Best wishes to the whole forum!