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 ... 28 29 30 31 32 ... 89
Title Δ
Why aren't pointers to member functions just memory address like da... +1.29
Two local struct, each in separate cpp file - undefined behavior? 0.00
Why is there no std::allocate_unique function in C++14? -1.46
Why the pointer of any function always shows one? 0.00
What is the right way to expose resources owned by a class? +0.35
#ifnotdef : Error " multiple definition of 'member function' &... -0.96
Struct initialisation with function pointer +2.17
Why do you have to define an empty constructor c++ -0.58
What is the benefit of std::unique_ptr including the deleter as par... -0.95
Does std::move invalidate pointers? +1.02
How to call ceil function in c++ from my classes's ceil function -0.22
If statement with function as a condition in Arduino without () wor... 0.00
Using user defined types (structs) with container classes like set +0.25
Command pattern - why incapsulate in an object +0.23
Is it fair to always recommend std::vector over realloc? -0.09
What does "[ this ]" mean in C++ +0.82
C++ - iterator for a vector of iterators not compiling -2.83
/Does/ memmove use an intermediate buffer? +1.55
Do I need a "Default" statement in this scenario? -0.64
Left shift goes heavily wrong with GCC +0.24
assignment operator doesnt work -0.43
Why is the class holding a reference copyable? +1.39
c++ <vector> does not name a type -0.93
vector issue, C++ not sure what i've done wrong +1.25
Does the preprocessor prepare a list of unique constant strings bef... -2.28
Swapping identifiers and subscripts when accessing built-in arrays... -0.77
Initialize vectors in classes -2.73
Inherited operator= not working? +1.54
Using '\n' instead of endl affects output, why? +0.25
Can the thead joinable-join have a race condition? how do you get a... 0.00
How can I make a shared_ptr from an opaque pointer typedef? (or: ho... -1.09
Why does vector::erase() not invalidate a reference to the erased e... +1.08
C++ Double size/ overflow questions 0.00
Pointers and arrays - c++ -0.32
Map creation with string**. I guess I'm on the wrong way -0.02
C++: name lookup in definition of class static variable in initiali... +1.66
Does const reference have external linkage in C++? +0.24
conversion from to non-scalar type requested ( functional ) 0.00
is there any difference between conditional statment and control st... +1.42
‘class shape’ has no member named ‘info’ but adding one doesn't wor... 0.00
Auto delete instances of a collection like std:list or std::vector? +0.91
When is const variable initialized +0.89
Assign a pointer with the address of different data type without ca... -1.17
What is the difference between char and unsigned char? +0.88
Returning an object with a pointer member variable in C++ +0.28
namespace called 'exception' leads to compile problems +1.53
Class Name does not declare type C++ +0.25
Overloading operator + for fractions (using lcm) 0.00
How does C++ list<T> act on inserting elements? +0.26
Move constructors and `std::array` +1.63