Y
Hacker News
new
|
ask
|
show
|
jobs
by
static_noise
3793 days ago
As long as you can use a recent compiler there shouldn't be problems. The resulting assembler code should be the same.
2 comments
walrus
3793 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
3793 days ago
A C++11 compiler for DOS?
link
okasaki
3793 days ago
http://www.delorie.com/pub/djgpp/mini-faq.txt
gcc 5.3 (& co) for DOS!
link