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 ... 36 37 38 39 40 ... 89
Title Δ
Find nth Root of a number in C++ +0.30
"Undefined Symbols" but functions are defined and declare... +1.53
Why is the data pointed by the iterator kept, after deleting it fro... +0.29
Same arguments in members of a class: Simplify? -0.85
When should I return std::ostream? 0.00
undefined reference to `pthread_key_create' (linker error) +0.14
error call to member function set_value is ambigious (in xcode usin... 0.00
how to extract integer from a string? c++ -0.22
Right Shift not working properly -0.15
Qt: invalid use of incomplete type and forward declaration 0.00
C++ vs C# operators precedence +0.89
Undefined reference to class methods +0.30
Should not Erasing from stl::list like this go to infinite loop? -0.71
Specialization of member function template after instantiation erro... -2.00
implementing a map container with getter for iterator 0.00
Locate the path of STL headers used by g++ 0.00
SIGSEGV on huge array on heap (I think so) -0.41
C++ Defining the << operator of an inner class +0.29
void ** equivalent to void * return? -0.51
Checking union equality +0.59
Can we incorporate member functions inside a structure in C++? +0.97
How to reestablish double in c++ +0.28
What does "(new Type [n]) + 1" returns? +0.30
Why include guards? +0.43
In this boost asio example why is the io_service started after .asy... -0.68
Where ( new int*) points to 0.00
read equivalent for filebuf? -1.54
missing type specifier with extern statement -0.87
Usage of "&" in function calls, confused -1.26
Unique copy of std::shared_ptr +0.60
Initializing a reference -0.45
Odd usage to set value to zero in for-loop -1.78
What's this =! operator? +0.69
C++ with copy constructor does'nt work good -1.36
Member variable doesn't get changed in another thread? +0.28
Unknown type name Vector 0.00
multithreading - Asynchronous threads in class 0.00
Is it possible to have automatically generated destructors in C++? +1.33
dynamic_cast from Base to Derived +1.73
How to get the real and total length of char * (char array)? +0.20
what's the difference between mid=(beg+end)/2 and mid=beg+(end-beg)... +1.22
Changing values in an array from a pointer? +1.00
Why there is still valid access to struct after leaving the scope? -2.08
Shannon Entropy -0.44
c++ copy struct unresolved link -1.47
Why does the subclass call its parent's method instead of it's own? +0.30
C++: What are pointers' hex values relative to? +0.94
searching a std::vector for approximations of a value -1.55
How to pass to sort predicate that is a member function, from the c... +0.28
Why it does not work when I pass reference to this function? -0.15