this post was submitted on 15 Jun 2023
6 points (100.0% liked)

C++

321 readers
1 users here now

A place for C++ programmers discuss articles and news about programming in C++ and the language itself

founded 1 year ago
MODERATORS
6
C++ Core Guidelines (isocpp.github.io)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

From the submission:

“Within C++ is a smaller, simpler, safer language struggling to get out.” – Bjarne Stroustrup

The C++ Core Guidelines are a collaborative effort led by Bjarne Stroustrup, much like the C++ language itself. They are the result of many person-years of discussion and design across a number of organizations. Their design encourages general applicability and broad adoption but they can be freely copied and modified to meet your organization’s needs.

The aim of the guidelines is to help people to use modern C++ effectively. By “modern C++” we mean C++11 and C++14 (and soon C++17). In other words, what would you like your code to look like in 5 years’ time, given that you can start now? In 10 years’ time?

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 3 months ago

Is he talking about Rust?