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

Managed C++/CLI

 
AnswerRe: How to convert value to string in c? Pin
Christian Graus21-Jan-07 0:37
protectorChristian Graus21-Jan-07 0:37 
QuestionConverting C++ code to Matlab MEX Pin
Valdo84520-Jan-07 23:19
Valdo84520-Jan-07 23:19 
AnswerRe: Converting C++ code to Matlab MEX Pin
Christian Graus21-Jan-07 0:36
protectorChristian Graus21-Jan-07 0:36 
Questionprograming c ++ in linux programing Pin
mervan18-Jan-07 22:06
mervan18-Jan-07 22:06 
AnswerRe: programing c ++ in linux programing Pin
Christian Graus19-Jan-07 8:15
protectorChristian Graus19-Jan-07 8:15 
AnswerRe: programing c ++ in linux programing Pin
bsaksida20-Jan-07 2:20
bsaksida20-Jan-07 2:20 
QuestionHELP: Fixed Length String ? Pin
Fritzables18-Jan-07 22:05
Fritzables18-Jan-07 22:05 
AnswerRe: HELP: Fixed Length String ? Pin
George L. Jackson19-Jan-07 0:24
George L. Jackson19-Jan-07 0:24 
String^ result;
String^ s1 = "ABC";

result = (s1->Length > 12 ? s1->Substring(0, 12) : s1)->PadRight(12);

Console::WriteLine("[{0}] Length={1}", result, result->Length);

"We make a living by what we get, we make a life by what we give." --Winston Churchill

GeneralRe: HELP: Fixed Length String ? Pin
Fritzables19-Jan-07 2:22
Fritzables19-Jan-07 2:22 
Questionlow language programing using c [modified] Pin
mervan18-Jan-07 22:04
mervan18-Jan-07 22:04 
AnswerRe: low language programing using c Pin
George L. Jackson19-Jan-07 0:27
George L. Jackson19-Jan-07 0:27 
AnswerRe: low language programing using c Pin
Christian Graus19-Jan-07 8:13
protectorChristian Graus19-Jan-07 8:13 
AnswerRe: low language programing using c Pin
Christian Graus21-Jan-07 0:36
protectorChristian Graus21-Jan-07 0:36 
QuestionCalling unmanaged methods with a managed delegate? Pin
Xpnctoc18-Jan-07 13:17
Xpnctoc18-Jan-07 13:17 
AnswerRe: Calling unmanaged methods with a managed delegate? Pin
Christian Graus18-Jan-07 13:41
protectorChristian Graus18-Jan-07 13:41 
AnswerRe: Calling unmanaged methods with a managed delegate? Pin
User 58385218-Jan-07 13:53
User 58385218-Jan-07 13:53 
AnswerRe: Calling unmanaged methods with a managed delegate? Pin
Mark Salsbery18-Jan-07 15:07
Mark Salsbery18-Jan-07 15:07 
GeneralRe: Calling unmanaged methods with a managed delegate? Pin
Xpnctoc18-Jan-07 15:24
Xpnctoc18-Jan-07 15:24 
QuestionDynamic event delegate and the 'this' pointer Pin
Peter JC18-Jan-07 12:55
Peter JC18-Jan-07 12:55 
QuestionForm1 to Form2, and Form2 to Form1 Pin
GSanchezDigitalProfile18-Jan-07 5:25
GSanchezDigitalProfile18-Jan-07 5:25 
AnswerRe: Form1 to Form2, and Form2 to Form1 Pin
Christian Graus18-Jan-07 10:09
protectorChristian Graus18-Jan-07 10:09 
GeneralRe: Form1 to Form2, and Form2 to Form1 Pin
GSanchezDigitalProfile18-Jan-07 22:13
GSanchezDigitalProfile18-Jan-07 22:13 
GeneralRe: Form1 to Form2, and Form2 to Form1 Pin
Christian Graus19-Jan-07 8:11
protectorChristian Graus19-Jan-07 8:11 
QuestionHow to Marshall (DLL::MyClass) object in a VS2005-C# App? Pin
jayart18-Jan-07 4:49
jayart18-Jan-07 4:49 
AnswerRe: How to Marshall (DLL::MyClass) object in a VS2005-C# App? Pin
led mike18-Jan-07 5:05
led mike18-Jan-07 5:05 

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.