Click here to Skip to main content
15,889,216 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: searchable void* container Pin
toxcct7-Mar-06 5:51
toxcct7-Mar-06 5:51 
QuestionPrint program in C only Pin
patel mayur6-Mar-06 21:16
patel mayur6-Mar-06 21:16 
AnswerRe: Print program in C only Pin
Ingo6-Mar-06 23:19
Ingo6-Mar-06 23:19 
AnswerRe: Print program in C only Pin
Professor Sharada Ulhas7-Mar-06 7:28
Professor Sharada Ulhas7-Mar-06 7:28 
Questionprinting the address of a non static member function of a clss Pin
Amr Shahin6-Mar-06 3:23
Amr Shahin6-Mar-06 3:23 
AnswerRe: printing the address of a non static member function of a class [edited] Pin
toxcct6-Mar-06 3:34
toxcct6-Mar-06 3:34 
GeneralRe: printing the address of a non static member function of a clss Pin
Amr Shahin6-Mar-06 3:51
Amr Shahin6-Mar-06 3:51 
GeneralRe: printing the address of a non static member function of a clss Pin
toxcct6-Mar-06 4:00
toxcct6-Mar-06 4:00 
Amr Shahin wrote:
the code u gave me didnt work!!


why ?? any error ?


Amr Shahin wrote:
if the compiler always shares the space why would static functions exist in the first place???!!!


the difference between static/non-static member function are for the implicit this parameter. generally, a member function knows on which object it works on, because it is getting an implicit parameter, which is in C++ the this pointer. i say generally because static member function don't ! they can only perform general task, and can only access static members...

but no way this has to relates with body copies. a function body is written once in the source code, do why would it be loaded multiple times in memory.
the only difference between the calls are the parameters the function receives, but this is a stack problem...
AnswerRe: printing the address of a non static member function of a clss Pin
Michael Dunn6-Mar-06 5:01
sitebuilderMichael Dunn6-Mar-06 5:01 
GeneralRe: printing the address of a non static member function of a clss Pin
Amr Shahin6-Mar-06 19:31
Amr Shahin6-Mar-06 19:31 
QuestionProblem Interfacing with Parallel Port Pin
kmaster3-Mar-06 15:20
kmaster3-Mar-06 15:20 
AnswerRe: Problem Interfacing with Parallel Port Pin
Gordon Brandly3-Mar-06 15:40
Gordon Brandly3-Mar-06 15:40 
QuestionRe: Problem Interfacing with Parallel Port Pin
kmaster3-Mar-06 20:35
kmaster3-Mar-06 20:35 
AnswerRe: Problem Interfacing with Parallel Port Pin
Gordon Brandly5-Mar-06 9:16
Gordon Brandly5-Mar-06 9:16 
NewsRe: Problem Interfacing with Parallel Port Pin
kmaster6-Mar-06 2:36
kmaster6-Mar-06 2:36 
GeneralRe: Problem Interfacing with Parallel Port Pin
Gordon Brandly6-Mar-06 17:17
Gordon Brandly6-Mar-06 17:17 
QuestionConvert Dicemal To Binry In C++ Pin
Miss PC3-Mar-06 2:06
Miss PC3-Mar-06 2:06 
AnswerRe: Convert Dicemal To Binry In C++ Pin
Cedric Moonen3-Mar-06 3:02
Cedric Moonen3-Mar-06 3:02 
JokeRe: Convert Dicemal To Binry In C++ Pin
toxcct3-Mar-06 3:19
toxcct3-Mar-06 3:19 
JokeRe: Convert Dicemal To Binry In C++ Pin
Cedric Moonen3-Mar-06 3:23
Cedric Moonen3-Mar-06 3:23 
GeneralRe: Convert Dicemal To Binry In C++ Pin
toxcct3-Mar-06 3:26
toxcct3-Mar-06 3:26 
GeneralRe: Convert Dicemal To Binry In C++ Pin
Miss PC3-Mar-06 3:40
Miss PC3-Mar-06 3:40 
GeneralRe: Convert Dicemal To Binry In C++ Pin
Miss PC3-Mar-06 3:30
Miss PC3-Mar-06 3:30 
GeneralRe: Convert Dicemal To Binry In C++ Pin
Cedric Moonen3-Mar-06 3:34
Cedric Moonen3-Mar-06 3:34 
AnswerThe Right Answer Pin
Miss PC3-Mar-06 3:50
Miss PC3-Mar-06 3:50 

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.