Good c++ videos?

chummm

Registered Member
Joined
Jul 5, 2011
Messages
71
Reaction score
8
I'm looking for some video tutorials, good quality though. A lot of youtubers seem to randomly give up after the 3rd video or so..
Is there any professional style videos like ones they have on tutsplus for programming in c++ anywhere??
 
Pro tip: when it comes to something like c++ go get a book, download one of the many "teach yourself c++ in 21 days" or something along the lines... If you "learn" off yt you'll ALWAYS crank shitty code.. You can learn js, vbs, maybe powershell with quick yt primers, def not something more low level... There are simply too many concepts and too complicated to be able to master it this way.
 
I'm posting for future references by users:

http://www.functionx.com/cpp
http://www.cplusplus.com/doc/tutorial/
Videos: http://xoax.net/cpp/index.php //solely because the OP wanted video lessons

Follow the books in the particular order mentioned in the thread:
http://www.blackhatworld.com/blackhat-seo/c-c-c/401914-best-book-c.html

With all of the above,i would suggest to read for 1-2 hrs in parallel to reading the C++ books:

Introduction to Algorithms 3rd Edition
or/and
Sedgewick Wayne Algorithms 4th

It will take you 6 months minimum,if you are doing this all day long or a year(year and a half-with 5-6 hrs of practice every day) to cover everything,
but trust me,you will learn the other stuff in no time!
Even,if you don't plan to go serious with C++,learning C#,VB,Java after you have that solid foundation will seem like a piece of cake!
 
If you can then try to collect the lynda video tutorials they are really handy and also very understandable. That will also provide you the exercise files too. So that you can practice regularly.
 
Back
Top