I'm confused too.
If you just need to run a program from your code form a command and pass it to system():
Describe what are you going to do otherwise!Code:int main() { system( "./runApp > abc.log" ); }
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 26
Thread: using linux commands in C++ codeThreaded View
|
Click Here to Expand Forum to Full Width |