大家帮忙试验下,有没有驱蚊效果?
#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); } }
我只有TC2.0,编译不了,可惜,
我还没听过可以叫的C程序呢
哪里能下载TC3??