You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
system("cls") is an OS-specific command.
The C++ standard doesn't know what a command prompt/console is nor does it particularly care. All it knows is that it can put data into the stdout buffer and the OS will take it and do whatever it does with it.
As such there isn't a C++ standard "clear the console" function because that's outside the scope of things that C++ cares about.
Hi @SharonIV0x86 sorry for the late response, I definitely learned something new with your comment here. You are free to make a PR on this issue. also I would like to discuss something related to my new project, since you are into cybersecurity, i have dropped you a mail.
Clear screen functionality
The text was updated successfully, but these errors were encountered: