MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Herbsutter.com most likely does not offer any malicious content.
Secure connection support
HTTPS
Herbsutter.com provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Herbsutter.com most likely does not offer any adult content.
Audience
-
Time on site
01:21
AVG
-
Gender
Men
99%
Women
N/A
Popular pages
-
Sutter’s Mill – Herb Sutter on software development
Herb Sutter on software development
-
Elements of Modern C++ Style | Sutter’s Mill
“C++11 feels like a new language.” – Bjarne Stroustrup The C++11 standard offers many useful new features. This page focuses specifically and only on those features that make C++11 really feel like a ...
-
GotW #88: A Candidate For the “Most Important const” – Sutter’s Mill
A friend recently asked me whether Example 1 below is legal, and if so what it means. It led to a nice discussion I thought I'd post here. Since it was in close to GotW style already, I thought I'd do...
-
GotW | Sutter’s Mill
Guru of the Week (GotW) is a series of C++ programming problems created and written by Herb Sutter. Starting in May 2013, GotW articles are currently being revised to match the upcoming C++14 ISO Stan...
-
A quick poll about order of evaluation… | Sutter’s Mill
Consider this program fragment: std::vector<int>
-
GotW #100: Compilation Firewalls (Difficulty: 6/10) | Sutter’s Mill
[This is a C++11-updated version of the original GotW #24.] JG Questions 1. What is the Pimpl Idiom, and why is it useful? Guru Questions 2. What is the best way to express the basic Pimpl Idiom in C+...