作者catspawboy (WII*wii)
看板C_and_CPP
标题[问题] DEV-CPP 下int86()
时间Tue Sep 8 19:41:26 2009
请问在DEV-CPP这个IDE下
要怎麽使用到int86()或intx86()这两个函数?
还是说有其他方法代替???
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 121.254.65.13
1F:→ MOONRAKER:不可能啦,你用DOSBOX跑Turbo C或Borland C还有可能。 09/08 19:50
那可以帮我解释以下程式码的意思嘛????
void show_mouse(void)
{
union REGS in, out;
in.x.ax = 0x1;
int86(0x33, &in, &out);
}
※ 编辑: catspawboy 来自: 121.254.65.13 (09/08 21:35)
2F:→ final01:你那是Turbo C或Borland C专属的 09/08 21:49
3F:推 sunneo:解释程式码的意思? 就是show mouse啊 09/08 23:03