StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Howard Hinnant

Rating
1687.15 (213th)
Reputation
151,821 (373rd)
Page: 1 ... 11 12 13 14 15 ... 28
Title Δ
May I modify the value of an exception inside a std::exception_ptr? 0.00
Is it safe to use an exception outside the catch statement if it is... 0.00
storing mutexes in a vector/deque c++ +1.05
Why don't unordered associative containers implement the less t... 0.00
Changes made by threads in C++ 0.00
Changing boost::scoped_ptr to std::unique_ptr 0.00
std::forward with pass-by-value argument +1.50
How should I deal with mutexes in movable types in C++? +0.62
Why don't throw() and noexcept have any overhead? 0.00
When is std::chrono epoch? 0.00
What is the exception specification for a defaulted move operation... +0.24
Assignment operator in struct after adding mutex in C++ +0.24
Cross-platform C++: convert to/from UTC/local time WITH historical... 0.00
Date/Time format conversion to 4-byte long -0.02
Writing a Timer class in c++ +0.26
std::unordered_map lock the bucket count +0.92
Get the name of a time type in chrono +0.76
C++11 headers missing on Mac OS X 10.8.2 (MountainLion) 0.00
std::chrono::duration integer difficulties 0.00
How does std::forward receive the correct argument? +1.11
about the type of raw pointer inside unique_ptr +0.24
How do I parse and convert DateTime to the RFC 3339 with с++ 0.00
Why is std::is_base_of<T, T> true when T is a class type, but... +1.50
Why can we use `std::move` on a `const` object? -2.81
SceneManager() =default; is a deleted function 0.00
Why use showpoint when you can use setprecision fixed? -0.43
Is There an Upper Bound in my locale for Time Related Information? +0.73
How do I generate random numbers with a mean in C++? +0.35
Custom pointer types and container/allocator typedefs 0.00
C++11 vs C++98 conversion operator behavior changes? 0.00
std::unique_ptr and reset() or a Reset method for your class? +0.80
what are the use cases for std::unique_lock::release? -0.84
How can I force compiler to use default constructor when adding ele... -0.82
Allocator Aware Container and propagate_on_container_swap +1.35
Why does libc++'s implementation of shared_ptr use full memory... 0.00
std::vector::erase exception safety -1.14
Why are there two overloads for vector::push_back? 0.00
Correct way to write move constructor with unique_ptr member (crash) 0.00
How do I specify a custom hash function explicitly for unordered_se... +1.42
Checking for sole ownership of shared_ptr +1.44
Performance differances between std::count and std::find +0.24
How to give the user some assigned time to answer? +0.25
unique_ptr return and copy operator 0.00
C++ unordered-map good number of buckets 0.00
move constructor for std::runtime_error 0.00
What is the best way to form custom std::chrono::durations and std:... 0.00
How does std::map provide a constant size() operation? 0.00
How to make a multiple-read/single-write lock from more basic synch... +0.65
why does std::for_each iterator need a copy constructable iterator 0.00
What's the difference between "= default" destructor... 0.00