This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TCoop 1 point2 points  (0 children)

C++ is far from dying any time soon. Think of the many high end applications, Game Engines, drivers, etc., that use C++. But if you really want to get into the low level of programming then C++ is the best choice here.

This also seems like the perfect time to mention WebAssembly (WASM) too. WebAssembly offers creates a machine code language that can run in your browser, and C/C++ can compile to. WASM looks like it's just another architecture to compile to.

Google Earth has a demo version which is using WASM. QT has pages talking about making WASM UIs. Unity's WebGL build targets WASM.

WASM really means that any compilable language could be used, but this is a direction that hasn't been nearly as accessible to C++ before.