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 ... 24 25 26 27 28 ... 66
Title Δ
Fastest way to find any point in triangle 2D +0.32
check if there exists a[i] = 2*a[j] in an unsorted array a? +0.48
In C language how numbers are represented internally +0.70
To write robust C program, how do you avoid too many different free... -0.81
Difference between sizeof(str -1) and sizeof(str) -1? +0.31
Looping from 1 to infinity in Python +0.23
Different types in a single shared memory -1.31
How can I pass both `int` and `unsigned int` members, by reference... -0.20
Anonymous object with one argument cannot be declared -0.62
Constructor order in virtual inheritance 0.00
Why does malloc(0) return a non-null address in Windows? +0.57
std vector holds pointers and variable addresses. clean up? +1.13
volatile uint32_t on cortex-m3 -1.95
Performance difference in accessing an item in an array vs pointer... +1.71
Parse string to be number or number and percent symbol -1.99
Will counting unique Ip address give me the actual number of unique... -0.18
Why std::distance doesnt work on mix of const and nonconst iterators? -0.54
Given an array consisting of even and odd numbers. Sort the array w... -1.82
erasing vector::end from vector -0.97
Which one is a better interface to save a raw pointer(provided by t... -1.36
typesafe typedef in C++ +0.31
Why Can you return a function by reference for a local variable and... -0.36
Manually releasing boost locks? -0.92
Is it possible for a FIFO page-replacement strategy to outperform L... -0.76
Initialization of C array at time other than declaration? +1.05
What is prefered way of passing pointer/reference to existing objec... +0.21
What exactly is a 'side-effect' in C++? -0.74
Would you call this (from the book "Code Complete") a uni... -2.76
How do you copy an object of a class to another object of the same... -0.98
How do I get the address of elements in a char array? +0.31
HTTP Response Status-Line maximum size 0.00
Number of values that a pointer can have in a 32 bit system -0.98
How do I specialize this template member function? -1.63
Comparing to void pointers whose actual type is known -1.97
Is it possible to have a base class method that calls the same (but... -0.46
What type are "C-style strings" and what's its relationsh... +1.48
Does order of unlocking mutexes make a difference here? -0.11
std::map Requirements for Keys (Design Decision) +1.17
workaround for prohibition on virtual template functions? +1.43
C++ how does the compiler synthesize the default copy constructor +0.26
idiomatic C++ for creating a std::vector from the last n elements o... -1.99
How to initialize a vector<bool> with values 01 repeating? -1.02
Is it bad practice to split a C array by simply using a pointer to... -1.00
How to store the hex value generated by MD5 as an integer? -0.90
How to check a double's bit pattern is 0x0 in a C++11 constexpr? +1.35
boost::ptr_vector with arrays: Can I be sure that its destructor ca... +0.31
Is there any algorithm which check right NPI (National Provider Ide... +0.31
Iterator invalidity after calling erase -2.48
String literals in C++ with _T macro -0.24
Polymorphism or inheritance? -0.37