作者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