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

Managed C++/CLI

 
GeneralRe: calling String ^ * from C# Pin
ByStorm Software27-Dec-06 4:27
ByStorm Software27-Dec-06 4:27 
GeneralRe: calling String ^ * from C# Pin
bsaksida27-Dec-06 4:35
bsaksida27-Dec-06 4:35 
GeneralRe: calling String ^ * from C# Pin
ByStorm Software27-Dec-06 4:42
ByStorm Software27-Dec-06 4:42 
GeneralRe: calling String ^ * from C# Pin
bsaksida27-Dec-06 5:40
bsaksida27-Dec-06 5:40 
GeneralRe: calling String ^ * from C# Pin
ByStorm Software27-Dec-06 6:12
ByStorm Software27-Dec-06 6:12 
GeneralRe: calling String ^ * from C# Pin
RockyMu1-Jul-22 15:01
RockyMu1-Jul-22 15:01 
Questionhandling system call result in C Pin
xface6625-Dec-06 8:08
xface6625-Dec-06 8:08 
AnswerRe: handling system call result in C Pin
xface6625-Dec-06 8:52
xface6625-Dec-06 8:52 
i have found the answer myself and writing it down here;
popen() function did the work for me Smile | :)

Library: stdio.h

Prototype: FILE *popen(const char *command, const char *type);

Syntax: FILE *fp;
fp = popen( "ls -l", "r");

Notes:
command - is the command to be issued.
type - r - read O/P from command.
- w - Write data as I/P to command.
GeneralRe: handling system call result in C Pin
Christian Graus25-Dec-06 10:41
protectorChristian Graus25-Dec-06 10:41 
GeneralRe: handling system call result in C Pin
xface6625-Dec-06 12:36
xface6625-Dec-06 12:36 
GeneralRe: handling system call result in C Pin
John R. Shaw26-Dec-06 1:03
John R. Shaw26-Dec-06 1:03 
GeneralRe: handling system call result in C Pin
Christian Graus26-Dec-06 9:27
protectorChristian Graus26-Dec-06 9:27 
Questionmupad problem Pin
vasfar24-Dec-06 10:34
vasfar24-Dec-06 10:34 
AnswerRe: mupad problem Pin
Christian Graus25-Dec-06 10:40
protectorChristian Graus25-Dec-06 10:40 
GeneralRe: mupad problem Pin
Paul Conrad25-Dec-06 17:49
professionalPaul Conrad25-Dec-06 17:49 
GeneralRe: mupad problem Pin
bsaksida26-Dec-06 10:46
bsaksida26-Dec-06 10:46 
GeneralRe: mupad problem Pin
Paul Conrad26-Dec-06 16:14
professionalPaul Conrad26-Dec-06 16:14 
QuestionHow To Display A Dialog Form? Pin
Nonreturn23-Dec-06 17:39
Nonreturn23-Dec-06 17:39 
AnswerRe: How To Display A Dialog Form? Pin
Christian Graus23-Dec-06 19:12
protectorChristian Graus23-Dec-06 19:12 
GeneralRe: How To Display A Dialog Form? Pin
Nonreturn23-Dec-06 19:28
Nonreturn23-Dec-06 19:28 
GeneralRe: How To Display A Dialog Form? Pin
Christian Graus23-Dec-06 21:06
protectorChristian Graus23-Dec-06 21:06 
GeneralRe: How To Display A Dialog Form? Pin
Nonreturn24-Dec-06 3:33
Nonreturn24-Dec-06 3:33 
GeneralRe: How To Display A Dialog Form? Pin
Christian Graus25-Dec-06 10:39
protectorChristian Graus25-Dec-06 10:39 
QuestionError, Help please Pin
h7h723-Dec-06 16:48
h7h723-Dec-06 16:48 
AnswerRe: Error, Help please Pin
Christian Graus23-Dec-06 19:14
protectorChristian Graus23-Dec-06 19:14 

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.