conio

conio.h is a non-standard header. It works mostly on DOS platforms.
If you want to include conio.h to clear the screen (i.e use clrscr() ) then you can instead use `system("clear");`.

posted @ 2010-03-15 23:37  greencolor  阅读(152)  评论(0编辑  收藏  举报