0
C++ beginner.
What to do next in mastering C++ after completing the C++ tutorial course?
4 odpowiedzi
+ 1
probably going to farm, cultivate.... & ....😎😎
0
Code, code, code and Code some more and also get familiar with algorithms and data structures.
0
learn about smart pointers, the stl, learn about raii, virtual inheritance, maybe learn the qt framework if you want to do GUIs, look into the boost library, learn about move semantics, operator overloading, move and copy constructors, lvalues and rvalues, the difference between auto, auto&, const auto&, auto&& and const auto&&, function try blocks, multithreading, lambdas, template metaprogramming, maybe look at this thread https://www.sololearn.com/Discuss/1314249/?ref=app
and of course: code a lot
0
gUD mrng