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 ... 44 45 46 47 48 ... 89
Title Δ
std::move() as performance bottleneck? 0.00
How can I avoid a virtual call when I know the type? +0.29
Declaring several new counters in a for loop -0.51
std::pair<_Ty1,_Ty2>::pair<_Ty1,_Ty2>& Cannot conve... 0.00
Why to include <string> if not used directly from code? -0.65
How is an array aligned in C++ compared to a type contained? 2 0.00
why private destructor getting called when obj is created statically -1.59
How to initialize an union object in the mem_initilizer_list of a c... -2.75
Why aren't C++ types const by default? +0.03
C++ declare an array based on a non-constant variable? +0.27
Memory Leaks, Overloading the Assignment Operator, New, Delete, and... +0.27
When is the constructor called by 'new' operator in C++ +1.59
If an inner class has a function with the same name as an outer cla... -0.53
What does comma operator mean in a switch statement? +0.38
When my base class and derived have the same function, does it HAVE... +0.26
typecasting objects in C++ (please explain the output) +0.28
How to override c++ class like vector 0.00
Overriding the default constructor/destructor without implementing... -1.88
It won't print full address +1.64
C++: Error "declaration expected" +0.73
Unexpected amount of symbols in watch after creating byte array dyn... -0.06
Stack smashing not fires. Why? +1.33
Fundamental reasons for not allowing multi-arguments operator[] in... -0.19
header include in main.cpp works, but throws error in class 0.00
What happens if I don't catch a throw? -1.72
Using constructor initialiser list to initialise elements of the ba... +0.45
What algorithm used in c++ stl map.find()? 0.00
How could this bool method compile without errors? +1.43
Is rdtsc timer inaccurate in linux? +1.63
Weird compiler error: Cannot convert parameter from 'int' to 'int &... +1.18
C++ allows redefinition of global (const) variable? -0.67
Calling a Member Function Pointer in Static Function 0.00
Passing a const char* to foo(char*) -0.18
Will it be odd to #define inside a c++ function? +1.62
How do I run a function from a class file in C++? +0.78
What does Ampersand do after a variable? +0.78
What is a callable object in C++? +0.43
Defining Array Size in C++ -0.96
c++ Receiving "-1.#IND" from output? +1.16
C++ error: request for member .. in .., which is of non-class type... +0.28
Singleton with private destructor using std::unique_ptr -1.56
How does GCC know what line an error is on when the compiler takes... -2.59
Character in Switch-Statement C++ +0.02
Gcc/clang: error: unknown class name 'Exception'; did you mean 'std... -1.77
How would I find 100! accurately? [Programming challenge] -0.48
Is there a way to call member function without .* or ->* operator +0.39
Type safe enum bit flags -0.67
Pairwise Distance Calculation in c++ +0.22
Add singleton feature to Pimpl class 0.00
C++ Vector trying to create histogram -0.21