Using clrscr is always optional but it must be required to place after declaration part only. Getch:- It is a predefined f’n, by using this predefined f’n we can read a char from keyboard. Generally we are planning the getch at end of the program. To wait the o/p screen until we...
In TurboC compiler you can use that functions by including conio.h header file, but in Linux library these function are not available, so we are providing the function definitions for GCC linux just use them into your program and call where they needed....
> that was pressed. I use that in many of my programs.[/color] Too bad. Jonathan Re: clrscr Compiler Independent functions "Binny V A" <binnyva@hotmai l.com> wrote in message news:68cd8f94.0 411221127.3b1f7 128@posting.goo gle.com...[color=blue] > I have been programming in C++ ...
Clear the screen in C language in just 3 easy stepsThe clrscr() function was used to clear the MS-DOS console screen in older C compilers like Turbo C and Turbo C++. clrscr() is not a standard C function—if you try to compile a program...