+ 3
Which things should I do in c++ to improve my knowledge?
C++
4 Answers
+ 4
learn the standart library, i found thread, mutex, functional, algorithm and atomic to be very useful there are also a lot of utility functions and classes available. boost is also a very popular library and qt is very useful for guis. look here for stuff thats not widely known: https://www.sololearn.com/Discuss/1314249/?ref=app
and of course just program a lot in c++
+ 3
Do solve cpp related questions, and improve your logical and analytical skills. i hope it will helpđ€
+ 1
C++ is an object oriented programming language. How about making something with classes? And I think it is good to use some C++ libraries.