Stroustrup, father of C ++, launched "C ++ Core Principles"
The C ++ Conference of 2015 was held in Bellevue, Washington, USA on September 20-25. Bjarne Stroustrup, father of C ++, announcedC ++ Core PrinciplesC ++ Core Guidelines ).This guideline aims to help programmers use modern C ++ "Modern C ++" to refer to C ++ 11, C ++ 14, and C ++ 17 in the future more efficiently ), gitHub repository for this project is provided in the English document:
Following these principles will make your code static type secure and free from resource leaks, and discover common program logic errors in your code. It will run faster-let you do the right thing
This criterion is currently in version 0.6 and is being improved. Bjarne Stroustrup and Herb Stutter are major authors and contributors from other aspects, such as CERN and Microsoft. More contributors are welcome to join the project.
In addition to the "C ++ core principles ". Stroustrup also announced two similar projects, the Guideline Support Library and a check tool. On the blog of Standard C ++ Foundation, we have a detailed introduction to these three projects.
Source: Open Source Chinese Source: http://opensource.com/life/15/9/weekly-news-september-26