Slashdot Mirror


Bjarne Stroustrup Announces the C++ Core Guidelines

alphabetsoup writes: At CppCon this year, Bjarne Stroustrup announced the C++ Core Guidelines. The guidelines are designed to help programmers write safe-by-default C++ with no run-time overhead. Compilers will statically check the code to ensure no violations. A library is available now, with a static checking tool to follow in October.

Here is the video of the talk, and here are the slides.The guidelines themselves are here.

2 of 262 comments (clear)

  1. Frist! by Anonymous Coward · · Score: -1, Offtopic

    10 print "FIRST"
    20 goto 10

  2. Re:As always with C++, the truth is more nuanced by bluefoxlucid · · Score: -1, Offtopic

    Yet still no modules.