PDA

View Full Version : C++ best tutorial / training



vermarajeev
13th December 2007, 08:58
Hello all,
Can someone please direct me to the best C++ tutorial/ training material ( or powerpoint slides presentation) etc.

The following are the criteria:
1. The tutorial should be covered in max 3 days.
2. The tutorial should be for both newbie and advanced programmer.
3. The tutorial should be effective.

It should be that once I complete the training, I should have a thorough understaning about OOP?

Thanks in advance.

marcel
13th December 2007, 10:32
Hey man, I thought you know OOP....

Anyway, the purpose of any Qt tutorial is to teach you about the Qt framework, not to present general c++/oop issues. But I guess you can start with Blanchette's book about Qt4.

vermarajeev
13th December 2007, 12:03
Hey man, I thought you know OOP....
.
Ok, first let me tell you that I have been working on C++ for a quite long time. It is not that I have to learn it. I just wanted to know, the best C++ training material available, as I have to conduct a training on C++ for newbie. I hope you are clear now.

By the way, the training is just related to C++ and not Qt.

Can you please direct me to some good C++ ppt?

Thanks in advance.

high_flyer
13th December 2007, 13:13
This (http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html)is one of the best free online available resources that I know of.