Books/websites with programming projects to learn C++?

What are some good books or websites that have a lot of C++ projects to do?
My school uses this book, problem solving with C++ (Walter Savitch), I think its very intuitive and easy to read. It also has many exercises and project you can try on your own. (projects are much harder and challenging than exercises; while exercises is like you write a program is review what you learned from that chapter.) Down side is it has lot of information and reading, so it is not like a 'learn C++ for dummies' type of book. But if you are into learning fundamental basic for C++ then it is definitely a good book.
Thanks. That one has very good reviews.
There is always Herb Sutter's books

http://www.amazon.com/Exceptional-Engineering-Programming-Problems-Solutions/dp/0201615622

http://www.amazon.com/More-Exceptional-Engineering-Programming-Solutions/dp/020170434X/ref=pd_bxgy_b_text_y

http://www.amazon.com/Exceptional-Style-Engineering-Programming-Solutions/dp/0201760428/ref=pd_bxgy_b_text_z

Other then that here is a pretty big list of project ideas that ranges different categories and if that is what you are looking for http://www.dreamincode.net/forums/topic/78802-martyr2s-mega-project-ideas-list/ . Also seems like he has written a book, though I haven't read it and can't lend credit to it's worth.
Topic archived. No new replies allowed.