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 ... 35 36 37 38 39 ... 64
Title Δ
Thread safe container -0.92
Xcode 4.1: Apple LLVM 2.1 behaves different from LLVM GCC 4.2 and G... 0.00
Is the following undefined behaviour? +0.58
How to implement "Variadic Template" with pre-c++0x(VS200... +1.87
If pointers can dynamically change the size of arrays at run time,... -0.20
Allow C++ class to access some "internal" member of other... -1.26
Is there a reason to use `remove` outside of the erase-remove idiom? +0.36
How does a compiler decide whether it's worth making my functions i... +1.32
What are the pros and cons of specifying an include prefix in the s... +1.16
Moving temporary objects into a vector -1.87
What are some good approaches to predicting the completion time of... -1.42
C++ namespace.... anonymous namespace is legal? -1.60
Strange behaviour for loop C++ -0.57
C++ RAII to manage change and reversion of object state +0.12
How to use policy-templates if the types of two templates are linked? +1.49
How to get all keys from a given 3D map value? +1.07
When to use shared_ptr and when to use raw pointers? +0.14
What are the differences between typedef and using? +0.26
How to reduce the crash of the C++ program +0.81
Difference between static method and non static function in memory -0.49
What is dynamic type of object -1.21
Is the order of iterating through std::map known (and guaranteed by... +0.41
Combining the 'using' directive with partial overloading: gcc featu... 0.00
What does "potential divide by zero" mean in Visual C++ C... -0.94
set + nth element : fast implementation +0.81
How to get the tail of a std::string? +0.89
Is it worth to insert `const`-correctness -1.77
Resolving of vptr +0.71
Why use non-member begin and end functions in C++11? +1.36
Complexity of stl deque::insert() -0.35
Thread-safe initialisation of local statics: MSVC -0.06
How to work with null pointers in a std::vector -0.85
How does the compiler benefit from C++'s new final keyword? -0.39
Implementing mbsnrtowcs in terms of mbsrtowcs +2.44
Why do std::function instances have a default constructor? +0.80
Is it possible in c++ to forbid calling a certain function at compi... -0.64
Confusion about data alignment -0.26
Automatic destruction of static object +1.89
Address of Null pointer? -0.46
Why do parameters passed by reference in C++ not require a derefere... -0.20
How deep do compilers inline functions? +0.58
What should a parser for a programming language do? +0.42
Is stl vector concurrent read thread-safe? -1.53
Which data structure to use for huge but constant dictionary in C++ +1.05
C++ Friendship and inheritance +1.93
How does scoped_lock avoid emitting an "unused variable"... +0.66
Is there a way to tell openmp that shared data is constant? -0.46
Double dispatching fails for an InputMap in C++ - codes reduced to... +2.41
Why is this conversion happening? -0.07
C++ class design question +1.02