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 ... 58 59 60 61 62 63 64
Title Δ
How can I find the largest item in a linked list recursively given... +0.83
C++ macro and templates +0.62
Insert an element in sorted and rotated list +1.13
Algorithm: Is there a good way of solving a comparison? +0.47
Is there any keyword to redefine "all" methods of templat... -0.82
Can C++'s value_type be extended from iterator_traits to all types? -1.96
Visual Studio 2008 (C++): Why am I getting compiler warnings? -0.36
Rank Tree in C++ -0.29
How to test if template parameter is a pair associative container? +1.30
Best data structure for crossword puzzle search +1.26
Priority queue with dynamic item priorities -0.22
Saving a simple image buffer to png in C++ +0.51
Pointer allocation vs normal declaration -1.02
C++ Inserting a class into a map container -1.27
c++ singleton initialization order -0.78
Algorithm needed for solving building-blocks problem -0.32
C++ STL map I don't want it to sort! -0.14
How does PDF417 barcode decoding recover from damaged labels? +1.83
How to improve Visual C++ compilation times? -0.77
minimizing overlap in random rectangles +0.18
Finding (number of) overlaps in a list of time ranges -1.40
Why does my C++ code fail to delete all nodes in my BST? -1.33
String and character mapping question for the guru's out there +1.00
Forward declaration of nested enum +1.02
What is the difference between using a struct with two fields and a... +0.51
bool function problem - always returns true? -1.08
Is it possible to specialize on some (not all) class template param... -1.02
C++ STL set update is tedious: I can't change an element in place -0.92
Common pattern for library initialization and shutdown? +0.17
How to provide many constructors, but without too many dependencies? -0.54
Working with enum-like data in C++ -0.35
Alternative to Factory Pattern when creating templated objects - C++ +1.07
Debugging a subprocess.Popen call +0.47
Advice for converting a large monolithic singlethreaded application... -0.60
Map from integer ranges to arbitrary single integers +1.10
conversion of multiple ascii characters in a char array to single i... -0.40
What's the point of "typedef sometype sometype"? -1.14
C++ Operator overloading example -0.51
Is there any advantage of using map over unordered_map in case of t... -1.57
Efficient Algorithm for comparing only the lists that have been upd... +1.27
To get reference counting, do I have to clutter my APIs with shared... -0.35
Using Iterators to hide internal container and achieve generic oper... 0.00
Explicitly passing a const object to an constructor which takes con... 0.00
Is there a way to find the cardinality (size) of an enum in C++? +0.24
Select mutex or dummy mutex at runtime +0.38
Private members in pimpl class? -1.19
When are header-only libraries acceptable? +1.42
How do I make this C++ object non-copyable? -0.19
Most compact way to encode a sequence of random variable length bin... +0.73
Why can't we declare a std::vector<AbstractClass>? +0.59