Function clrscr in C and C++

前端 未结 5 948
鱼传尺愫
鱼传尺愫 2020-12-03 18:43

Does today\'s C or C++ compilers use the clrscr system function?

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-03 19:24

    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.

提交回复
热议问题