A basic detailed tutorial on getting started with c++! Link for dev c++: http://www.bloodshed.net/dev/devcpp.html
(Use the first link) Perfect for any beginner programmer!
Topics:
-Starting a Project
-Includes
-The main() Function
-cout Function
-Ending your program