|
藍森林 http://www.lslnet.com 2006年6月6日 10:18
conio.h的問題?
#include <conio.h>;
這是一個什麼樣的庫函數頭文件?都有哪些常用的函數!
是不是GNU C中沒有這個頭文件??? |
conio.h的問題?
給你一段話。我從網上找的。
conio.h is a DOS specific header. You won't find it in Linux. I don't knowwhat you have done with Borland but it looks that you have to yet again learnabout new C libraries. Type "info libc" and take a look what functions the GNUstandard.C library provides. |
conio.h的問題?
明白! |
| |