Does today\'s C or C++ compilers use the clrscr system function?
clrscr
clrscr() is a nonstandard function (neither mentioned in ISO C99 nor in ISO C++-98) defined in (which is not standard compliant itself). However some compilers (like Turbo C/C++) support it as an extension.
clrscr()
ISO C99
ISO C++-98