This isn't really a question... Useful external sources
I just wanted to share some external sources that have helped me a great deal at learning C++. SoloLearn's C++ course is magnificent in the sense that it balances simplicity, quantity and quality of content quite well; however, when simplicity is an aim when explaining complex topics, brevity often comes with the lack of detailed information. I hope that the following sources help you complement SoloLearn's C++ course: Tutorials: What's a Creel YouTube tutorials: https://youtu.be/QjiZqdDqKzw?list=PL0C5825724605DB2A cplusplus.com tutorial: http://www.cplusplus.com/doc/tutorial/ Q&A discussion Stack Overflow: http://stackoverflow.com/ cplusplus: http://www.cplusplus.com/ Basic exercises: http://www.cplusplus.com/forum/articles/12974/ I know that these aren't many sources, but I hope it helps! I'm still a begginer and these have helped me the most so far.