StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Steve Jessop

Rating
1646.94 (616th)
Reputation
239,307 (175th)
Page: 1 ... 22 23 24 25 26 ... 66
Title Δ
Calling a C++ member function pointer: this-pointer gets corrupted -1.24
Simplest way to do "natural" sort for numbers in strings? -0.84
Does C have a generic "pointer to a pointer" type? +0.31
Specifying 64-bit alignment +0.58
Uninitialized values behave as expected on Linux but not Windows -1.35
UTF 8 encoded Japanese string in XML +1.03
Accessing the global variable when global and local variables have... +0.23
How do I indicate that a class doesn't support certain operators? -0.90
use of ## and # operator to concatenate the strings in a macro in C -0.64
How can I emulate ":contains" using BeautifulSoup? 0.00
Efficient way to re-order a C++ map-based collection -0.49
Compiling Java Generics with Wildcards to C++ Templates +0.23
How to create a hook on a std::function? +0.08
One Socket object for sending and receiving in c +0.30
copying from a std::string to a char array and null-terminating the... -1.09
Error Writing a Copy constructor in C++ -0.69
How to compile and execute c++ program safely with security restric... +0.31
std::lower_bound and std::find on a plain array -0.23
How can I emulate a memory I/O device for unit testing on linux? +0.31
which one is better in performance: using function or exact code? -0.99
C++ delete a pointer to be erased from a vector -0.09
Why do functions/objects inside anonymous namespace have external l... 0.00
modulus operator with unsigned chars +1.06
How to reimplement this with std algorithms? 0.00
Why does the compiler complain about function ambiguity here? 0.00
Efficient data structure searching algorithm +0.84
If I have a truth table, is there a way of determining the bitwise... -1.74
Why is invalid socket defined as ~0 in WinSock2.h (c++)? +0.26
How to zero out array in O(1)? +0.99
invariant probleme and implicit move constructor -0.17
Implementation of priority queue by AVL Tree data structure -1.91
Reliable way to tell development server apart from production server? +0.29
Create objects in a circle around a point -0.20
Portable way to find size of a packed structure in C -0.23
Sort or Mergesort based on user input +0.32
Should we provide a destructor with no-throw specifier? -0.17
C++ : CRTP destructor? +1.81
unordered_map for heap management system. Is a no-collision setup p... 0.00
What are the benefits to using a debug macro rather than a simple f... -2.19
Good algorithm to turn stl map into sorted list of the keys based o... +0.05
Deleting null characters from cstring -1.97
strange error in passing pointers (*&) in constructor +1.05
How can you share an internal set of functions between translation... +1.16
What to do when object members of a class need access to each other... -1.61
difference between using malloc and initializing directly to the st... +1.17
C++: Are classes/structs ever initialized at compile-time? -0.24
Parameter/storage type for a C++11 lambda +0.97
overloading std::ostream& operator<< in the derived class... -1.22
Understanding the benefits of move semantics vs template metaprogra... +0.57
Fast string comparison in C -0.01