Yahoo India Web Search

Search results

  1. Oct 9, 2023 · Herb Sutter on software development. Coda: From reflection to metaclass functions and P0707. The reason I picked reflection and generation to be the first “major” feature from Cpp2 that I brought to the committee in 2017, together with a major application use case, in the form of my “metaclasses” paper P0707, is because it was the biggest source of simplification in Cpp2, but it was also the riskiest part of Cpp2 — it was the most “different from what we do in C++” so I was not ...

  2. en.m.wikipedia.org › wiki › Herb_SutterHerb Sutter - Wikipedia

    Sutter was born and raised in Oakville, Ontario, and studied computer science at Canada's University of Waterloo. [third-party source needed]From 1995 to 2001 he was chief technology officer at PeerDirect where he designed the PeerDirect database replication engine.

  3. Chair of ISO C++ committee, designer of various C++ features, and software architect at Microsoft. - hsutter

  4. Herb Sutter is a leading authority on software development. He is the best selling author of several books including Exceptional C++ and C++ Coding Standards, as well as hundreds of technical papers and articles, including the essay “The Free Lunch Is Over” which coined the term “concurrency revolution” and its recent sequel “Welcome to the Jungle” on the end of Moore’s Law and the turn to mainstream heterogeneous supercomputing from the cloud to ‘smartphones.’. Herb has ...

  5. Apr 7, 2024 · As an industry generally, we must make a major improvement in programming language memory safety — and we will. In C++ specifically, we should first target the four key safety categories that are our perennial empirical attack points (type, bounds, initialization, and lifetime safety), and drive vulnerabilities in these four areas down to the noise for new/updated C++ code — and we can.

  6. Herb Sutter is an influential authority on software development using C++ and concurrency. He is the best selling author of Exceptional C++ and three other books, along with hundreds of technical papers and articles including the widely-cited essay "The Free Lunch Is Over" which described the software sea change now in progress to exploit increasingly parallel hardware. He is chair of the ISO C++ standards committee and chief native languages architect at Microsoft.

  7. Herb is the author of the bestselling and highly-acclaimed Exceptional C++ books, coauthor of the landmark C++ Coding Standards, and author of hundreds of articles in print and online media.Besides these, he has contributed to other books and articles. Books

  8. Feb 13, 2023 · C++23 “Pandemic Edition” is complete -- Herb Sutter. By Blog Staff | Feb 13, 2023 03:30 PM | Tags: None C++23 is done!

  9. Exceptional C++ by Herb Sutter is the second book in Bjarne Stroustrup's C++ In Depth series, and includes a foreword by Scott Meyers.. Contents: Exceptional C++ contains 47 Items organized into eight major sections: Generic programming and the C++ standard library. Exception safety issues and techniques. Class design and inheritance. Compiler firewalls and the Pimpl Idiom.

  10. CppCon 2015: "Writing good C++14...by default" particularly from 29:00 onward shows the Lifetime analysis with live demos in a Visual Studio prototype.; CppCon 2018: "Thoughts on a more powerful and simpler C++ (#5 of N): . The section starting at 18:00 is an update on the Lifetime status with live demos in a Clang prototype.; The final part starting at 1:28:00 shows the Lifetime and Metaclasses proposals working hand-in-hand. This is one of the few places before cppfront where the same ...