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?
7 Respostas
+ 2
http://www.learncpp.com might be a good next step after SoloLearn.
+ 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
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++
0
Which book would you recommend? I am planning to buy one from amazon so i need some good suggestions
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
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
0
read a book then, u will find how amazing the world of c++ is, and creative it becomes with c