Click here to Skip to main content
15,921,660 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CString to unsigned char Pin
David Crow2-Jun-08 17:45
David Crow2-Jun-08 17:45 
AnswerRe: CString to unsigned char [modified] Pin
Nibu babu thomas2-Jun-08 17:49
Nibu babu thomas2-Jun-08 17:49 
GeneralRe: CString to unsigned char Pin
rp_suman2-Jun-08 18:22
rp_suman2-Jun-08 18:22 
GeneralRe: CString to unsigned char Pin
Nibu babu thomas2-Jun-08 18:57
Nibu babu thomas2-Jun-08 18:57 
GeneralRe: CString to unsigned char Pin
rp_suman2-Jun-08 18:45
rp_suman2-Jun-08 18:45 
QuestionNo of v-tables??? Pin
Super Hornet2-Jun-08 16:44
Super Hornet2-Jun-08 16:44 
AnswerRe: No of v-tables??? Pin
Paresh Chitte2-Jun-08 18:33
Paresh Chitte2-Jun-08 18:33 
AnswerRe: No of v-tables??? Pin
_AnsHUMAN_ 2-Jun-08 18:37
_AnsHUMAN_ 2-Jun-08 18:37 
The point here is, when ever this class is inherited, a new virtual table is created for the derived class and if any of the virtual functions are overridden the function pointers in the new vtable will be overwritten with the new address which points to the new function implementation. Do keep in mind that for every class which implements/inherit virtual functions will have only 1 vtable per class.

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

QuestionHow to compare stderr to stdout Pin
DQNOK2-Jun-08 10:26
professionalDQNOK2-Jun-08 10:26 
QuestionRe: How to compare stderr to stdout Pin
David Crow2-Jun-08 11:01
David Crow2-Jun-08 11:01 
AnswerRe: How to compare stderr to stdout Pin
DQNOK2-Jun-08 11:11
professionalDQNOK2-Jun-08 11:11 
AnswerRe: How to compare stderr to stdout Pin
Nibu babu thomas2-Jun-08 17:11
Nibu babu thomas2-Jun-08 17:11 
GeneralRe: How to compare stderr to stdout Pin
DQNOK3-Jun-08 3:22
professionalDQNOK3-Jun-08 3:22 
GeneralRe: How to compare stderr to stdout Pin
DQNOK3-Jun-08 8:43
professionalDQNOK3-Jun-08 8:43 
AnswerRe: How to compare stderr to stdout Pin
maxie20052-Jun-08 19:12
maxie20052-Jun-08 19:12 
GeneralRe: How to compare stderr to stdout Pin
DQNOK3-Jun-08 3:17
professionalDQNOK3-Jun-08 3:17 
Question'LONG' to 'int' [modified] Pin
Queeny2-Jun-08 10:14
Queeny2-Jun-08 10:14 
QuestionRe: 'LONG' to 'int' Pin
Mark Salsbery2-Jun-08 10:25
Mark Salsbery2-Jun-08 10:25 
AnswerRe: 'LONG' to 'int' Pin
Queeny2-Jun-08 14:43
Queeny2-Jun-08 14:43 
GeneralRe: 'LONG' to 'int' Pin
Mark Salsbery3-Jun-08 4:58
Mark Salsbery3-Jun-08 4:58 
AnswerRe: 'LONG' to 'int' Pin
DQNOK2-Jun-08 10:36
professionalDQNOK2-Jun-08 10:36 
AnswerRe: 'LONG' to 'int' Pin
Kwanalouie2-Jun-08 14:58
Kwanalouie2-Jun-08 14:58 
AnswerRe: 'LONG' to 'int' Pin
Akt_4_U2-Jun-08 20:44
Akt_4_U2-Jun-08 20:44 
QuestionChar * to wstring conversion Pin
jinbabaj2-Jun-08 7:37
jinbabaj2-Jun-08 7:37 
QuestionRe: Char * to wstring conversion Pin
David Crow2-Jun-08 7:56
David Crow2-Jun-08 7:56 

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.