Our great sponsors
-
Check out Dear ImGui or WxWidgets. You can also use a framework like Qt
-
If you don’t mind writing the GUI from scratch, you can use a graphics library like SFML, or my personal favourite, SDL2.
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
www.learncpp.com is a great place to start. Use https://en.cppreference.com/w/ as a language reference. Once you feel comfortable with the language, you can learn about the proper practices using the C++ Core Guidelines.