C++ learning cd/ easier tutorial?

Hello cplusplus users. I'd like to start learning c++ programming language. I recently moved into the USA so my English fails and I also lack vocabulary so its hard for me to understand most of the tutorials. Are there any c++ learning disk I could purchase or easier tutorials for me to understand?

Thanks - V0idZ3
I think the best way to learn a programming language is to start with a book.
You can buy one in your preferred language, although reading English books would help you with your vocabulary.
Athar - I actually have a c++ book which I can't understand too well, thats why I prefer a cd/video for examples & teachings.

Null - I can't understand the tutorial on this site as well
I don't see how you can learn a programming language using videos - that just doesn't work.
Like I said, you could still buy a book in a language that you know well.
The http://www.cplusplus.com/doc/tutorial is great for beginners. It was quite enjoyable manually entering all the examples into IDE's like Anjuta, NetBeans, Code::Blocks, and Eclipse. (Code::Blocks is my current favourite.) By reading the lesson and manually entering the examples, you learn not only how well you can type, but you also learn about what typos cause what errors.

I should also mention that you can find many different computer language tutorials in many different languages on youtube.
Last edited on
Topic archived. No new replies allowed.