Click here to Skip to main content
15,911,139 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Drawing with offset Pin
CPallini26-Mar-10 3:14
mveCPallini26-Mar-10 3:14 
AnswerRe: Drawing with offset Pin
Wasabi_26-Mar-10 3:29
Wasabi_26-Mar-10 3:29 
QuestionRe: Drawing with offset Pin
CPallini26-Mar-10 3:44
mveCPallini26-Mar-10 3:44 
AnswerRe: Drawing with offset Pin
Covean26-Mar-10 3:44
Covean26-Mar-10 3:44 
GeneralRe: Drawing with offset Pin
Wasabi_26-Mar-10 4:23
Wasabi_26-Mar-10 4:23 
Question.obj file help Pin
Cvaji26-Mar-10 1:51
Cvaji26-Mar-10 1:51 
AnswerRe: .obj file help Pin
CPallini26-Mar-10 2:59
mveCPallini26-Mar-10 2:59 
AnswerRe: .obj file help Pin
Richard MacCutchan26-Mar-10 4:55
mveRichard MacCutchan26-Mar-10 4:55 
If it's a member function then it will not need a decorated name, as it is merely defined by the compiler as an offset into the object. When an object is instantiated the code will refer to it by its memory address, and the variable will be located by the offset value.
txtspeak is the realm of 9 year old children, not developers. Christian Graus

Questionsscanf: parsing a file Pin
tom groezer26-Mar-10 0:22
tom groezer26-Mar-10 0:22 
AnswerRe: sscanf: parsing a file Pin
CPallini26-Mar-10 1:08
mveCPallini26-Mar-10 1:08 
GeneralRe: sscanf: parsing a file Pin
tom groezer26-Mar-10 1:15
tom groezer26-Mar-10 1:15 
GeneralRe: sscanf: parsing a file Pin
CPallini26-Mar-10 1:22
mveCPallini26-Mar-10 1:22 
GeneralRe: sscanf: parsing a file Pin
tom groezer26-Mar-10 1:26
tom groezer26-Mar-10 1:26 
GeneralRe: sscanf: parsing a file Pin
CPallini26-Mar-10 1:33
mveCPallini26-Mar-10 1:33 
GeneralRe: sscanf: parsing a file Pin
tom groezer26-Mar-10 1:35
tom groezer26-Mar-10 1:35 
GeneralRe: sscanf: parsing a file Pin
CPallini26-Mar-10 1:42
mveCPallini26-Mar-10 1:42 
GeneralRe: sscanf: parsing a file Pin
tom groezer26-Mar-10 1:51
tom groezer26-Mar-10 1:51 
GeneralRe: sscanf: parsing a file Pin
CPallini26-Mar-10 1:53
mveCPallini26-Mar-10 1:53 
GeneralRe: sscanf: parsing a file Pin
tom groezer26-Mar-10 1:56
tom groezer26-Mar-10 1:56 
GeneralRe: sscanf: parsing a file Pin
tom groezer26-Mar-10 1:57
tom groezer26-Mar-10 1:57 
GeneralRe: sscanf: parsing a file Pin
CPallini26-Mar-10 2:26
mveCPallini26-Mar-10 2:26 
GeneralRe: sscanf: parsing a file Pin
tom groezer26-Mar-10 2:45
tom groezer26-Mar-10 2:45 
GeneralRe: sscanf: parsing a file Pin
CPallini26-Mar-10 2:53
mveCPallini26-Mar-10 2:53 
GeneralRe: sscanf: parsing a file Pin
Tim Craig26-Mar-10 8:21
Tim Craig26-Mar-10 8:21 
GeneralRe: sscanf: parsing a file Pin
Covean26-Mar-10 2:46
Covean26-Mar-10 2:46 

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.