-
Star
(261)
You must be signed in to star a gist -
Fork
(46)
You must be signed in to fork a gist
-
-
Save lefticus/10191322 to your computer and use it in GitHub Desktop.
Thank you :)
Thanks!
Thank you,it was really helpful.
nice..helpful
This is great!
Veeeery helpful.
thank you:)
Great! thank you.
Nice!
Thanks!
Thank you!
Thanks
Should use string_view
instead of const std::string &
The link to Google's standard is broken (my guess is because Google Code is gone). This is the new one: https://google.github.io/styleguide/cppguide.html
Also dead is the sourceforge one, but I have no idea where that is.
I just noticed that people are commenting on this gist. This file has not been maintained in many years. All of this has been moved to the much better organized online C++ Best Practices book.
https://github.com/lefticus/cppbestpractices/blob/master/00-Table_of_Contents.md
I just noticed that people are commenting on this gist. This file has not been maintained in many years. All of this has been moved to the much better organized online C++ Best Practices book.
https://github.com/lefticus/cppbestpractices/blob/master/00-Table_of_Contents.md
Okay thanks.
Very nice and detailed, thank you.