--- In c-prog@yahoogroups.com, "Paul Herring" <[EMAIL PROTECTED]> 
wrote:
>
> On Tue, Sep 23, 2008 at 12:04 PM, Reepak <[EMAIL PROTECTED]> 
wrote:
> > What is the use of  #include<conio.h>?
> 
> http://en.wikipedia.org/wiki/Conio.h
> 
> -- 
> PJH
> 
> http://shabbleland.myminicity.com/sec
>
conio is not a part of the standard library and thus should not be
used. Using it would ensure that your prog only runs on DOS platforms
and would not be platform independant. BTW, if you are using conio.h
you would most probably be using it for clrscr() function call to
clear the screen. Alternatively you could go into the .h file to see
what all functions are declared in the file.

Thanks!! and have a nice day!!


Reply via email to