Getting Started with C++ - Stanford Video Lectures and More...
Beginning C++ - Stanford and Other Video Tutorials
==================================
c++ programming tutorial 1
http://www.youtube.com/watch?v=nziy2_U5JQI
May 10, 2007 - 9 min reconnetworks.com
This video gives a brief introduction to basic commands and you get to make a program that takes 3 numbers that a user inputs and averages them.
==================================
c++ Programming Tutorial 2 (Part 1 of 2)
http://www.youtube.com/watch?v=FPKmFdNP5_A
June 01, 2007 - 8 min reconnetworks.com
Part 1 of 2, new tutorial going through loops, switch statements, if else statements and applying them to another fairly simple program.
==================================
c++ Programming Tutorial 2 (Part 2 of 2)
http://www.youtube.com/watch?v=sIy3oOguh_0
June 01, 2007 - 9 min reconnetworks.com
Part two of the second programming tutorial
==================================
c++ Programming Tutorial 3
http://www.youtube.com/watch?v=cW3c-AO4g7s
July 03, 2007 - 10 min reconnetworks.com
Going through some new stuff, including rand.
==================================
c++ Programming Tutorial 4 (Part 1 of 2)
http://www.youtube.com/watch?v=JHg1OD5p6xc
July 13, 2007 - 7 min reconnetworks.com
Going through the use of functions, pointers, how to make fullscreen, and changing colors per line.
==================================
c++ Programming Tutorial 4 (Part 2 of 2)
http://www.youtube.com/watch?v=noQxpoW4Arg
July 13, 2007 - 5 min reconnetworks.com
continuation of part 1 of 2
==================================
c++ Programming Tutorial 5
http://www.youtube.com/watch?v=RsW2p9E3hgk
July 27, 2007 - 7 min reconnetworks.com
Continuation of 4 so to speak, going through pointers a little more in depth.
==================================
C++ for Particle Physicists by Paul Kunz
http://www.wlap.org/cern/lectures/tech/c/
This series of 13 lectures was presented at CERN in Geneva by Paul Kunz from Stanford University. The lectures are very clear and start with the basics in an attempt to teach C++ to Particle Physicists. Each lecture is about an hour and a half long. You should be able to read and write most C++ code by the time you finish this course.
==================================
Bjarne Stroustrup's Video Lecture on C++0x Standard
http://csclub.uwaterloo.ca/media/C++0x%20-%20An%20Overview.html
Dr. Bjarne Stroustrup is the original designer and implementer of the C++ Programming Language. In this hour-long lecture, he outlines the rules of thumb (guidelines, principles) that are being applied in the design of C++0x. He also presents the state of the standards process and handles numerous questions.
About the Author
Wade Harvey is the author of this article. He has a blog called Ideal Programmer. This blog can be viewed at http://idealprogrammer.com
Tell others about
this page:
Comments? Questions? Email Here