Click here to Skip to main content
15,890,186 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: get an english string result a translated string Pin
Waldermort27-Mar-06 1:22
Waldermort27-Mar-06 1:22 
GeneralRe: get an english string result a translated string Pin
YaronNir27-Mar-06 1:24
YaronNir27-Mar-06 1:24 
Questionabout __cdecl Pin
George_George26-Mar-06 20:47
George_George26-Mar-06 20:47 
AnswerRe: about __cdecl Pin
Nibu babu thomas26-Mar-06 21:02
Nibu babu thomas26-Mar-06 21:02 
GeneralRe: about __cdecl Pin
George_George27-Mar-06 7:35
George_George27-Mar-06 7:35 
GeneralRe: about __cdecl Pin
Nibu babu thomas27-Mar-06 16:49
Nibu babu thomas27-Mar-06 16:49 
GeneralRe: about __cdecl Pin
George_George28-Mar-06 10:30
George_George28-Mar-06 10:30 
AnswerRe: about __cdecl Pin
Cedric Moonen26-Mar-06 21:05
Cedric Moonen26-Mar-06 21:05 
1. In fact you have several calling conventions. A calling convention define which part, from the caller or the callee, will clean the stack when the function return. You have the standard convention and the C calling convention. Typically, cleaning the stack means: when you call a function and supply parameters to this function, these parameters are pushed onto the stack. These parameters needs then to be pulled off the stack when returning from the function. The calling convention defines which part will clean the stack (sorry, but I don't remember for __cdecl which part clean the stack).

2. Sorry, no idea about that
GeneralRe: about __cdecl Pin
George_George27-Mar-06 7:32
George_George27-Mar-06 7:32 
AnswerRe: about __cdecl Pin
markkuk27-Mar-06 3:54
markkuk27-Mar-06 3:54 
GeneralRe: about __cdecl Pin
George_George27-Mar-06 7:32
George_George27-Mar-06 7:32 
Questionfind the string in the std::list Pin
itkid26-Mar-06 20:06
itkid26-Mar-06 20:06 
AnswerRe: find the string in the std::list Pin
Cedric Moonen26-Mar-06 20:17
Cedric Moonen26-Mar-06 20:17 
AnswerRe: find the string in the std::list Pin
Rob Caldecott26-Mar-06 20:22
Rob Caldecott26-Mar-06 20:22 
GeneralRe: find the string in the std::list Pin
itkid26-Mar-06 20:58
itkid26-Mar-06 20:58 
QuestionC with Shared Memory Pin
RamL26-Mar-06 19:51
RamL26-Mar-06 19:51 
AnswerRe: C with Shared Memory Pin
oshah26-Mar-06 23:57
oshah26-Mar-06 23:57 
QuestionEnum printers Pin
vikramlinux26-Mar-06 19:42
vikramlinux26-Mar-06 19:42 
AnswerRe: Enum printers Pin
includeh1026-Mar-06 21:30
includeh1026-Mar-06 21:30 
QuestionDisable a progress bar Pin
ariesaloksingh26-Mar-06 18:53
ariesaloksingh26-Mar-06 18:53 
AnswerRe: Disable a progress bar Pin
Nibu babu thomas26-Mar-06 19:41
Nibu babu thomas26-Mar-06 19:41 
GeneralRe: Disable a progress bar Pin
ariesaloksingh26-Mar-06 19:57
ariesaloksingh26-Mar-06 19:57 
GeneralRe: Disable a progress bar Pin
Rage26-Mar-06 20:00
professionalRage26-Mar-06 20:00 
GeneralRe: Disable a progress bar Pin
ariesaloksingh26-Mar-06 21:57
ariesaloksingh26-Mar-06 21:57 
GeneralRe: Disable a progress bar Pin
Rage26-Mar-06 23:52
professionalRage26-Mar-06 23:52 

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.