Click here to Skip to main content
16,005,281 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
Jeremy Thornton24-Nov-05 2:24
Jeremy Thornton24-Nov-05 2:24 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
toxcct24-Nov-05 2:47
toxcct24-Nov-05 2:47 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
Christian Graus24-Nov-05 9:06
protectorChristian Graus24-Nov-05 9:06 
GeneralRe: How do you know the duplicate key insertion in STL map Pin
Jeremy Thornton24-Nov-05 23:00
Jeremy Thornton24-Nov-05 23:00 
AnswerRe: How do you know the duplicate key insertion in STL map Pin
Jeremy Thornton24-Nov-05 2:45
Jeremy Thornton24-Nov-05 2:45 
Questionhow to share a class with string member in managed and Unmanaged C++ Pin
dummy80813-Nov-05 17:17
dummy80813-Nov-05 17:17 
AnswerRe: how to share a class with string member in managed and Unmanaged C++ Pin
Nish Nishant14-Nov-05 4:08
sitebuilderNish Nishant14-Nov-05 4:08 
GeneralRe: how to share a class with string member in managed and Unmanaged C++ Pin
dummy80814-Nov-05 9:44
dummy80814-Nov-05 9:44 
Thanks for the reply. But this is not just about conversion, it's about how to define string type members in the class. Managed code can only see managed part of the class member, which has to be of String * type, while unmanaged code can only see unmanaged part, which can only be of std::string or CString type. And if I create same member name for both managed and unmanaged part, the managed file would lose information when trying to use the object that's created in unmanaged code. hope I made myself clear enough. Thanks again for the help.

QuestionHow to force the .NET version in a managed C++ DLL? Pin
Kubla Khan13-Nov-05 14:28
Kubla Khan13-Nov-05 14:28 
AnswerRe: How to force the .NET version in a managed C++ DLL? Pin
Nish Nishant14-Nov-05 4:10
sitebuilderNish Nishant14-Nov-05 4:10 
GeneralRe: How to force the .NET version in a managed C++ DLL? Pin
Kubla Khan14-Nov-05 5:21
Kubla Khan14-Nov-05 5:21 
QuestionDeleting from a binary search tree Pin
darylesha12-Nov-05 17:48
darylesha12-Nov-05 17:48 
AnswerRe: Deleting from a binary search tree Pin
Nish Nishant14-Nov-05 4:10
sitebuilderNish Nishant14-Nov-05 4:10 
Questionrandom number generation problem in C++ Pin
amarsankar11-Nov-05 18:07
amarsankar11-Nov-05 18:07 
QuestionValues of 5.1 soundcard and graphic equlizer Pin
werner2711-Nov-05 1:50
werner2711-Nov-05 1:50 
AnswerRe: Values of 5.1 soundcard and graphic equlizer Pin
mikanu15-Nov-05 8:35
mikanu15-Nov-05 8:35 
QuestionHelp with connect 4 AI Pin
daham0810-Nov-05 13:26
daham0810-Nov-05 13:26 
AnswerRe: Help with connect 4 AI Pin
Jeremy Thornton12-Nov-05 14:24
Jeremy Thornton12-Nov-05 14:24 
Questionfstreaming a whole object (pointer) Pin
Hmmkk10-Nov-05 11:56
Hmmkk10-Nov-05 11:56 
AnswerRe: fstreaming a whole object (pointer) Pin
Christian Graus10-Nov-05 12:49
protectorChristian Graus10-Nov-05 12:49 
GeneralRe: fstreaming a whole object (pointer) Pin
Hmmkk10-Nov-05 19:29
Hmmkk10-Nov-05 19:29 
GeneralRe: fstreaming a whole object (pointer) Pin
Christian Graus13-Nov-05 9:53
protectorChristian Graus13-Nov-05 9:53 
QuestionReading/editing registry on different .dat file? Pin
LordZoster9-Nov-05 11:40
LordZoster9-Nov-05 11:40 
Questionbinary hex conversion using stacks Pin
OttawaSenator9-Nov-05 6:57
OttawaSenator9-Nov-05 6:57 
AnswerRe: binary hex conversion using stacks Pin
mikanu9-Nov-05 7:12
mikanu9-Nov-05 7:12 

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.