help me to start programming

hey i know few things about c++ ,but,i want to start with known track and sources , i want projects from the very beginning to the very advanced with sources that really help me to understand and make my level increase with a good rate . sorry for bad english :D
http://www.amazon.com/How-Program-Harvey-Paul-Deitel/dp/0131857576

With this book I learned programming in C++.
It teaches you early about classes and the object oriented programming concepts are very well explained. It has everything from making your first simple "Hello World" program to making your own data structures like stacks, queues, trees etc.
The book even contains chapters on bit programming, sorting and searching, file processing and standard template library.

The book also teaches you to spread your code into multiple files: headers and source files.

Every chapter has coding exercises of all difficulties that help you test your knowledge learned throughout the chapter.
Last edited on
great thanks alot :D
Topic archived. No new replies allowed.