Hi folks! Is it possible to integrate bios.h header with Linux c++ compiler?
Bios.cpp:2:10: fatal error: bios.h: No such file or directory
2 | #include <bios.h>
| ^~~~~~~~
compilation terminated.
Last edited on
impetus (6)
Hi folks! Is it possible to integrate bios.h header with Linux c++ compiler?
|
bios.h is from like 1990.
you do not want nor need this: find some newer code.
Last edited on
Hi Jonnin!
What is equivalent for this code?
What are you trying to accomplish by using bios.h ?