#What Can C++ Be Used For?
12 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
It can be used for just about anything
LIBRARY
GAMES
TUI
A good example other than games and apps?
C++ really shines when it comes to high-performance computing (including games, scientific computing, simulations, number crunching, handling large volumes of data), low-latency computing, low-level programming (systems programming, embedded, networking), etc.
You can do anything with it though.
Okay thank you
Noted. Thanks!
!solved