>>>>> "newlxuser" == newlxuser  <[EMAIL PROTECTED]> writes:

    newlxuser> Good Linux to everybody, while compiling in gcc, is
    newlxuser> there a way to know which header file to include to use
    newlxuser> a perticular function. Because as in Turbo C++, I tried
    newlxuser> to use "conio.h" to use clrscr( ), but it did not

man functionname usually tells you which header to include for a
function.

BTW, linux does not have a conio.h. What you need is curses. man
ncurses for details.

Binand

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to