Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
C++
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==C++ Core Guidelines== The C++ Core Guidelines<ref>{{Cite web|url=https://isocpp.github.io/CppCoreGuidelines/|title=C++ Core Guidelines|website=isocpp.github.io|access-date=9 February 2020|archive-date=16 February 2020|archive-url=https://web.archive.org/web/20200216200622/http://isocpp.github.io/CppCoreGuidelines/|url-status=live}}</ref> are an initiative led by Bjarne Stroustrup, the inventor of C++, and Herb Sutter, the convener and chair of the C++ ISO Working Group, to help programmers write 'Modern C++' by using best practices for the language standards C++11 and newer, and to help developers of compilers and static checking tools to create rules for catching bad programming practices. The main aim is to efficiently and consistently write type and resource safe C++. The Core Guidelines were announced<ref>{{Cite web|url=https://isocpp.org/blog/2015/09/bjarne-stroustrup-announces-cpp-core-guidelines|title=Bjarne Stroustrup announces C++ Core Guidelines : Standard C++|website=isocpp.org|access-date=31 March 2020|archive-date=11 May 2020|archive-url=https://web.archive.org/web/20200511035635/https://isocpp.org/blog/2015/09/bjarne-stroustrup-announces-cpp-core-guidelines|url-status=live}}</ref> in the opening keynote at CPPCon 2015. The Guidelines are accompanied by the Guideline Support Library (GSL),<ref>{{Cite web|url=https://github.com/microsoft/GSL|title=microsoft/GSL|date=18 July 2021|via=GitHub|access-date=18 July 2021|archive-date=18 July 2021|archive-url=https://web.archive.org/web/20210718130829/https://github.com/microsoft/GSL|url-status=live}}</ref> a header only library of types and functions to implement the Core Guidelines and static checker tools for enforcing Guideline rules.<ref>{{Cite web|url=https://docs.microsoft.com/en-us/cpp/code-quality/using-the-cpp-core-guidelines-checkers|title=Using the C++ Core Guidelines checkers|website=Microsoft Learn |access-date=31 March 2020|archive-date=13 August 2021|archive-url=https://web.archive.org/web/20210813193329/https://docs.microsoft.com/en-us/cpp/code-quality/using-the-cpp-core-guidelines-checkers?view=msvc-160|url-status=live}}</ref>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)