Skip to content

Instantly share code, notes, and snippets.

@lefticus
Last active August 26, 2024 10:03
Show Gist options
  • Save lefticus/10191322 to your computer and use it in GitHub Desktop.
Save lefticus/10191322 to your computer and use it in GitHub Desktop.
C++ Coding Standards
@NickPryorMe
Copy link

Very nice and detailed, thank you.

@slonorib
Copy link

Thank you :)

@tomkowz
Copy link

tomkowz commented Aug 2, 2018

Thanks!

@mojtaba-maleki
Copy link

Thank you,it was really helpful.

@vijaykumarkaripaka
Copy link

vijaykumarkaripaka commented Sep 19, 2018

nice..helpful

@Voxed
Copy link

Voxed commented Oct 4, 2018

This is great!

@shibly006
Copy link

Veeeery helpful.

@Bloofer
Copy link

Bloofer commented Dec 24, 2018

thank you:)

@alphaJohnny
Copy link

Great! thank you.

@FelixWeichselgartner
Copy link

Nice!

@Pendulun
Copy link

Thanks!

@PiggiesGoSqueal
Copy link

Thank you!

@SepidehAbadpour
Copy link

Thanks

@oxycoder
Copy link

oxycoder commented Jul 5, 2019

Should use string_view instead of const std::string &

@HernanRivasAcosta
Copy link

HernanRivasAcosta commented Jul 19, 2019

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.

@lefticus
Copy link
Author

lefticus commented Aug 6, 2019

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

@PiggiesGoSqueal
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment