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 ... 29 30 31 32 33 ... 64
Title Δ
new() without delete() is Undefined Behavior or merely Memory Leak? -0.32
Valgrind complains on string.append(string) -0.68
C++ exception safety paranoia: how much is too much? +0.05
Inheriting from classes without virtual destructors +0.44
Copying C++ Map into key and value vectors +0.44
Should one use forward declarations instead of includes wherever po... -0.36
Friend function access the private members of class defined in stat... +0.08
Check if object declared const +1.41
When to use "delete"? -0.82
In C++ when we make a function pure virtual in base class then what... -0.17
stringstream sgetn returns NULL on iOS 5.1 -0.61
Adding Thread Safety to a Simple Logging Function? -1.05
Does it make sense to use move semantics for operator+ and/or opera... +0.36
Is this a compiler bug or a programmer bug? -0.61
Multimap clears +0.38
C++ set search for pair element? -2.12
Is it safe to do a const cast here? -0.38
Overloaded std::ostream operator<< not called, stream gets va... +1.73
(re)implement dynamic_cast -0.15
deleting elements of a vector -1.24
std::list of objects efficiency -0.01
Losing name while serializing object +0.43
Is G++ smart enough to optimize this out? +0.49
nested if vs loop condition -1.27
Performance of In-place permutation with std::move +1.79
STL algorithm to find all tuples with first element within a range -0.58
Conversion operator implemented with static_cast +0.38
Difference betwen Visitor pattern & Double Dispatch -0.50
Preventing Memory Fragmentation in Polymorphic Container +0.98
c++ set<> of class objects. Using own comparer giving JUNK of... +0.35
Why is variable automatically being passed by reference? -2.49
C++ local class as functor -0.89
Python-like storage of static data in C++? -1.37
Does it make sense to use std::uninitialized_fill() with any alloca... -0.03
how to get Heap size of a program -0.65
What happens if I define a 0-size array in C/C++? +0.25
Remove element from std::map based on the time of insertion +0.06
Unused variable error, altought it shouldent -0.31
How to place objects at some other place than heap? -2.28
Passing unique_ptr to functions +1.38
What happens if I call an objects member function from a different... +1.30
array of char assignment does not work -0.97
assigning true/false to std::string: what's going on? -1.92
Which kind of code is considered exception safe? +1.29
Integer class wrapper performance +0.36
std::sort on container of pointers -0.12
Getting Word Frequency From Vector In c++ +0.12
C++ Best practices for constants +0.87
Compute index for leafs in a tree structure +0.38
C++ stl::map find with structs 0.00