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 ... 23 24 25 26 27 ... 66
Title Δ
Is there a standard way of moving a range into a vector? +1.78
What is the best way to deal with a library that has not marked any... +0.69
Get value from map 0.00
c++: switch statement missing semicolon before close brace -1.76
Should hardcoded passwords be salted/hashed? +2.07
String reverse, std::string does not allow character assignment? +0.58
Is there an equivalent of vector::reserve() for an std::list? -0.50
How to generate good random seed for a random generator? +0.30
Is returning va_list safe in C? +1.41
What are the usage differences between size_t and off_t? +0.95
Optimizing this code block +0.88
Can temporaries bind to non-const references? +2.32
Find all possilbe combinations from 4 input numbers which can add u... +0.32
Which of (unsigned char)str vs str + 0xff or (unsigned int)value vs... +1.21
is it necessary to call pthread_join() +1.54
Why scanf requires &? +0.64
Adding Characters of a string in C -1.12
An alias for an alias? -1.86
boost string split to eliminate spaces in words -1.77
Why are pointers to the base class preferred over references? +2.32
Why swap don't use Xor operation in C++ +1.50
What could cause writing a pointer address to std::cout to crash? -1.23
Which temporaries cannot be initialized with `someType()` in c++11? 0.00
Does casting remove endian dependency in C/C++? +0.68
Sorting a linked list with alternate elements sorted and reverse so... +1.54
Finding the most common base 0.00
what alternative to std::not1 is to be used when using std::tr1::bi... -0.69
How to use template to show a model(kind) which has one-to-many rel... +0.30
C- Is it possible to define const value and than ask from the user... +0.64
std::string vs string +0.61
Can a thread be interrupted by the scheduler just before it returns? -2.69
How does pthread_create() work? +1.45
Java vs C version of same algorithm +0.33
Depending on a class template parameter, define or not define a fun... -1.61
How to make sure that recently created area points to NULL? -0.24
How can I manually set the bit value of a float that equates to NaN? -0.92
C++ Filehandling: Difference between ios:app and ios:ate? -0.32
C order of operations -- foo() + bar() -- must foo be called before... +0.35
why does it need it!=obj.end() although every iterator should know... -0.41
enforce student to fill code inside a blank area in a function +1.47
Why can't we use direct addressing in c or c++ code? -1.06
How is this a definition? +0.60
Why should I set the month number to the actual month when passing... 0.00
Memory allocation responsibility +1.46
Casting double (not a pointer) to void pointer +2.02
Is there a possiblity to declare a member variable that takes up no... -0.47
Must an unused volatile parameter be honoured? -2.77
'memcpy' (merging two structures) -0.27
Finding nearest point with lower-bound... but data is not sorted -0.09
Why should one use std::string over c-style strings in C++? -0.83