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 ... 9 10 11 12 13 ... 27
Title Δ
Is acceptable usage access specifiers before each member of class i... +0.71
Returning two values of two different types in a C++ function -0.29
Did the meaning of the n parameter of fgets change over time? +2.59
Should I free memory for a short lived program if memory footprint... +0.55
c++ long int the same as int? +0.44
C++ - Why fflush(stdout) does not work with iostream? +2.19
Segmentation fault from pointer error (simple...) -1.35
What does this line of code do? [Newbie] 0.00
What is the effect of `const_cast`, when the change of "const-... -1.89
C++ app: How to properly delete/release an allocated object? -0.87
How it's possible a binary is not changed when increasing optim... -1.90
I'm trying to check if a getter for a class vector is working b... +0.41
Pointers and local arrays in C -0.28
A check in C language if there is a space inside the array string? -1.56
Arduino - Covert to value to DEC HEX Value -0.29
why do we have to press ctrl-d while reading data from scanf? +0.44
Class with mix of pure virtual and virtual methods +0.10
Does header files affect on memory or processing speed of programs? +1.83
C++, conditional operator associativity +0.33
Implementing pow(A, B) % C using Recursion where A, B and C are pos... 0.00
Functionally identical code, different results -0.09
What is the fastest way to obtain an index from a pointer of an arr... +0.18
std::string::c_str & Null termination +1.03
Minimal/Maximal Integer and Double +1.21
Fastest way to initialize vector<vector<double>> with s... +2.06
If my function is const, do the parameters have to be const as well? +0.66
Convenient solutions to instantiate a series of templated functions... +0.24
Why can the same code be compiled successfully through gcc while no... +0.19
Find next available chunk in a memory pool -0.06
Pass optional object without copying it +2.38
"All arguments to functions are passed by value" in C, co... +1.36
warning: passing argument 2 of ‘fopen’ makes pointer from integer w... +0.94
Avoid junk zero values in double variable -0.59
why private constructor prevents object creation C++ +1.73
Why does the C++ standard keep such a redundant function? -0.10
resize and reserve in vector 0.00
Why is this plain array implementation slower than the std::vector... -0.11
Declaring array of pointers to char arrays +0.63
What is the clean way to consolidate a large block of argument hand... 0.00
Does using `__DATE__` or `__TIME__` violate the one-definition-rule? -1.25
Simple string assignment causing a segmentation fault? -0.57
is there memory leak when STL throws a "bad_alloc" except... +0.46
C++ New/Delete Error? +1.93
The number of elements in an array using pointers in C++ +1.77
How can I assign a string to a char* pointer? +0.06
2d vector says class does not have member named push_back 0.00
C if-statement parentheses with isnan macro 0.00
If f(n) = O(g(n)), is log(f(n)) = O(log(g(n))? 0.00
How should I use #ifndef vs. #include in C++? And when should I add... -0.04
Why vector has different capacity and other than the size? -0.55