Apart from the topics given in C++ module in sololearn, what are the other topics one should know in C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Apart from the topics given in C++ module in sololearn, what are the other topics one should know in C++?

I have seen many questions using "namespaces", enum, unions and other topics which weren't covered in SoloLearn. Is there any primitive list of topics that one should know to be able to have atleast intermediate expertise in C++ in general?

20th Sep 2017, 5:38 PM
Siraz Naorem
Siraz Naorem - avatar
7 Answers
+ 2
http://www.learncpp.com might be a good next step after SoloLearn.
3rd Dec 2017, 6:10 AM
Eric Blinkidu
Eric Blinkidu - avatar
+ 2
There are lots of bad and outdated books on C++. This one has a good reputation: C++ Primer (5th Edition) by Stanley B. Lippman, Josée Lajoie, Barbara E. Moo
3rd Dec 2017, 6:14 AM
Eric Blinkidu
Eric Blinkidu - avatar
0
algorithm and data structures, and read a good c++ book, it is very important becoz c++ is a big language, there sre small small language within c++
23rd Sep 2017, 12:18 PM
Prince Gupta
Prince Gupta - avatar
0
Which book would you recommend? I am planning to buy one from amazon so i need some good suggestions
23rd Sep 2017, 1:29 PM
Siraz Naorem
Siraz Naorem - avatar
0
https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list don't go after online tutorial specially those on youtube, i wasted half a year on them, instead, prefer cources on coursera or edx
23rd Sep 2017, 1:41 PM
Prince Gupta
Prince Gupta - avatar
0
Well I have done courses from edx but to be honest i found myself searching the net most often when doing thier quiz and tests. But it's everyones prespective :) thanks for the link
23rd Sep 2017, 2:03 PM
Siraz Naorem
Siraz Naorem - avatar
0
read a book then, u will find how amazing the world of c++ is, and creative it becomes with c
23rd Sep 2017, 2:10 PM
Prince Gupta
Prince Gupta - avatar