Improving C++
C++ guru Herb Sutter writes about how we can improve the programming language for better security. The immediate problem “is” that it’s Too Easy By DefaultTM to write security and safety vulnerabilities in C++ that would have been caught by stricter enforcement of known rules for type, bounds …