According to the explanation of this site don’t use system(“pause”),
system(“pause”) will “open an operating system shell (relaunches the O/S in a sub-process)”.
what is the meaning of O/S? Operating system? It would be unbelievably expensive if O/S == Operating system
According to the explanation of this site don’t use system(pause) , system(pause) will open
Share
I think what they meant to put is relaunch the shell in another process.