+ 1
after c++ what should i learn? also how to get more knowledge about c++(free)?
i am very close to finish c++.after finishing what is seen here where i could get more concepts about c++ and what programming language should i start next?
4 Answers
+ 3
i would say start building something with it (practice practice and practice)
+ 3
Slightly irrelevant, but if you need to practice solving problems, here is a collection of programming challenges posted by our users:
https://www.sololearn.com/Discuss/1270852/?ref=app
Donât forget to star the thread to receive updates!
+ 2
Regine Margareta has clearly mentioned that start building projects using c++ more.
If you want free resources good news is that there are tonnes of them in the net from which you easily learn most most advanced concepts of C++.
https://www.sololearn.com/discuss/459759/?ref=app
0
For in depth knowledge you may try to read more sources. For example the entire "Reference" section on this site:
https://www.cplusplus.com/reference
Remember, knowledge is power. The theory is also a very important part for developers. đ