StackRating

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

Peter

Rating
1521.62 (28,904th)
Reputation
28,342 (4,410th)
Page: 1 2 3 4 5 6 7 ... 27
Title Δ
Multiple for loops with different conditions -0.54
ASCII how to convert for numbers -0.91
C++ conventions regarding passing objects (pointer vs reference) -0.78
Rock Paper Scissors (C++) -1.82
How to allow only iterators with a ceratin value_type? -1.18
A variable changes his address with no reason 0.00
The c++ new operator in default arguments and its side-effects +0.34
Null pointer issue +1.27
#defined functions can only accept raw input not variables? +1.56
How to write a test for a deleted default constructor +0.86
Efficiently iterate over vectors consistently c++ +1.87
Incompatibility between char* and unsigned char*? -0.93
why isn't my program compiling -1.16
A function with variable return type -1.53
How to give proper value to a char** type variable so that it could... +0.46
Is the address of a variable in C the real address in the RAM of th... +1.35
What is "expression must have pointer-to-object type" for... 0.00
C++ what is the most efficient ways to shuffle an array inside a st... 0.00
Pointer to Pointer in C function; Linked Lists +1.57
I want to have a good understanding of the use of return *this in c++ -0.25
Selecting the begin() and end() for C++ +0.83
Does each call to printf() create a new internal buffer, or do all... +0.45
'stack smashing detected' error -0.37
c++ when to use the new keyword when creating a class object -0.04
Understanding the difference between ++i and i++ at the Assembly Le... -1.02
The scope of the static member variable (protected) of a class 0.00
Why must I declare copy & move constructors when declaring dest... -1.38
Is const char * different from other pointers? +1.51
Creating macro for operator << -0.37
Why, when casting a short[] to char* is the array reversed? -0.05
warning: suggest parentheses around assignment while (*(arg_to++) =... -1.60
clever way to reduce if-elseif statements -1.29
Dynamically Expanding An Array of Pointers +0.44
C++ "size_t" doesn't need "cstddef" header? +0.39
C++ macro to test availability of __func__, __FUNCTION__, __PRETTY_... -0.54
Class has a friend function. The function is defined inside of a na... -1.01
Is it possible to make std container to use the default operator new? 0.00
What's the preferred way of instantiating a class? -1.47
C++ Copy constructor for a pointer to vector of pointers 0.00
Uninitialized local variable 'lc' used but I initialized it +0.20
How can I regulate input data from user? +0.74
Convert an int [] to string without an explicit for loop in C++ +0.45
In old c++ (<c++11), initializing struct gets errors 0.00
generate a random string in C++11? +0.46
Using deleted variable - is it depending on compiler? -0.53
How are member instances in C++ constructed? -1.20
what does dereference operator return? l-value or r-value +0.45
Error with Class in C++ for my project +0.46
malloc vs array in C +1.01
What is the difference between data types aside from length in memo... 0.00