|
|
|
|
|
by SamReidHughes
2348 days ago
|
|
If you already know C++03, I'd first take a look at the C++11 Wikipedia page. (It might be less bloated if you go back in the page history, so try going back to 2012.) I don't think guides or resources beyond that are really necessary to grasp what's new and how to make use of it, except for precise reference documentation. |
|
I don't fully trust my actual knowledge of C++03, I always fear to get bitten by all the implicit things happening in the background (like how the compiler will defined the default constructors -- at least I know I might get bitten, so I'll be on the cautious side). For that reason, the book my be preferable in my case...