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 ... 14 15 16 17 18 ... 66
Title Δ
Why is i = v[i++] undefined? +1.24
C memory allocating - char* and char sizeof -0.60
Should members of a class be turned static when more than one objec... +0.33
If std::max() returns by reference (as it must), might that lead to... +0.33
How to find if a variable is allocated in stack or heap? -0.85
Allocate static memory (as malloc replacement) +0.30
What are the differences between a subtype and subclass? +0.07
istringstream rounds long numbers - how can I prevent that ? +0.70
Compare double to zero using epsilon +0.26
Clarification on implementation defined behavior in C +0.58
Why does casting a function to a function type that is identical ex... -1.01
copying a struct with a struct member to another struct -1.69
u_int32_t vs bpf_u_int32 +1.75
C: why printing a null char with %s prints "(null)"? +1.09
C goto different function +0.83
gcc optimization flags in O2 that causes undefined symbol +1.21
<cstdint> vs <stdint.h> +1.32
Why can't these variables be moved? +2.33
Declaration not allowed here error in C -1.27
How can I understand linked lists? -0.51
Copying objects with only move semantics -0.43
Pushing temporary into vector in c++ +1.11
converting a integer to a string +0.58
C++: different result when assign constant object to non constant o... -1.70
Are C/C++ operator precedence & associativity rules ever violat... +0.83
Issue with Integer Conversion +0.09
Right analogue of xmalloc in C++ +0.32
Inserting iterator range in std::vector +0.41
using int counter in array name +1.17
quicksort alogorithm stability 0.00
Reverse iterate over a std::vector with forward iterators +0.56
Why the memory usage doesn't decrease after I freeing the data I al... 0.00
Will increase in stack reserve size and stack commit size improve a... -1.87
Impossible to be const-correct when combining data and it's lock? -2.07
Is it OK to malloc an array in a called function but free it in the... -2.32
C++11 iterator interface -0.29
Any better suggestions for this c functions copyString,concatString +1.09
Does it make sense to avoid std::wstring data members in a C++ exce... +0.32
Copy (row) from 2D array to 1D array +1.18
Is there any reason not to use fixed width integer types (e.g. uint... +1.19
Branch-free implementation of f(x) := if x == 0 then 0 else (x * lo... -1.61
Sorting Array in O(n) complexity +0.29
Determine the parity of a number using only logical operators +1.12
Are objects in anonymous namespace implicitly static? +1.48
Reverting temporary assignment in C++ +0.32
Is C++ memory alignment correct or inefficient? +0.60
Does g++'s std::list::sort invalidate iterators? 0.00
Like Julian number is used to calculate date is there any specific... +0.32
Will I break code when returning a copy instead of a const reference -0.60
Exception-safety of C++ implicitly generated assignment operator 0.00