Functions | |
| void | Run (const string &commandText) |
| void CommandRunner::Run | ( | const std::string & | commandText | ) |
Executes the passed-in command string.
CommandRunner::Run("g++ -o hello HelloWorld.cpp");
| CS240Exception | If the command fails (i.e., returns a non-zero value from main) |
Definition at line 24 of file CommandRunner.cpp.
References StringUtil::Trim().
1.5.8