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 ... 13 14 15 16 17 ... 64
Title Δ
Smart way of assigning single member from vector A to vector B -0.65
What is the purpose of method classof in clang? 0.00
Applying const_cast on this-> pointer -0.65
How does the behavior of std::tolower change in different locales? +1.76
Proper organization for a mixture of templated and non-templated fu... 0.00
C++ std::enable_if differentiate between floating point and signed... -0.71
How can I get the innermost template parameter type? -0.11
How would you name this c++ design pattern +1.25
Is there a way to allow for implicit conversions in c++? 0.00
Unexpected stack overflow when creating linked list -0.08
Make a list of private variables changeable through a public functi... -1.72
How do I replace a single character in a string in constant time an... +0.49
This feels like a bit of an anti-pattern, is there a better way (C+... -0.67
How can I distinguish the use of a numerical value and the use of a... 0.00
What's the real memory cost for std::set<MyClass>? +2.37
C++: Immutable method versions +0.41
Why does Rust compiler allow index out of bounds? -0.09
Fastest way to copy one vector into another conditionally +0.98
Is there any downside to overloading functions in rust using a trai... -0.03
How to erase an vector element in this situation? +1.16
Does this rvalue signature pattern make sense? 0.00
Seg fault of STL like skiplist implementation 0.00
Is it possible to use the static type of an object on call site as... 0.00
Why isn't my simple map.find(x) working? -1.51
Undefined behavior causing time travel +2.07
EXC_BAD_ACCESS error for std::string member of a structure -1.26
How to find the first occurrence of any string given a particular g... 0.00
How to avoid "if" chains? +0.52
Clang unknown class name 'exception' 0.00
accessing members of a templated class with variable numbers of tem... -0.12
How can I write a stateful allocator in C++11, given requirements o... -1.14
std::array error: Has no member named 'assign' -0.48
C++ different template methods called on same variable +1.13
How to generate a hashmap for huge chunk of data? +0.38
Quick way to find all static objects 0.00
What's the name of this design pattern? Façade, adapter, bridge, pr... +0.42
Generate attribute members into string automatically from C++ class? -0.02
Is there a variadic template variant with a multi visitation method? -1.85
spsc_queue pop - avoid memcpy? -1.76
Changing data ignoring const qualifier +0.78
For loop over template arguments/types +0.40
Should the Copy-and-Swap Idiom become the Copy-and-Move Idiom in C+... +2.79
How to refactor away redundant getter/setter methods? -1.89
How Iostream file is located in computer by c++ code during execution +0.81
Override non-virtual function for testing purpose +1.09
What special purpose does unique_lock have over using a mutex? -1.11
Pointer reference and dereference -1.63
Confusing unreachable pattern error 0.00
C++ stack memory and CPU cache 0.00
Why allow `propagate_on_container_swap == false` in Allocators, whe... -1.45