C++ from scratch till end

I don't have previous knowledge or experience of programming. Kindly tell me that which courses i should study for learning c++ from beginning to advanced level? what are the next courses or steps after studying the course of core programming?
Be aware that there is tons of old crap on the internet teaching you more of old C style programming instead of modern C++.

This course looks good.
https://www.pluralsight.com/courses/learn-programming-cplusplus

Have a look at some of her talks at CppCon on YouTube to get an idea about her style
https://www.youtube.com/results?search_query=%22kate+gregory%22

I also recommend a good book on modern C++:

https://www.amazon.co.uk/C-Programming-Language-Bjarne-Stroustrup/dp/0321563840/ref=sr_1_1?ie=UTF8&qid=1539019610&sr=8-1&keywords=stroustrup

or maybe

Kate Gregory teaches good C++. I particularly applaud her fundamental position of teaching C++ from the start, rather than the "teach C first" school that seems to have such a stranglehold on many formal places of education (numerous universities and colleges, I'm looking at you). She's bang on about teaching vectors before arrays get mentioned, too.
Trust me, if you have never programmed before and you want a solid well organized book that is dedicated for beginners; then I recommend you to get "Programming principles and practice using c++" by C++ creator
bjarne stroustrup
, you will learn everything you need through reading this book. good luck
Last edited on
Topic archived. No new replies allowed.