Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
C++
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
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>
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
C++
(section)
Add topic