0
Suggestions on advance C++ topics, after sololearn C++ completion.
Hello folks, I did complete C++ Sololearn course, did some practical examples, but i really need suggestions/links on advance C++ topics and also links to find sample projects for practice ?
6 Réponses
+ 11
sorry, i have some questions:
you complete the sololearn c++ course, once or twice or more?
now you are able to write any c++ code with the syntax from the sololearn c++ course?
you have done all challenges from sololearn in c++?
you have done all lessons from the sololearn algorithm section in c++?
+ 5
C++ Resources
https://www.sololearn.com/discuss/459759/?ref=app
0
After learning the basics and being able to use them a next good step would be learn how to structure a code to make it a) understandable and b) improvable.
You could read books to learn how to design your projects. Good examples would be "code complete" and/or "Head first design patterns"
A good code is like a joke: if you need to overly explain it to know what's going on, it's not that good.
0
@tooselfish,
Well i did course only once but i had prior experience of using C++ back in college and at my work for some specific functional part of programming.
Yes, i'm now trying to write code in similar way how solo C++ course teaches.
I did all the challenges as part of C++ sololearn.
On algorithm level i'm pretty much beginner, and i'm not sure where to start on this topic, as it is very broad subject. Please provide any suggestions on this topic ?
Also, is a course on algorithms from sololearn ? cause i didn't find one.
0
@Manual, thanks for the link.
0
@Alex, thanks.