|
|
|
|
|
by doldge
3211 days ago
|
|
So I'd like to learn more about modern C++ and how to write it, but I'm not really sure where to begin. I've tried a couple of times, but coming from a C background, my code tends towards C styling with only the occasional use of C++ features. Is anyone aware of a good tutorial or reference list for writing good modern C++ (C++11 or newer, I guess)? |
|
My preferred reference for the language and standard library: http://en.cppreference.com/w/
The following is a longer guide on modern C++ style: https://github.com/isocpp/CppCoreGuidelines/blob/master/CppC...