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 ... 16 17 18 19 20 ... 64
Title Δ
How to reverse template parameters when tag dispatching is used? -0.37
What are the long term consequences of memory leaks? +0.58
Standard containers that reserve on construction? 0.00
How to deallocate memory from a dynamic array ? C++ -2.22
Implementing a pipe within C/C++ program 0.00
Safely use containers in C++ library interface +0.48
Why global or static object can lead to crash when program exit? 0.00
Keep getting "no match for 'operator<<' C++ -1.99
Why do we always check if input fails but not output? -0.12
Efficiency of accessing a value through a pointer vs storing as tem... +1.38
C++ : suitable Data Structure for this given scenario +0.42
Why does gcc complain about my loops? 0.00
How to deal with large projects in C++? +1.17
using virtual function vs dynamic_cast -0.20
c++ recursive template specialisation +0.76
Should std::vectors be used extensively for embedded systems? +0.44
Const variable in C++ function body -0.26
any simple and fast call back mechanism? +1.32
Lazy loaded data in multithreaded environment -1.99
Is it possible to use addr2line with application compiled with rele... -0.09
Why does the compiler allow this? -0.84
Allow users to include class without including headers used for pri... -2.35
C++ set with arbitrary comparator -0.38
Why std::shared_ptr calls destructors from base and derived classes... -1.33
Dynamic compile-time base class -2.15
What would be a better approach for a scalar function in C/C++ for... -1.93
Which structure for bit? -0.65
Self-referential pointer arithmetic +0.15
C++ communication between threads 0.00
peek() Multiple Places Ahead? +1.63
C++ Inheritance of copy, move, swap, assigment and destructor? Whic... -0.64
Overwrite Base Class Member with New Type +0.97
Easiest way to terminate function in C++ -1.28
Why simple destructor does not delete the derived object if declare... -1.59
How to check if a void* is to a pointer on a valid instance of an o... -1.51
Storing multiple-inheritance objects in container +0.12
C++ forward and reverse iteration through container -0.31
Deriving implementation of pure virtual function +0.10
Interfaces and -Wctor-dtor-privacy -0.53
Is it dangerous to use placement new on an old object without expli... -1.41
How Does This Recursive Function Operate in C++? -0.95
Different results between gcc and clang when compiling a rather sim... 0.00
Error with return value -1.57
"natural_alignment_of" type_trait? 0.00
switch quantity not an integer -0.85
In function call, why doesn't nullptr match a pointer to a template... +0.92
Performance wise how fast Are Bitwise operator vs. normal modulus +0.21
A very weak reference (cannot be turned into shared) +1.69
C++, which parameter style is better, by copy or by const reference? -1.01
c++11 : generic type push via a std::function<T(const U&)> 0.00