WEXITSTATUS Example: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 July 2012

  • curprev 08:1308:13, 3 July 2012Brianegge talk contribs 1,332 bytes +1,332 Created page with "Example of how to use WEXITSTATUS <geshi lang="c"> #include <iostream> void run(const char * cmd) { printf("Executing command %s\n", cmd); int status = std::system(..."