Porting OpenWatcom Conio to BorlandC Conio Tutorial - Printable Version +- The Retro Dev Forums (https://theretrodev.com/forum) +-- Forum: Programming (https://theretrodev.com/forum/forumdisplay.php?fid=34) +--- Forum: C (https://theretrodev.com/forum/forumdisplay.php?fid=35) +--- Thread: Porting OpenWatcom Conio to BorlandC Conio Tutorial (/showthread.php?tid=23) |
Porting OpenWatcom Conio to BorlandC Conio Tutorial - TheRetroDev - 05-09-2022 This tutorial is relatively simple! We will port from the FreeDOS C programming book on the Conio library. We will port from OpenWatcom Conio to BorlandC Conio. The compiler we will use in this tutorial will be the BorlandC++ 2.0. It is the last version that supports compiling 8086. The machine we will be building on is a Tandy 1000 SL/2. YouTube FreeDOS C Programming book Code for Cards.C Code: #include <conio.h> |