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

Managed C++/CLI

 
AnswerRe: Desperate Need of Help in C++.. Pin
Christian Graus27-Oct-05 17:19
protectorChristian Graus27-Oct-05 17:19 
Questionis it stack or heap? Pin
georgemarios27-Oct-05 6:01
georgemarios27-Oct-05 6:01 
AnswerRe: is it stack or heap? Pin
IdUnknown27-Oct-05 6:27
IdUnknown27-Oct-05 6:27 
GeneralRe: is it stack or heap? Pin
georgemarios27-Oct-05 6:40
georgemarios27-Oct-05 6:40 
QuestionHow to generate a custom warning at compile time in C++ Pin
Anonymous26-Oct-05 18:41
Anonymous26-Oct-05 18:41 
AnswerRe: How to generate a custom warning at compile time in C++ Pin
Anonymous27-Oct-05 1:02
Anonymous27-Oct-05 1:02 
QuestionConverting a C++ style string into something execvp can use. Pin
Anonymous26-Oct-05 9:47
Anonymous26-Oct-05 9:47 
AnswerRe: Converting a C++ style string into something execvp can use. Pin
Christian Graus26-Oct-05 10:39
protectorChristian Graus26-Oct-05 10:39 
Which argument are you having trouble with ? What format is the string you're getting as input ? c_str() does indeed return a char *, if you've got a std::string. argv is an array of char *, not just a char *.

What do you mean by 'it doesn't work'. A more meaningful error report would help those trying to help you.


Christian Graus - Microsoft MVP - C++
QuestionHigh Compression based software Solution Pin
ANPPS26-Oct-05 8:56
ANPPS26-Oct-05 8:56 
AnswerRe: High Compression based software Solution Pin
Christian Graus26-Oct-05 10:49
protectorChristian Graus26-Oct-05 10:49 
QuestionDamn that 4kbytes of leak memory Pin
Alex Cutovoi26-Oct-05 7:42
Alex Cutovoi26-Oct-05 7:42 
AnswerRe: Damn that 4kbytes of leak memory Pin
Christian Graus26-Oct-05 10:49
protectorChristian Graus26-Oct-05 10:49 
AnswerRe: Damn that 4kbytes of leak memory Pin
georgemarios27-Oct-05 1:43
georgemarios27-Oct-05 1:43 
QuestionWin32 to .Net DLLs, character sets Pin
wikoh26-Oct-05 7:12
wikoh26-Oct-05 7:12 
Question,HOW TO PROGRAM POPUP DICTIONARY? Pin
Anonymous26-Oct-05 0:05
Anonymous26-Oct-05 0:05 
AnswerRe: ,HOW TO PROGRAM POPUP DICTIONARY? Pin
toxcct26-Oct-05 0:35
toxcct26-Oct-05 0:35 
AnswerRe: ,HOW TO PROGRAM POPUP DICTIONARY? Pin
cynferdd26-Oct-05 0:43
cynferdd26-Oct-05 0:43 
JokeRe: how to blabla Pin
toxcct26-Oct-05 0:52
toxcct26-Oct-05 0:52 
GeneralRe: how to blabla Pin
cynferdd26-Oct-05 1:05
cynferdd26-Oct-05 1:05 
JokeRe: how to blabla Pin
toxcct26-Oct-05 1:10
toxcct26-Oct-05 1:10 
JokeRe: how to blabla Pin
cynferdd26-Oct-05 1:17
cynferdd26-Oct-05 1:17 
AnswerBut seriously, folks.... Pin
wikoh26-Oct-05 6:46
wikoh26-Oct-05 6:46 
GeneralRe: But seriously, folks.... Pin
toxcct26-Oct-05 7:29
toxcct26-Oct-05 7:29 
Questionstrange behavior ... anybody knows why? Pin
FreeClimber25-Oct-05 4:33
FreeClimber25-Oct-05 4:33 
AnswerRe: strange behavior ... anybody knows why? Pin
Christian Graus25-Oct-05 12:43
protectorChristian Graus25-Oct-05 12:43 

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.