Reply To: Beginner programming advice for DOS?
If you wanna go old school, Borland Turbo C++ is available for download on the Internet Archive. It’s 16 bit only, which does mean the most restrictive environment, but your code will literally run on anything with an Intel processor. Defaults should mean you can put off getting into the nitty gritty of memory models. Of course, I might be a little biased as I’ve been using it since the 90s.