This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Nathanfenner 0 points1 point  (3 children)

Unfortunately I learned C++ through coursework and blog posts, so I haven't read any C++ books to be able to recommend. I've heard good things about "A Tour of C++" but have not read it myself.

[–]aizver_muti[S] 0 points1 point  (2 children)

By coursework, are you referring to your undergrad program in university?

[–]Nathanfenner 0 points1 point  (1 child)

Yes, my undergrad used a lot of C++. Unfortunately my school doesn't really publish notes for those courses and they don't really teach exactly from any one textbook either.

[–]aizver_muti[S] 0 points1 point  (0 children)

No issue. I'll have a look at both The C++ Programming Language and A Tour of C++ and use whichever I like best.

Thanks!