Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Help with something


ghost's Avatar
0 0

int main() { system("pause"); return 0; }

I got this out of the code bank, but I'm not sure how it works…could someone explain? I'ts in C++.


SySTeM's Avatar
-=[TheOutlaw]=-
20 0

it runs the "pause" command


ghost's Avatar
0 0

You'll need the <cstdlib> header for this one.


ghost's Avatar
0 0

it pauses the current program, :)