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 ... 45 46 47 48 49 ... 64
Title Δ
template functions with shared private data +1.12
What is the preferred way to implement a factory method in C++? -0.47
How can I initialize a std::vector with a size parameter and have e... +0.91
Are parentheses around the result significant in a return statement? -0.24
Is there an established pointer value for a released pointee? -0.41
Is it okay to use the this pointer? +0.27
Ways to detect whether a C++ virtual function has been redefined in... -1.17
C++ Move semantics and Exceptions -0.95
Propagate constness to data pointed by member variables -1.69
How to find if 3 numbers in a set of size N exactly sum up to M +1.10
Static member functions -2.15
How to build C interpreter using C++ or some other PL -1.19
Why is #define bad and what is the proper substitute? +0.53
Which string classes to use in C++? +1.40
Gc using type information -0.48
Is this code well-defined? -1.26
C++ : Implementing copy constructor and copy assignment operator -1.38
c++ How to save the use of a temporary variable -0.41
Ordered and unordered STL containers +0.12
Stack data structure in python -0.68
How do games like GTA IV not fragment the heap? +0.27
Parsing large amounts of text +0.07
Keeping part of public nested class visible only to the nesting class -0.39
prolonging the lifetime of temporaries +1.01
How to implement decorators in C and C++ +0.56
C++ name mangling by hand +1.16
C++ (semi) Reflection for file save/load? (Hack?) -1.05
static_cast vs dynamic_cast -0.22
Will the following cause problems with memory? -0.50
Creating serializeable unique compile-time identifiers for arbitrar... -0.12
examples of practical usage of boost::mpl? +1.58
Which one will execute faster, if (flag==0) or if (0==flag)? +1.17
Suppressing warning: comparison is always false due to limited scop... -0.62
Data structure to build and lookup set of integer ranges +0.77
C++: Can a macro expand "abc" into 'a', 'b', 'c'? +0.66
When should this-> be used? -1.21
Is this way of creating static instance thread safe? +0.45
Dos and Don'ts of Conditional Compile +1.53
Template type check C++ +0.29
STL + Ordered set + without duplicates -0.83
Determining how difficult a word is to type on a QWERTY keyboard -0.08
Init a shared_ptr of reference ( std::tr1::shared_ptr<class&... -0.07
sharing a data member with the outside world in a thread-safe manner +1.01
How serialize a boost::function to send it in a message_queue +0.50
Count keywords in a file -0.40
Is it possible to partially deallocate memory? -1.58
C++ memory alignment question -2.22
Partial Specialization of Operator() +0.64
safe_ptr implementation +1.56
What's the best strategy for typedef'ing shared pointers? +0.46