help needed regarding Bios.h

Go4Expert Member
21Oct2010,07:08   #1
vikky1988i's Avatar
Why BIOS.H header is not working under DEVC++ environment... so what is it's eqvilant header in DEVC++... can anybody help me out in this issue..


Regards,
S.R.Vignesh
Ambitious contributor
21Oct2010,07:27   #2
jimblumberg's Avatar
The bios.h header file is for 16 bit DOS programs. I do not believe DEVC++ can compile 16 bit DOS programs.

What exactly are you trying to accomplish?

Jim
Go4Expert Member
25Oct2010,11:30   #3
vikky1988i's Avatar
i Actually need to see which key is pressed when i hit the keyboard. bioskey() will return the Value of the key pressed. that's why
Ambitious contributor
26Oct2010,03:44   #4
jimblumberg's Avatar
What operating system are you using?

Why not use the standard C/C++ from stdio.h/iostream to get the key?

If you are writing a game/application using graphics, then what graphics package are you using?

With "Modern" operating systems direct access to the computer bios/hardware is not allowed.

Jim