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 ... 48 49 50 51 52 ... 64
Title Δ
Can C++ compilers automatically eliminate duplicate code? +0.37
implementation of string class -0.90
Why do I have to specialize it? +0.51
C++ singleton vs completely static object +1.70
Comparing a variable to a range of values in C++ +0.98
Fastest way to get the number in tail of a string -0.34
is there any way to inline just some selective calls to a function... +0.12
What is the normal convention for naming and using iterators in C++? -1.23
void* or char* for generic buffer representation? -1.04
(C++) Whole class in .h file? +0.23
I need a container that supports efficient random access and O(k) i... -0.58
Returning an argument pointer to an object +1.73
custom allocator using move for vector of thread +0.54
constant references with typedef and templates in c++ +0.75
C++ boost enable_if question +0.26
Help needed with container for a generic item in C++ +0.39
C++ boost variant question 0.00
Unqualified lookup and (maybe-)dependent base classes -0.89
Why use an initialization method instead of a constructor? +0.76
Case of names for template typename +1.93
C++ exception handling and error reporting idioms +1.55
Is there an equivalent for __if_exists in gnu c++? 0.00
Is local static variable per instance or per class? +0.49
Intersection of two STL maps -0.67
How to balance the number of items across multiple columns -0.55
please suggest a good encryption library +0.55
Is it ever impossible to write a header-only library? +0.41
Can we split, manipulate and rejoin a string in c++ in one statement? +0.82
How to dump candidates in function overload resolution? +0.19
Why should the implementation and the declaration of a template cla... -0.89
C++ cannot convert from base A to derived type B via virtual base A +1.08
Should I use an enum or multiple const for non-sequential constants... -0.41
Which sorted STL container to use for fast insert and find with a s... +0.03
On what platforms will this crash, and how can I improve it? -2.15
How to convert an XML node to a C++ Structure? -0.19
How to encapsulate a C API into RAII C++ classes? -0.17
Boost xpressive ! operator not working +0.51
What is a good naming convention for vars, methods, etc in C++? +1.55
Should I return an iterator or a pointer to an element in a STL con... -1.19
C++: Dynamically access class properties -0.82
How can the allowed range of an integer be restricted with compile... -1.22
Consequences of only using stack in C++ +0.37
A C++ based variants chess engine design question +0.48
Named parameter string formatting in C++ 0.00
Hierarchical data in C++ +0.90
Identifying which Algorithm is which and explaining the running times -0.34
In C++, is a const method returning a pointer to a non-const object... -0.88
Ambiguous call to templated function due to ADL -0.77
How could I sensibly overload placement operator new? +0.65
Why would the conversion between derived* to base* fails with priva... -0.19