Y
Hacker News
new
|
ask
|
show
|
jobs
by
john_fushi
3788 days ago
Given that the comments talk about compatibility issues with DOS and some DSPs I believe it is not the direction pbhogan wants to take.
1 comments
static_noise
3788 days ago
As long as you can use a recent compiler there shouldn't be problems. The resulting assembler code should be the same.
link
walrus
3788 days ago
For DSPs, there's typically only a single, proprietary compiler available, and supporting the latest C++ standards isn't high priority for the companies making them.
link
userbinator
3788 days ago
A C++11 compiler for DOS?
link
okasaki
3788 days ago
http://www.delorie.com/pub/djgpp/mini-faq.txt
gcc 5.3 (& co) for DOS!
link