Click here to Skip to main content
15,913,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralQuestions about CRichEditCtrl Pin
squizz23-Nov-01 7:47
squizz23-Nov-01 7:47 
GeneralRe: Questions about CRichEditCtrl Pin
Bill Wilson23-Nov-01 10:09
Bill Wilson23-Nov-01 10:09 
GeneralXAudio SDK... Pin
Joshua Guy23-Nov-01 6:39
Joshua Guy23-Nov-01 6:39 
GeneralRe: XAudio SDK... Pin
Christian Graus23-Nov-01 22:39
protectorChristian Graus23-Nov-01 22:39 
GeneralNetwork Settings API Pin
23-Nov-01 5:38
suss23-Nov-01 5:38 
GeneralValue of a pointer of function Pin
Chen Jiadong23-Nov-01 5:00
Chen Jiadong23-Nov-01 5:00 
GeneralRe: Value of a pointer of function Pin
Michael Dunn23-Nov-01 8:04
sitebuilderMichael Dunn23-Nov-01 8:04 
GeneralRe: Value of a pointer of function Pin
Chen Jiadong23-Nov-01 18:34
Chen Jiadong23-Nov-01 18:34 
since ppv=(int**)&obj;, ppv point to the begin of obj object, cos' the obj contains a virtual function, it contains a virtual ptr(__vptr), and i'm using vc6, the microsoft complier set the vptr at the begin of the object, so ppv is pointed to the vptr when finishing the assignment.
The memory just like below:

----------
| vptr |
----------
|int _a |
----------
CBase obj;
(each column is 4 bytes)
Smile | :)
GeneralRe: Value of a pointer of function Pin
Michael Dunn23-Nov-01 20:36
sitebuilderMichael Dunn23-Nov-01 20:36 
GeneralRe: Value of a pointer of function Pin
Nish Nishant23-Nov-01 21:00
sitebuilderNish Nishant23-Nov-01 21:00 
GeneralRe: Value of a pointer of function Pin
Chen Jiadong24-Nov-01 0:03
Chen Jiadong24-Nov-01 0:03 
GeneralRe: Value of a pointer of function Pin
Michael Dunn24-Nov-01 8:59
sitebuilderMichael Dunn24-Nov-01 8:59 
GeneralRe: Value of a pointer of function Pin
Chen Jiadong24-Nov-01 16:27
Chen Jiadong24-Nov-01 16:27 
GeneralRe: Value of a pointer of function Pin
Michael Dunn24-Nov-01 18:48
sitebuilderMichael Dunn24-Nov-01 18:48 
GeneralRe: Value of a pointer of function Pin
Chen Jiadong24-Nov-01 23:01
Chen Jiadong24-Nov-01 23:01 
GeneralRegistry Search for ClassId and progId Pin
23-Nov-01 4:55
suss23-Nov-01 4:55 
GeneralRe: Registry Search for ClassId and progId Pin
Bill Wilson23-Nov-01 10:22
Bill Wilson23-Nov-01 10:22 
GeneralRe: Is there any MFC class for Registry Search Pin
23-Nov-01 20:55
suss23-Nov-01 20:55 
GeneralRe: Is there any MFC class for Registry Search Pin
Nish Nishant23-Nov-01 21:03
sitebuilderNish Nishant23-Nov-01 21:03 
GeneralRe: Thank you busterboy Is there any specific MFC class for Registry Pin
23-Nov-01 21:37
suss23-Nov-01 21:37 
GeneralRe: Thank you busterboy Is there any specific MFC class for Registry Pin
Nish Nishant23-Nov-01 21:55
sitebuilderNish Nishant23-Nov-01 21:55 
GeneralFloating text (like tooltip) in client area Pin
hierro23-Nov-01 4:30
hierro23-Nov-01 4:30 
GeneralRe: Floating text (like tooltip) in client area Pin
Chen Venkataraman23-Nov-01 5:00
Chen Venkataraman23-Nov-01 5:00 
GeneralRe: Floating text (like tooltip) in client area Pin
hierro25-Nov-01 4:01
hierro25-Nov-01 4:01 
GeneralOpen a Modal Dialog as Hidden Pin
sanskypotov23-Nov-01 4:26
sanskypotov23-Nov-01 4:26 

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.