StackRating

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

Matthieu M.

Rating
1635.79 (773rd)
Reputation
213,195 (208th)
Page: 1 ... 18 19 20 21 22 ... 64
Title Δ
Should I always move on `sink` constructor or setter arguments? +2.06
GCC C++ Exception Handling Implementation +1.82
FastDelegate and lambdas - can't get them to work (Don Clugston's f... +1.16
Using SFINAE to detect a member function -0.06
Use of public destructor when the constructor is private -0.41
Efficient thread synchronization technique for STL map -1.31
C++: Storing resources whose copy operation is unreasonable or impo... -1.18
Why is dynamic_cast evil or not ? Should I use dynamic_cast in this... -0.79
Can virtual functions be inlined -1.81
Do C++ compilers eliminate assignment duplications? +1.07
Are there any nearest neighbor data structures using a user provide... +0.61
Is there a way to use an existing function as a part of a class? If... +1.13
Is modification of dependency, of a dependency mentioned in makefil... -0.33
C++ varargs - Is how I am using them okay or are they bad? Is there... +0.37
What is a portable way to save double values to a file? +1.77
Are there any good uses of macros? +1.16
c++ vector two sided sorting -1.42
Reducing time in the following code -2.66
Atomic exchange of two std::atomic<T*> objects in a lock-free... +1.09
How to create a system to store and load any struct from database? 0.00
sum of non-integer elements in std::vector +1.22
should I synchronize the deque or not -2.48
Move shared_ptr with unrelated pointer 0.00
Can I tell the size of an array created with "new type[n]"... -1.28
How is void *a = &a legal? +0.80
Can std::function be serialized? -0.51
What's the time complexity of std::lower_bound with std::set? +0.10
What's the best way to wrap a C callback with a C++11 interface? -0.95
Definition of a class's private integral constant: in the header or... -1.50
How does static work inside a function? +0.50
Infinite recursion with `enable_if` +0.68
compilation control and code bloat in templates 0.00
shared_ptr.reset() not deleting -2.29
Implicit casting like shared_ptr<T> 0.00
What is early (static) and late (dynamic) binding in C++? +1.68
How to avoid GOTO in C++ +0.66
Automatic c++ constructor creation? -0.02
in which cases do I need to lock a variable from simultaneous access? +0.55
function attribute returns_twice +2.38
GCC: How to generate line number debug information only? -0.10
What does "reference can never be made to refer to another obj... -1.26
When does std::unique_ptr<A> need a special deleter if A has... 0.00
zero initialization and static initialization of local scope static... +0.40
Is it reasonable practice to enforce the immutability of all instan... +1.28
How to make a fast dictionary that contains another dictionary? +0.41
Use String-To-Class Lookup table in C++ to instantiate classes +0.28
Pipeline dataflow using C++11 async features 0.00
Why do generic programming designs prefer free functions over membe... +0.86
exception specification vs exception handling -2.13
std::align and std::aligned_storage for aligned allocation of memor... +0.39