大家帮忙试验下,有没有驱蚊效果?
#include <dos.h> #include <iostream.h> #include <conio.h>
void main() { cout<<"Kill mosquitos,kill! kill! kill! kill them all!!!"<<endl; cout<<"wahaha~"<<endl; while(!kbhit()) { sound(20000); delay(2); } }
#include <dos.h> #include <iostream.h> #include <conio.h>
void main() { cout<<"Kill mosquitos,kill! kill! kill! kill them all!!!"<<endl; cout<<"wahaha~"<<endl; while(!kbhit()) { sound(20000); delay(2); } }
2004-11-11 00:49
2004-11-11 00:51
我只有TC2.0,编译不了,可惜,
我还没听过可以叫的C程序呢
2004-11-11 14:45
2004-11-13 12:54
哪里能下载TC3??
2004-11-17 22:20
2004-11-19 23:21
2004-12-03 20:09
2004-12-17 13:18
2004-12-28 12:26