+ 2
How can I improve C++ skills after finishing the SoloLearn course ?
I want to improve my skills in c++ but i dont know where to start from and what to learn. Can someone point any good youtube tutorials, any helpful documentation or exercises i can take/ projects i can take part in?
6 Respuestas
+ 18
code a lot!
+ 12
for videos watch thenewboston c++ tutorials....and practice more by making small projects...lessons on codecademy are also good
+ 11
If literature is your thing - https://www.sololearn.com/Discuss/204501/?ref=app
If you want to find beginner projects to polish your skills - https://www.sololearn.com/Discuss/187862/?ref=app
If you want some challenging stuff - www.codewars.com
+ 4
implement a project of your own. that's the advice for beginners as well for experts. good luck. :)
+ 1
Look up beginner projects and try making programs
+ 1
Look up beginner projects and do them without trying to look at other people's code. If you have problems with your program, want people to review your program, or have a specific question, go to cplusplus.com and go post in the beginner forums. Don't go to stack overflow because it's not really a place for beginners. Over there they don't like "stupid questions" and down vote you.