Article 6FZPZ Bjarne Stroustrup’s Plan for Bringing Safety to C++ (The New Stack)

Bjarne Stroustrup’s Plan for Bringing Safety to C++ (The New Stack)

by
corbet
from LWN.net on (#6FZPZ)
The New Stack coversa conference talk by Bjarne Stroustrup on turning C++ into a saferlanguage.

Stroustrup has arrived at his solution: profiles. (That is, a setof rules which, when followed, achieve specific safety guarantees.)They'd be defined by the ISO C++ standard, addressing common safetyissues like pointers and array ranges. In response to a laterquestion from the audience about the difficulty of adding newtooling, Stroustrup pointed out that the C++ compiler itself is nowa pretty sophisticated static analyzer, and could also be taskedwith meeting the profile's requirements.
External Content
Source RSS or Atom Feed
Feed Location http://lwn.net/headlines/rss
Feed Title LWN.net
Feed Link https://lwn.net/
Reply 0 comments