I'm aware that C++ is a powerful language that is used "everywhere"... but could we please get into specifics?
For example, servers come to mind when I think about Java, front-end interactivity would be JavaScript, Linux CLI programs coulde be Shell or Python, etc.
In that sense, what about C++? what things can I do with it that have real world usage?
The underlying runtimes for each are usually written in C++/C. JS Runtimes like V8, JVM, bash, etc.