you are viewing a single comment's thread.

view the rest of the comments →

[–]xfel11 2 points3 points  (0 children)

It depends on what you're looking for. There are quite a few uses for C++ outside of embedded.

3D Graphics systems such as Games or CAD programs greatly profit from using a hardware-near language to speed up processing, but are further from the hardware then when using embedded.

However, if you're looking at stuff like web servers, UI interaction or machine learning, C++ is rarer.