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 ... 6 7 8 9 10 ... 89
Title Δ
Using std::function in std::map 0.00
Possibilty to pass dynamic value to template +2.29
C++ copying char to a char array (Debug assertion failed) says stri... -0.79
What are common implementations for containers with polymorphic data? +0.50
Does std::basic_string formally have an implicitly generated move c... 0.00
Why can't non-POD objects be copied with memcpy? +0.18
C++ lambda capture - which get's captured? 0.00
std::array aggregate initialization requires a confusing amount of... -1.42
const T& reference initialized to a temporary +0.24
Handling Try-catch block in a constructor C++ 0.00
Semaphores not working on threads 0.00
class copy-constructor and pointer-to-member functions +0.97
How to use recursion in std::list? +1.07
Strange behavior of strlen(), giving different output when used at... 0.00
Is the final default argument of std::vector<bool>::resize st... +1.23
Why is ifstream failing when reading mixed data? 0.00
How can I std::getline() a string? 0.00
Actually what return type has a new? +1.36
Is it possible to implement an interface through inheritance? +0.24
Is there something like a "default comparator"? +2.35
Conversion Constructor in C++ -2.94
"virtual A* someMethod" vs "virtual class A* someMet... +0.99
Overloaded > operator returns true when it should be returning f... -0.97
returning a reference to an array vs a pointer to an array 0.00
In Xcode, when I include <iostream>, it seems that stdlib.h i... -2.04
Difference in size between std::vector and std::deque +0.31
Difference between static variable of C and of C++? 0.00
C++ Method thread +1.56
Difference between overriding and overloading of a function in C++ -1.32
difference between classes and structure +0.52
How to forward unique_ptr with tuple? 0.00
Function pointer declaration works in C but not in C++ -0.05
Copy constructor for pointers to object +1.27
C++ erroring creating n pthreads- +0.74
best c++11 way to store a vector of pointers +0.56
unique_ptr, custom deleter, and Rule of Zero 0.00
what will happen on memcpy of structures with C++ string +0.23
Converting std::string ** to char *** and it happens to work. How? +0.39
Is There a Pointer Version of ref that Supports Rvalues? 0.00
Call wrapper inside shared_ptr<> instance on its member funct... 0.00
I'm trying to get a random element in an array, why wont my sim... +0.24
Allocate more memory for dynamically allocated array -0.62
Getting : " STATUS_ACCESS_VIOLATION" when attempting to c... +0.23
Can't I return a list initialization directly in C++? -2.65
std::bad_function_call of self-calling recursive lambda but no hints 0.00
Using boost multi-threading to run a function in the background -0.31
Difference in iterating over value type for std::map vs std::unorde... +2.25
can an std::promise be made from a non-POD object? -1.88
What is a possible way to store data from a stringstream into an un... 0.00
When I try to add a new node to the list, I get error message "... -0.74