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 ... 30 31 32 33 34 ... 64
Title Δ
Good hash function to remove duplicates from array +0.85
Using struct as KEY and VALUE for map. find() operation giving error +2.30
How to check whether a class has specified nested class defination... -0.34
What the c++ standard says about loosing throw specifier in default... -0.23
Performance of breaking apart one loop into two loops -0.72
Need help constructing radix tree c++ -0.59
Should you declare enums inside or outside a class? +0.86
How can I be sure a routine is taking advantage of (N)RVO? +2.27
std::string and multiple concatenations +0.75
Performance When Extending Classes, Composition vs Polymorphism -0.04
C++ mutual template dependency? -0.57
Is inline assembly language slower than native C++ code? +0.73
Performance penalty of using functor to provide a function or an op... +0.96
C++ Errors with referenced object - how to debug? -0.31
scope of non-member, non static variables and methods +1.10
What is your strategy to write logs in your software to deal with p... +0.33
How to check correctly for (const) overloaded method +0.81
C++: check if an address is being referred to -1.17
Crash: passing return value to C++ code and performance improvement... -0.12
Does anyone know the difference between endl(cout) and cout <<... +0.98
Does 'a[i] = i;' always result in well defined behaviour? +0.09
What is the difference between C++0x and C++11? +2.19
Checking a member exists, possibly in a base class, C++11 version +1.90
Matrix creation destruction in c++ best practice? -1.77
If malloc's can fail, how come stack variables initialization can't... -0.96
Are measurable performance gains possible from using VC++'s __assume? -0.76
Efficient functional style (C++11 ok) -0.26
c++03: default constructor for build-in types in std::map +0.92
checking if a std::vector is of size zero -0.62
Why would I use dynamic_cast to cast TO a void *? +0.49
Supporting multiple incompatible versions of C++ library -0.13
Wrap Loki::Typelist with C++11 variadic template 0.00
How can I generate metadata output with clang similar to that of gc... +1.32
OS X Lion C++11, Boost and other questions -0.10
do we need to recompile libraries with c++11? +1.47
Does compiler remove conditionals on types in templates +0.27
Pointer to template class as that class parameter +0.37
std::vector-like class optimized to hold a small number of items -0.87
Why is BOOST_FOREACH not exactly equivalent to handcoded one? +0.06
Custom headers higher than standard? -0.02
Google protocol buffers and use of std::string for arbitrary binary... +2.04
How typedef works for function pointers -1.12
Basic C++ Design +0.17
Generalized Mixins +0.83
3 types of Initializations -1.68
Inheritance/interface decisions for physics engine -0.60
For Loop vs While Loop -1.09
class vs helper routines - C++ -0.75
Repeated use of a variadic function argument doesn't work +0.32
diamond shaped multiple inheritance pattern 0.00