C++ beginner. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

C++ beginner.

What to do next in mastering C++ after completing the C++ tutorial course?

31st May 2018, 2:53 AM
Руслан Худыев
Руслан Худыев - avatar
4 Answers
+ 1
probably going to farm, cultivate.... & ....😎😎
31st May 2018, 3:19 AM
Nura Programmer
Nura Programmer - avatar
0
Code, code, code and Code some more and also get familiar with algorithms and data structures.
31st May 2018, 5:09 AM
Anthony Perez
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
31st May 2018, 8:05 AM
Max
Max - avatar
0
gUD mrng
10th Aug 2018, 1:02 AM
Durga
Durga - avatar