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 ... 8 9 10 11 12 ... 89
Title Δ
Can one declare but not define local variable in C/C++? +0.29
Using std::less with nullptr -2.17
Mandelbrot draw method 0.00
What is void (*)() type and how to cast to such a type +0.61
std::string and const char * +0.67
Something looks wrong in this implementation of stack but it works... -0.80
Use of Run-Time polymorphism in C++ 0.00
Initialize child class with base class object C++? +0.79
Why there is no linker error while defining classes with the same n... 0.00
How are doubles represented when written to text files? -0.39
Why copy ctor is called instead of move ctor when variable of type... 0.00
Calling a function from a static class +0.54
Why can't I overload this constructor? 0.00
Declaring a nested class outside of the class it's within? 0.00
recursive deletion of linked list c++ -0.56
Pure virtual functions and multiple inheritance -2.97
some friend functions don't follow the rule 0.00
Error: missing type specifier 0.00
C++ SQLite cannot convert `std::basic_string<char, std::char_tra... 0.00
Why Doesn't reinterpret_cast Force copy_n for Casts between Sam... +1.16
Can anyone provide a detailed explanation about the rgbx8888 format? 0.00
Implement Interface with Anonymous Class in C++ +0.23
Vector overwriting object pointers 0.00
Size method with imposed prototype c++ 0.00
C++: Returning abstract type as an interface -0.29
why local variable doesn't hide the global variable in array de... 0.00
doubts in this program about classes- constructors and destructors -1.35
Array of Structures (AoS) vs Structure of Arrays (SoA) on random re... -3.19
invalid use of member (did you forget the «&» ?) 0.00
Why (c++) casting from long long unsigned int to long double and ba... 0.00
In C++ float value being truncated from double +0.21
Can default constructor that does nothing affect performance? 0.00
Print any c++11 array with a non-member ostream-overloaded function +1.22
Transitioning from C `goto` error handling paradigm to C++ exceptio... +1.28
how eof function work on cpp? -2.89
How to initialize a object in the constructor in C++ -0.61
C++ reference and enum? 0.00
Are the global variables extern by default or it is equivalent to d... -2.88
Why is void pointer different from reference value? +0.91
Destroying server instance : ASIO C++ -0.29
convert bitfield to string C++ -0.86
Are the following inlined functions guaranteed to have the same imp... +0.69
Managing multiple objects with shared_ptr : C++ +1.42
Enum mapping robust to refactoring +1.10
"error C2065: undeclared identifier" Enum inclusion from... -0.28
Name Hiding in C++ vs Java +1.04
Pound sign in #define function parameters 0.00
Warning C4244: 'argument' : conversion from 'double'... +0.22
Bits shifted by bit shifting operators(<<, >>) in C, C++ +0.67
Is a reference returned from a temporary variable valid? +2.03