Reply To: Beginner programming advice for DOS?

Home Forums DOS Talk DOS Development Beginner programming advice for DOS? Reply To: Beginner programming advice for DOS?


TigerQuoll
Participant
Podcaster
#6213

If you want to ease into programming for DOS, you could always start with QuickBasic 4.5
A surprising number of very good games have been made with it (I’m working on one now myself), and I still find it very easy and intuitive to use and learn.
It can also serve as a gateway to FreeBasic, which has a 32bit DOS compiler, is highly compatible with QBasic code and lets you link C libraries, so you can get your toes wet in C as well.
That’s the direction I’m heading down anyway. Food for thought!