b06wild Posted January 8, 2011 Report Posted January 8, 2011 Hey everyone, I am new to the programming world and along with learning the basics to web design I am also interested in learning the basics to C++. Does anyone know of any good video tutorials online to learn C++?
danhodge Posted January 8, 2011 Report Posted January 8, 2011 You could always try this websites youtube channel: Killerphp They have a lot of good videos, and they cover most areas of website development...
falkencreative Posted January 9, 2011 Report Posted January 9, 2011 @danhodge: C++ isn't something KillerPHP covers unfortunately. @b06wild: I don't know of any offhand. Google search is your friend.
b06wild Posted January 9, 2011 Author Report Posted January 9, 2011 Thanks for the help. Ill keep searching on google.
KalvinMartin Posted February 7, 2012 Report Posted February 7, 2012 http://www.cplusplus.com this is the best way of learning the C++ content with the best support of examples and explanations..Each and every part to be explained in the separate part of the content in detailed manner....
benjaminmorgan Posted February 8, 2012 Report Posted February 8, 2012 thenewboston.org isn't that bad either.
LSW Posted February 8, 2012 Report Posted February 8, 2012 May I ask why C++? It is not really a web development tool, it is for creating real applications. As you mention web development, you should look at C# and .Net framework, it is better suited to web applications.
andersonjohn Posted April 4, 2012 Report Posted April 4, 2012 LearnCpp.com is a totally free website devoted to teaching you to program in C++. Whether you’ve had any prior experience programming or not, the tutorials on this site will walk you through all the steps you’ll need to know in order to create and compile your programs.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now