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

Managed C++/CLI

 
QuestionConversion between array<String^>^ and const char *const* and back? Pin
Ed K15-Sep-10 8:19
Ed K15-Sep-10 8:19 
AnswerRe: Conversion between array<String^>^ and const char *const* and back? Pin
N a v a n e e t h15-Sep-10 22:50
N a v a n e e t h15-Sep-10 22:50 
GeneralRe: Conversion between array^ and const char *const* and back? Pin
ian__lindsay16-Sep-10 0:30
ian__lindsay16-Sep-10 0:30 
GeneralRe: Conversion between array^ and const char *const* and back? Pin
N a v a n e e t h16-Sep-10 1:11
N a v a n e e t h16-Sep-10 1:11 
GeneralRe: Conversion between array^ and const char *const* and back? Pin
Luc Pattyn16-Sep-10 1:38
sitebuilderLuc Pattyn16-Sep-10 1:38 
GeneralRe: Conversion between array^ and const char *const* and back? Pin
N a v a n e e t h16-Sep-10 2:24
N a v a n e e t h16-Sep-10 2:24 
GeneralRe: Conversion between array^ and const char *const* and back? Pin
Luc Pattyn16-Sep-10 2:27
sitebuilderLuc Pattyn16-Sep-10 2:27 
GeneralRe: Conversion between array^ and const char *const* and back? Pin
N a v a n e e t h16-Sep-10 18:01
N a v a n e e t h16-Sep-10 18:01 
Luc Pattyn wrote:
It seems C++ offers more string types than I have strings in a typical app. Just wondering why that is.


Ok. I guess you are talking about the various string types shown in the marshal_context MSDN page. std::string is the only string type that C++ standard provides. Rest everything is non-standard. When it comes to C++/CLI, System::String^ is the standard string type. CString is Microsoft's implementation for MFC.

Smile | :)
Best wishes,
Navaneeth

Question"Advanced programming in the UNIX environment" Book Code Pin
crazy6614-Sep-10 18:17
crazy6614-Sep-10 18:17 
AnswerRe: "Advanced programming in the UNIX environment" Book Code Pin
Richard MacCutchan14-Sep-10 21:37
mveRichard MacCutchan14-Sep-10 21:37 
GeneralRe: "Advanced programming in the UNIX environment" Book Code Pin
crazy6615-Sep-10 21:49
crazy6615-Sep-10 21:49 
QuestionBetween Two forms Pin
jashimu8-Sep-10 8:20
jashimu8-Sep-10 8:20 
AnswerRe: Between Two forms Pin
Luc Pattyn8-Sep-10 8:26
sitebuilderLuc Pattyn8-Sep-10 8:26 
GeneralRe: Between Two forms Pin
jashimu8-Sep-10 8:39
jashimu8-Sep-10 8:39 
GeneralRe: Between Two forms Pin
Luc Pattyn8-Sep-10 9:02
sitebuilderLuc Pattyn8-Sep-10 9:02 
AnswerRe: Between Two forms Pin
rikterveen12-Sep-10 1:39
rikterveen12-Sep-10 1:39 
AnswerRe: Between Two forms Pin
N a v a n e e t h12-Sep-10 19:17
N a v a n e e t h12-Sep-10 19:17 
QuestionResizing the windows media player activex problem Pin
raj157631-Aug-10 2:00
raj157631-Aug-10 2:00 
QuestionHow to instantiate winforms in MFC dynamically, [CWinFormsControl, CWinFormsView etc are template classes which needs compile time declarations for managed controls to be instantiated] Pin
Member 443395430-Aug-10 22:22
Member 443395430-Aug-10 22:22 
AnswerRe: How to instantiate winforms in MFC dynamically, [CWinFormsControl, CWinFormsView etc are template classes which needs compile time declarations for managed controls to be instantiated] Pin
Rolf Kristensen20-Sep-10 10:06
Rolf Kristensen20-Sep-10 10:06 
QuestionRunModalLoop thread Pin
spidolino30-Aug-10 20:59
spidolino30-Aug-10 20:59 
AnswerRe: RunModalLoop thread Pin
Luc Pattyn31-Aug-10 2:28
sitebuilderLuc Pattyn31-Aug-10 2:28 
QuestionAsynchrone Telnet Client does receive but will not send [modified] Pin
rikterveen29-Aug-10 3:33
rikterveen29-Aug-10 3:33 
Answersize Pin
Luc Pattyn29-Aug-10 4:01
sitebuilderLuc Pattyn29-Aug-10 4:01 
GeneralRe: size - Source code for download, anyone with an idea? [modified] Pin
rikterveen29-Aug-10 4:30
rikterveen29-Aug-10 4:30 

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.