|
The entire form of conio.h is "Console Input & Output." In C programming, the console input and output function is provided by the header file conio.h. Since we learned that the conio.h file has console input/output functions, the GCC compiler does not support it. Thus, we will talk about a few key features that are utilized to hold the screen, clean the screen, and adjust the text's backdrop color. "conio.h" Don't use it. A header file was discovered in Turbo C/C++, which utilizes a 16-bit compiler. However, it isn't available in GCC, thus none of the functions—such as clrscr(), getch(), gets, and cgets—will work with it. (责任编辑:) |
