Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

C++ is widely used in embedded. Most compilers support it. Usually you turn some things off (e.g. -fno-rtti, -fno-exceptions) and try to stick to some sane subset of the ++.


C++ in embedded is basically C with classes. It is a nice simple language and often doesn't even include templates (or if it does they are very simple data structures that are not even heap allocated).

C++ as C with classes is a pretty good language!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: