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 ... 38 39 40 41 42 ... 64
Title Δ
Is it sane to use the Factory Pattern to instantiate all widgets? -0.04
Specialization of templated member function in templated class -2.12
Fast memory access in C++? +1.51
Partial Specialization of tuple contents with variadic arguments +1.75
C++ Conversion operator for converting to function pointer -1.23
Speed difference between If-Else and Ternary operator in C...? -0.68
Function returning reference, what to return on failure? +1.12
How to deal with last comma, when making comma separated string? +1.05
Why is there no ||= operator in C/C++? -1.52
When should I use C++ pointers over Smart Pointers? +0.39
LLVM and the future of optimization -0.04
Interesting issue when attempting to reset pointer -1.33
Two separate "if"'s, same condition -- is it OK? +0.29
C++: optimizing function with no side effects -1.43
Handle C++ functions with clang API to insert code -1.47
Dependent scope and nested templates -0.74
C++ Best container for really simple LRU cache 0.00
parse plain python list of double +0.72
Container Adapters do not support iterators -1.62
why the size of derived class increased, even though the base class... +0.34
operator<<(ostream&, X) for class X nested in a class tem... +1.77
When do we need a private constructor in C++ +0.34
multithreaded linked list in C++ -0.65
Derive & Destroy Encapsulation, or Violate DRY? +0.35
Can we declare a function with the same signature but different ret... -1.16
Compile time comparison of template parameter -0.39
Getting Clang to work on windows +0.18
c++ template functions with variable arguments 0.00
How compilers are handling null pointers -0.65
How can I reliably get the address of an object? +1.05
What does the tilde (~) in macros mean? +2.11
C++ templates template (double template?) +0.06
Should I use virtual 'Initialize()' functions to initialize an obje... -0.51
Pimpl idiom and internal object collaboration without friend declar... -1.21
a question about vector in c++ +0.48
Is this a valid workaround to the constructor issue with mixins? +0.42
End iterator invalidation rules +1.13
Template Specialization over derived class 0.00
Parallel distinct word count in Go +0.54
Decent way to disallow virtual functions due to placement new usage +1.31
How can I have g++ mimic MSVC++'s template instantiation behavior? -1.05
G++ flags to disable "temporary to non-const reference" e... -1.27
C++, Implementing a custom iterator for binary trees (long) +0.43
Enforcing different C++ template arguments -1.19
Overloading operator delete in a base class 0.00
C++ double dispatch "extensible" without RTTI -0.94
How to dump nested maps in C++ for debugging purposes? -1.10
How expensive is it to copy a map? -0.42
Can storing unrelated data in the least-significant-bit of a pointe... -0.83
Does const-correctness give the compiler more room for optimization? -0.07