StackRating

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

Zac Howland

Rating
1452.20 (4,532,009th)
Reputation
14,411 (9,867th)
Page: 1 2 3 4 5 ... 15
Title Δ
Reversing a generic doubly-linked list in C++ -0.79
How to write for loops now in C++11? -1.64
Difference in x/2 and x>>1 or x*2 and x << 1 where x is... -0.03
Best Practice: Passing a Vector of a Derived Class to a Method on a... -1.50
static vector usage for Fibonacci series generation using recursion -1.04
c++ putting objects into arrays +0.32
Dynamic Integer Size: int64_t, int32_t, uint32_t, etc +1.83
Expected constant in 2d array -0.18
Adding node to end of singly linked list -0.37
Segmentation Fault: 11 when trying to sort linked list by odds and... -0.41
How do I construct a vector of objects that have constructor argume... -1.18
Program will not print line before exit() function? -0.03
Vector's of unsigned char iterators not working +0.21
using keyword, what i do wrong? +0.09
Diff Between p[i] , i[p] and *(p+i) , *(i+p) in C/C++ +0.08
Omitting comments C++ 0.00
copy algorithm vs. container constructor +2.57
assignment using overloaded constructor +0.93
error: expected primary-expression before ‘;’ token -0.95
C++ string variables with if statements +0.24
looping on the same vector legal in C++ +0.55
How to reverse all words in a string? C++ +0.57
Inserting a character into a string -0.39
Why am I getting a "void value not ignored as ought to be"... +2.53
Memory allocation and releasing memory 0.00
double exp(double) unexpectedly returns NaN (no float overflow) 0.00
subtract values from elements in a vector C++ +1.47
c++: "expected constant expression" -0.48
Infinite loop happening somewhere here? +1.69
Java equivalent of ntohll function -0.28
how to figure out if an object is a vector +0.69
What is the most efficient way of removing duplicates from a contai... -1.13
Store number in part of byte, but not from start? +0.08
I found a strange bit of C++ syntax -1.22
Class definition inside namespace +0.89
std::vector<T> and basic multithreading design pattern +2.49
cin.get() getting too much +0.90
How to override standard C++ functions when testing in Visual Studio? -1.11
Meta programming with singleton +0.25
Equivalent of random(3) on Win? 0.00
Variable Definition in C++, defining 3 variables? +0.58
Using void in functions. Won't recognise +1.26
Minimum answer c++ +0.29
Why doesn't the cout command print a message? +0.20
C++ GetName vector of objects +0.06
why a returned char can't be directly assigned by another char in o... +1.95
How to detect '0' when it comes at the end of the line for a text f... -0.85
Iteration performance Java vs. C++ -0.85
Why is std::move used when returning in this function 0.00
C++ Forward Declaration of struct ERROR +2.40