+ 1
Help on getting better at C++
I recently finished the whole C++ course and I started to do a lot of challenges but I could only get 1 or 2 correct every challenge so I tended to lose quite frequently. Is there any way to get better?
3 odpowiedzi
+ 9
Try looking at the correct answers and look them up if you so choose - if you would choose, try to keep references and write notes - there's also a glossary for the C++ course as far as I am concerned. Some challenge questions I'm sure have not been reviewed in the actual course, but it should push you to learn more ahead of that. I wish you best of luck and that you get those answers right. 🐱
+ 1
solve more problems read editorial. in real time programming challenge have more data structure and algorithm. c++ is language used to convert logic into code.
+ 1
Thank you!