Forum Moderators: open

Message Too Old, No Replies

clrscr() in vi editor

         

Radhika Chemuturi

6:47 am on Sep 8, 2005 (gmt 0)



I started using vi editor for C Programs recently. What is the equivalent for clrscr(); when programs are written in vi editor?

jatar_k

3:43 pm on Sep 20, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld Radhika_Chemuturi,

I am not sure but try this search [google.com]

zerocode

9:57 am on Oct 3, 2005 (gmt 0)

10+ Year Member



include header file
conio.h and stdio.h

then try using clrscr();

this will help you