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 ... 27 28 29 30 31 ... 64
Title Δ
Why can't I use inheritance to implement an interface in C++? +2.01
Catching all exceptions and logging information +1.55
Interweave a VT unpack with a meta-sequence +1.58
Auto-generate stream operator for struct/class -0.98
Does a virtual function override a non-virtual function of the same... -0.19
Insert vector for value in map in C++ -1.82
Constructing fractions Interview challenge +0.45
C++: Inheriting from std::map -0.08
C++ : Avoiding copy with the "return" statement +1.35
Use a class as a BaseClass -0.83
Safe multi-thread counter increment +1.42
Why does the linker give me an error in the virtual case but not in... -0.85
return value optimization vs auto_ptr for large vectors +1.68
Does C++ ofstream file writing use a buffer? +0.56
Size of a struct containing 1 Pointer -1.01
Does ampersand of reference data type return the address of the ref... -1.56
std::move between std::string and std::vector<unsigned char> -1.66
Creating many instances of a class will fail when there are threads... -0.59
GCC: comparison is always true due to limited range of data type --... +1.60
problems at a shared-memory based chat application -1.41
Are there convenient tools to automatically check C++ coding conven... -0.20
Extending a singleton class which has private constructor and destr... -1.67
what is a good place to put a const in the following C++ statement -1.52
C++11 constexpr string implementation 0.00
Implicit new and delete operator killing perfomance +1.51
LLVM type cast fails for the types having in total differnt number... 0.00
C++ equivalent of Python getattr +1.03
why shared_ptr can access with ingoring the "protected access... +0.09
effect of goto on C++ compiler optimization -0.66
How to define member array size at runtime -0.30
Calling ostream friend function of base class in c++ -1.23
c++ using templates with a singleton +0.89
Where does a std::vector allocate its memory? +0.72
A different kind of shared ownership +0.02
How can you convert a std::bitset<64> to a double? +0.39
How to enforce coupling polymorphic type and enum value? 0.00
C++ asterisk and bracket operators used together -1.07
Looking for a data structure that's fast to initialize and fast to... -0.48
Which index does iterator pointing to -0.09
Is there difference between two for form in C++? +0.90
C++ won't let me make friends -1.02
Endianness swap without ntohs +0.61
interface vs composition -0.06
Why do C++ libraries and frameworks never use smart pointers? -0.04
how long an executable will run in infinite case(any timing limit) -0.96
Comparing strings excluding punctuation and whitespace +1.95
Where to use using declarations withing translation unit, inside or... +1.56
why does size of the struct need to be a multiple of the largest al... -0.45
c++ array initialization, good practice +1.07
Is RVO allowed when a copy constructor is private and not implement... +0.04