how to use bioskey()?

L

lzh08

the code is following;
#include <bios.h>
#include <stdio.h>

void main()
{
int i;

i = bioskey();
return;
}

but after compiler,the error is:
Call to undefined function 'bioskey' in function main()
*** 1 errors in Compile ***
Borland C++ 5.2 for Win32 Copyright (c) 1993, 1997 Borland
International

why?

In the directory<include>,i found the file named with bios.h.
thx.
 
L

lzh08

ok,i have resolved it.
In bc++5.5,select the project used with right mouse,and double click
the target expert,then select the dos
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,298
Messages
2,571,539
Members
48,274
Latest member
HowardKipp

Latest Threads

Top