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 ... 40 41 42 43 44 ... 66
Title Δ
Checking if Linked List is palindromic +0.52
const member and assigment operator. How to avoid the UB? +1.33
Is there a more efficient way to sort two numbers? +0.07
Automatically inserted Template arguments? -2.68
Disallow taking pointer/reference to const to a temporary object in... +0.71
How is the size of a struct with Bit Fields determined/measured? +1.31
Undefined behavior or false positive 0.00
Get Position Of Field In Struct -2.16
may a whole array reside in some cpu register? +0.19
Difference between char and char[1] +1.16
What are practical uses for STL's 'partial_sum'? -0.08
Most efficient way of erasing/deleting multiple std::vector element... -0.76
Compile time operators +1.51
C++ overloading << operator +0.31
Can I throw `std::bad_cast`? 0.00
worst that can happen if i don't obey the stateless custom allocato... +1.28
C++ - Pushing a C-String onto a Template Stack +1.08
How to determine buffer size for vswprintf under Linux gcc -0.70
Why is this Undefined Behavior? +0.86
8 Character Random Code -0.12
Global variables (again) -0.19
Create strings depending on template arguments +0.33
Class should support an interface but this requires adding logic to... 0.00
Download a file from the web in C++ without using non-standard libr... +0.91
C++ - want virtual acting solely as redirection -0.22
size guarantee for integral/arithmetic types in C and C++ +1.10
How do I cast a parent class as the child class +0.21
Using realloc in c++ +0.75
Can You Use Arithmetic Operators to Flip Between 0 and 1 -1.41
Is it possible to initialize static const member object in a class... -1.87
Is std::string a better idea than char* when you're going to have t... +2.17
C++ checking return codes -1.50
stack data between languages +0.30
How does physical pages are allocated and freed during the malloc a... +0.61
vector of char stars in c++ +0.55
When a RAII object fails to construct +0.86
How does stringstream work internally? +0.32
What's a good safe way to initialise memory for types I don't yet k... -0.57
Does std::string use string interning? +0.22
C++ How to have "NOT" (!) in Predicate? 0.00
Why does ptr_fun(tolower) doesn't compile in mingw? +0.86
What is a contiguous memory block? +1.36
Is there a better way to initialize an array? -0.21
Can you `break` from multiple loops like PHP can by passing a number? +0.78
Is it necessary to delete elements as an array shrinks? +0.32
Efficient push_back of classes and structs +0.22
Is it better to take object argument or use member object? -0.23
is `x-- > 0 && array[x]` well defined behavior in c++? -0.63
passing a string literal to a function that takes a std::string& 0.00
What is the difference between '\n' or "\n" in C++? +0.08