Reddit Reddit reviews Advanced C and C++ Compiling

We found 2 Reddit comments about Advanced C and C++ Compiling. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Science
Advanced C and C++ Compiling
Check price on Amazon

2 Reddit comments about Advanced C and C++ Compiling:

u/cpp_dev · 5 pointsr/cpp

Reading "Modern Effective C++" is more like how to get started with C++ and drop it altogether, especially fist chapters about type deduction will be hard reading for any beginner. Better to start with "A tour of C++". Also for C++ is pretty important to be familiar with compiling and linking, handling template and linker error are a lot harder for C++ than C.

u/chief_toolmaker3 · 3 pointsr/cpp

Two books:

Software Build Systems: Principles and Experience

by Peter Smith PhD et al.

Link: https://amzn.com/0321717287


Advanced C and C++ Compiling

by Milan Stevanovic

Link: https://amzn.com/1430266678