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 2 3 4 5 ... 89
Title Δ
What's the difference between deallocating memory in c++ style... -0.21
push back an object which has only move constructor to a vector -1.21
Undelete bad designed deleted C++ functions 0.00
Why does ++x++ give compile error? +1.22
Using constructor call as function parameter 0.00
How to pass the address of private data through main() function? 0.00
Assigning values to external variables in c++ outside of namespace -0.45
How to use Const Type Class in OOP C++? +0.02
initialize a pointer to char array +1.35
How to raise the precision of pow in C++ for large numbers (10^19)? +1.11
Modifying Structure's variable Data +1.41
Initialization of dynamic memory c++ -0.37
"does not have a class type" error +0.73
Proper method for using if goto loop +0.89
c++ template class, initialization () vs {} -1.12
Returning two objects with move semantics -0.28
"no matching function for call to ‘async(std::launch, <unre... 0.00
constructor without parameters doesnt work but one with does work 0.00
Why does a condition variable need a lock (and therefore also a mut... +0.27
Exhaustive (brute force) algorithm improvement +0.24
Why auto is deduced to int instead of uint16_t -1.90
A controversial way to read lines from a file into a vector +0.54
what happens to lvalue passed in function as rvalue (c++)? -1.08
undefined-reference Error when defining a function in the *.cpp ins... 0.00
Why is my terminate handler never invoked? +1.22
extern variable and array declare issue c++ +0.43
read binary file into the address of vector element 0.00
Do multiples of Pi to the thousandths have a value that may change... -0.60
Returning temporary, why not a rvalue reference? +0.27
Initialization list c++ with complex parameter +1.25
Can function return object in c++? If yes, how? If no, why? 0.00
Cant find resolution for the error "invalid conversion from ch... 0.00
using bitwise and operator c++ -2.39
Size of class containing object of another class 0.00
Is C++ virtual definition inherited automatically? -0.32
How to choose among similar functions from different namespaces bas... -2.88
Using pointers, overridden method not being called 0.00
What does "local variables at the outermost scope of the funct... +0.66
How to add data dynamically in structure which is a Pointer to an a... +0.22
C++11 vector constructor copy vs range? -0.21
Is it safe to use the Structure dereference(->) operator on the... -1.90
Accessing the values of map from its key using pointer to map -1.19
How to cout a vector of strings? +0.21
What is the difference between std::function and std::mem_fn -2.05
A for-loop without a body in C++ -1.12
std::pair used in std::map 0.00
Why can't I use operator% on initializer_list? 0.00
can't cout string only char by char -0.39
Compile error "No global operator found" for templated ov... +0.83
Function signature returning abstract class +0.20