Video tutorial Plzz help

Hello guys,
I am new to this forum and also to the programming world. I am learning C++ for 15 days. I was referred a book C++ Primer Plus by Stephen Prata. I am studying it and at the same time I would like to download some video tutorial for a change. Plz refer me some good tutorials. By the way I am using DevC++ for practice.
Thanks in advance.
Last edited on
There are great tutorials all over this site that are very informative and useful. I would recommend getting visual studio express from microsofts website rather than using devc++. Although I will say that devc++ was the first IDE I ever used myself.
Is there any problem with dev C++? It seemed to me pretty easy to use. and also I thought first I will learn C++ with Dev C++ and then Visual Studio. Is it a stupid thing to do? Plz let me know.
No there's nothing wrong with starting with dev C++
Yes there is.

Dev-C++ comes bundled with an ancient compiler, and starting with it will teach you outdated and non-standard practices that won't work on modern systems.

A better alternative would be wxDev-C++
Topic archived. No new replies allowed.