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 ... 72 73 74 75 76 ... 89
Title Δ
How to interpret this statement "A pointer in a function shoul... -1.35
How can I calculate the factorial of a double in c++ +0.28
template specialization c++ builder -0.77
Why am I not getting a segmentation fault with this code? (Bus error) -0.23
Why is the constructor called twice in C++? -1.30
pg:224 Stroustrup - C++ Programming Language, 3E -0.47
Subscript Operator Overloading Error -0.69
Structures vs objects C++ +0.29
Proper way to copy C-strings -0.30
Knowing initial user input after getline cstring assignment +1.71
Good practice to design a ABC(Abstract Base Class) in C++ +0.17
boost::asio file sending +0.08
Is there a standard 'int class' in c++? +1.26
Why Can you return a function by reference for a local variable and... +0.85
Application of Callback Function +1.34
C++ Errors with referenced object - how to debug? +1.24
2Dimensional Array Pointer manipulation in C++ +0.93
In implementation inheritance are data members from multiple layers... 0.00
Using an STL algorithm on vector of pointers of an object (C++) -0.63
std::getline(std::cin, custom_class); type mismatch -2.01
Overloading by return type -0.53
What is the difference between C++0x and C++11? -2.42
Get the address of an object that has overloaded operator& +0.95
Which pointer assignment is better (C++) +1.00
Relaxing rules for execution order +0.55
Have I implemented a pure virtual function wrong? +0.29
G++ 4.6 -std=gnu++0x: Static Local Variable Constructor Call Timing... +0.28
Threads and string literals +1.10
Copy a string to char array -1.27
Static functions vs virtual functoins [speed] +1.32
standard containers as local variables in multi-threaded application +0.61
static non-member variable, will it be the same variable to all thr... +1.34
Quickest Queue Container (C++) +1.16
virtual assignment +1.34
Dynamically allocate a stdlib stack? +1.51
Is there any way to catch an exception thrown while constructing a... +1.00
C++ - passing parameter by reference in a function which returns int -0.76
Does a dynamic allocation of characters using new require for the c... 0.00
main function - what is the point of a return value? +0.96
why delete in vector of instances subsitution? -1.37
Removing '#include <algorithm>' doesn't break the code -1.03
Why bool variable can not be set to 0, in addition to the direct as... +0.96
How do i read just a single whitespace only from stdin/cin in C++? +1.10
STL vector insert - copy constructors -2.73
Overloading templated functions -2.09
Are static datamembers unique per class, in case of inheritance? +1.25
STLPORT: What does namespace std{} mean? -0.11
Quick one about const in c++ -1.17
Assembly Language Division-Remainder DX register -2.97
Force all classes to implement / override a 'pure virtual' method i... -1.10