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

Managed C++/CLI

 
Generalparser Pin
Anonymous21-Oct-04 9:18
Anonymous21-Oct-04 9:18 
GeneralOperator Overloading Problem Pin
Anonymous20-Oct-04 12:26
Anonymous20-Oct-04 12:26 
GeneralRe: Operator Overloading Problem Pin
Christian Graus21-Oct-04 16:26
protectorChristian Graus21-Oct-04 16:26 
GeneralString to wchar_t conversion Pin
Murlai18-Oct-04 21:17
Murlai18-Oct-04 21:17 
GeneralRe: String to wchar_t conversion Pin
Mr Mayur K20-Oct-04 5:07
Mr Mayur K20-Oct-04 5:07 
GeneralString conversions Pin
Murlai18-Oct-04 19:51
Murlai18-Oct-04 19:51 
GeneralRe: String conversions Pin
George L. Jackson19-Oct-04 15:40
George L. Jackson19-Oct-04 15:40 
GeneralRe: String conversions Pin
AnsGe20-Oct-04 17:51
AnsGe20-Oct-04 17:51 
Hai

u can convert it using the InteropServices

const char* str=(const char*)(System::Runtime::InteropServices::Marshal::StringToHGlobalAnsi("ManagedString")).ToPointer();


By

Anish
Generaliteration through map Pin
aspen_matthews18-Oct-04 19:44
aspen_matthews18-Oct-04 19:44 
GeneralRe: iteration through map Pin
Christian Graus19-Oct-04 9:28
protectorChristian Graus19-Oct-04 9:28 
GeneralRe: iteration through map Pin
aspen_matthews19-Oct-04 14:29
aspen_matthews19-Oct-04 14:29 
GeneralRe: iteration through map Pin
Christian Graus19-Oct-04 14:33
protectorChristian Graus19-Oct-04 14:33 
GeneralRe: iteration through map Pin
Mr Mayur K20-Oct-04 5:09
Mr Mayur K20-Oct-04 5:09 
GeneralRe: iteration through map Pin
aspen_matthews20-Oct-04 9:58
aspen_matthews20-Oct-04 9:58 
Generalplease help me its urgent Pin
youngashish18-Oct-04 18:38
youngashish18-Oct-04 18:38 
GeneralRe: please help me its urgent Pin
Christian Graus19-Oct-04 9:31
protectorChristian Graus19-Oct-04 9:31 
GeneralRe: please help me its urgent Pin
youngashish19-Oct-04 15:04
youngashish19-Oct-04 15:04 
GeneralRe: please help me its urgent Pin
Christian Graus19-Oct-04 15:08
protectorChristian Graus19-Oct-04 15:08 
GeneralCant intercommunicate between managed classes Pin
V5Dave18-Oct-04 9:43
V5Dave18-Oct-04 9:43 
GeneralRe: Cant intercommunicate between managed classes Pin
AnsGe20-Oct-04 19:16
AnsGe20-Oct-04 19:16 
GeneralOne further problem with intercommunicating between managed classes Pin
V5Dave21-Oct-04 10:02
V5Dave21-Oct-04 10:02 
GeneralRe: One further problem with intercommunicating between managed classes Pin
AnsGe21-Oct-04 10:48
AnsGe21-Oct-04 10:48 
GeneralNew to CLI Pin
Matt Newman17-Oct-04 17:51
Matt Newman17-Oct-04 17:51 
GeneralRe: New to CLI Pin
Nish Nishant17-Oct-04 18:43
sitebuilderNish Nishant17-Oct-04 18:43 
GeneralRe: New to CLI Pin
Matt Newman18-Oct-04 6:02
Matt Newman18-Oct-04 6:02 

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.