Advance C++

Jan 1, 2013 at 11:51pm
I am currently a college student and at my college I took three semesters of C++ Programming and had used Starting Out with C++: Early Objects (7th Edition) by Tony Gaddis and Data Structures and Other Objects Using C++ (4th Edition) by Michael Main, and it seem that my school stop there with C++, however I am interested to go more in depth with C++ and wondering if there are any books that teach C++ beyond the basic taught in those two books.
Jan 2, 2013 at 6:03am
I recommend starting Meyers' Effective C++. After that, read Sutter's Exceptional C++. Both books are good.

While we're on the topic of books and you're a student, I highly recommend reading Code Complete as well. This book will teach you more about software development in general (rather than just pure C++), but there are many valuable ideas you will no doubt find useful in your career in the future. Good luck.
Jan 2, 2013 at 5:16pm
Thank you Vince, I will check those books out.
Jan 2, 2013 at 5:42pm
closed account (o3hC5Di1)
I can also recommend "Professional C++", which offers a great introduction to the new C++11 functionalities.

All the best,
NwN
Jan 2, 2013 at 8:02pm
Thank you NwN.
Jan 3, 2013 at 9:21am
You can go with c++ guide by Bjarne_Stroustrup
Jan 3, 2013 at 11:21am
Nice Discussion about Advance C++
Topic archived. No new replies allowed.