Hacker News new | ask | show | jobs
by DanielMonteiro 2127 days ago
I recommend you to look here: https://github.com/andrewwutw/build-djgpp and https://github.com/tkchia/gcc-ia16

Using that DJGPP toolchain, I've have developed some DOS games in the last couple of years (one of those, using C++14 and EASTL, no less!).

1 comments

Thank you.

Did you develop those games ON the DOS machine as well or just cross compile? I would love to see your games.

Does that gcc-ia16 works on 386SX (non 64bit CPU)?

"""These FreeDOS packages do not contain support for C++ or link-time optimization (LTO)."""

So there is working C++14 compiler able to run under DOS or not?