C++ Language/Std/CRuntime/ExecutingShellCommand
Appearance
A "system call" is the execution of a shell command, as in calling system("echo MESSAGE")
.
C++ Language |
A "system call" is the execution of a shell command, as in calling system("echo MESSAGE")
.