gotoxy()move the cursor at specified location in the output screen. Syntax // gotoxy() function definitionvoidgotoxy(intx,inty) { printf("%c[%d;%df",0x1B, y, x); } Example Consider the example: #include <stdio.h>// gotoxy() function definitionvoidgotoxy(intx,inty) { printf("%c[...
a[Error] C:\\Documents\\C-Free\\Temp\\未命名7.cpp:60: error: `clrscr\' was not declared in this scope (错误) C:\ \文件\ \无C \ \临时雇员\ \未命名7.cpp :60 : 错误: “clrscr \’在这个范围未被宣称[translate]