Dec 27, 2021 at 8:12am
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 Dec 27, 2021 at 8:13am
Dec 27, 2021 at 8:21am
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 Dec 27, 2021 at 8:22am
Dec 27, 2021 at 9:45am
Hi Jonnin!
What is equivalent for this code?
Dec 27, 2021 at 9:48am
What are you trying to accomplish by using bios.h ?