StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Mike Seymour

Rating
1722.24 (78th)
Reputation
219,975 (198th)
Page: 1 ... 19 20 21 22 23 ... 89
Title Δ
Setting private member pointer to the same class as NULL? -0.53
Compiler error when constructing a vector of pairs +1.26
fmod telling me fractional part of 1 is 1 -0.74
How is the itk::SmartPointer converted to bool? 0.00
Should I move a callee's return value if I'm going to const... +0.97
C++ const data initialization 0.00
Does return an address ensures non-NULL return value? +0.63
How do I create a soft link programatically in c/c++? +0.24
Shift right zero fill operator >>> in Java: porting to C++ 0.00
C++ cast to void 0.00
Passing temporary objects as argument (C++) +1.72
Is this a correct way to manipulate the elements of a C++ container? -0.77
Is there anything wrong with using an object in its own construction? -2.89
Can const functions call non-const functions on local objects? -0.57
C++11 : Is it possible to give fixed-template-parameted template to... -1.03
Using argv[] in CC compiler for c++ -1.67
Global objects in C++ says duplicate symbols -0.28
C++11: Does an assignment operator prevent a type from being POD, a... +1.33
Access class variable from std::thread +0.19
Conversion of CString to std::string without 'GetString()' 0.00
Conditionally dealing with exceptions during initialization of memb... 0.00
How does the lack of a copy constructor relate to object slicing? +0.70
Lifetime of lambda captures -0.37
Conversion of std::string to c-string mosquitto 0.00
Does rule of three/five apply to inheritance and virtual destructors? -1.98
Why was I able to default construct an object without a default con... 0.00
What the difference between int *p and int* p +0.96
Inheritance in c++, output inside -0.20
unexpected behaviour of using declaration with private inheritance... -0.81
using a constructor inside a MACRO 0.00
Huge std::vector<std::vector> does not release all memory on... 0.00
Does C++11 require this lambda to be declared mutable? -1.36
binary ofstream::read()ing integer: expected endianness issue, but... 0.00
Declare static, constant member in abstract base class, assign it t... 0.00
C++: How a class uses object as parameter +0.59
Passing reference of vector of objects as arguments in C++ +1.17
Can you call friend function as you call member function? +0.79
Friend function and implementation -1.94
Using -> operator on arrays +0.22
placement delete inside or outside destructor -1.10
portability of inline free functions in header file +2.01
C++ reverse string 0.00
Unusual scope resolution operator 0.00
gcc - multiple definition error when defining template (vc++ fine) -0.30
Lifecycle of thrown exceptions in C++ +0.53
Can inline lambda initializer capture 'this' pointer? 0.00
C++: Errors when inserting a struct into a set 0.00
Order in std::set and difference to std::unordered_set 0.00
What is the type of uint8_t multiplied by boolean value? +1.03
When does std::map call the constructor for the mapped type? +0.22