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 ... 7 8 9 10 11 ... 15
Title Δ
c++: how can I avoid the static_cast? +0.21
Is there a way in C++ to preinitialize structure or class without a... -0.36
Style and Enumerators -0.55
Is it more efficient to make an functor with no members a class mem... -1.03
How to correctly cast void pointer to blob to a struct-pointer? -1.38
C++ - How to initialise an array of atomics? -1.91
same word added twice +0.07
C++ overriding >> and << Operators +2.13
Exponents in C++ by using loops -0.75
Search word not found in a vector? 0.00
Can I just include a particular member method of a class? +0.63
C++ numbers in a file to a array +2.53
Adding something to an array -0.38
Suppress part of the default constructor? 0.00
using lambda function to erase copies of same value in std::vector +0.94
Reading one line at a time C++ -1.60
How to repopulate value in vector -0.16
disable error popup in visual studio +0.09
Store an address and a bool in one word for lock-free doubly linked... -1.32
how can i read multiple data using strcpy 0.00
Cin in a while loop -0.31
C++ Are there any good alternatives to global declaration of this c... -0.40
"double" does not print decimals -0.39
C++ return vector +3.38
UCHAR* to std::string -1.24
Does the C++ standard guarantee that string literals are stored in... -0.15
What is the best way to remove punctuations and white spaces in c++? +0.88
Issue with Vectors and custom classes in c++ with trivial constructor -0.53
Convert all doubles to integers for better performance, is it just... +0.14
how to check if given int exists in array? +1.41
C++: Program to find the largest prime factor of a number, what is... +0.95
Difference between std::remove and erase for vector? +0.79
Insert an element into a 2D vector C++ -1.27
Does modulus overflow? +0.51
create class via input from cin fetched with operator>> +2.02
Creating an STL container of `container< container<Base> &... +0.27
const parameters in a const member function +0.72
Reason why the operator= usually returns a reference to an object i... -0.13
Linked Stack template and a bunch of errors 0.00
How to sort multiple arrays that contain data associated to each ot... -1.18
Taking data from a file and putting it into a struct 0.00
Numbers 3, 5, and 7 not being displayed as prime +0.90
How do I change a class to a template class? +0.33
Can I differentiate between one and multiple arguments? -0.37
Read two lines at a time from a .txt file - C++ getline/ streams? +0.41
c++ char array size validation +0.52
Is this static_cast valid/legit? +2.89
C++ Returning results from several threads into an array +3.10
What is wrong with this code? It produces the same error multiple t... -0.14
Store float as short int. Confusing results +0.02