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?
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