+ 1
Solo learn covers all basics of C++ or not.
For beginner
2 Respostas
+ 6
Short answer no.
Soloearn doesn't covers all basic of c++ if you don't learn c.
If you are doing c++ course in sololearn then I strongly recommend you to learn c before c++ .Though c++ is the updated version of c many basics of c++ are only in c course.
For example :
structs and union .null pointer ,memory allocation using malloc and calloc ,function pointer and many things .If you learn c then complete c++ I think it will help you to learn the basics of c++.
Thanks and happy coding😊😊.
You can see this question:
https://www.sololearn.com/discuss/2380006/?ref=app
0
I will say "almost". Yes, SoloLearn covers concepts the beginners should know, but a great feature is missing, STL. A bunch of containers that has different benefits based on your choice, rather than using arrays all the time.