Is clrscr(); a function in C++?

前端 未结 10 2097
忘掉有多难
忘掉有多难 2020-12-03 03:35

I\'ve looked everywhere for this function and cannot find the header files to make this work. It says clrscr() undeclared which brings me to the question. Is clrscr(); a fun

10条回答
  •  既然无缘
    2020-12-03 04:16

    A web search says the header file you want is 'conio.h' - I haven't tried it out, so no guarantees. Its existence may also depend on what platform you are compiling against.

提交回复
热议问题