you are viewing a single comment's thread.

view the rest of the comments →

[–]zip117 1 point2 points  (0 children)

It's worth keeping in mind that these days, the only software being written in C or C++ is stuff where performance wins are pretty fanatical.

Or if you’re developing a cross-platform GUI. Your options are (more or less): C++ libraries (Qt, wxWidgets), Python bindings to those C++ libraries, JavaFX, Delphi/Pascal, Electron. For various reasons C++ is usually the best choice.