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 ... 27
Title Δ
What code is user mode code and what code is kernel mode code? -1.28
Confusion about order of constructor call and virtual base class -0.73
Mathematically round float to N decimal places -1.24
Is it guaranteed that the padding bits of "zeroed" struct... +1.96
C programming malloc and NULL -1.86
"hides overloaded virtual functions" warning when derivin... -1.60
Memory leak how to find and delocate 0.00
Run time C++ array initialization question +0.36
What might be the reason for this kind of difference in output? -0.66
custom constructors for built-in types in c++ +0.46
no return in function using switch statement -0.09
Can a C header file be considered as an interface? -0.55
How to handle differently sized type in C library from C++ -0.00
How to unit test a class with private constructor? -0.55
Is ending a program without releasing all dynamically allocated res... -0.10
copying a struct in a function and returning the copy in c 0.00
Why does this overloaded functions is ambiguous? -0.21
Digit Frequency in C++ using a while loop -0.04
Can this for loop be done with the preprocessor? -0.31
Why does this union structure cause a memory leak? +2.02
Std mutex or boost mutex? Which is preferable? -0.32
How to avoid pressing enter twice when using getchar() to clear inp... -1.12
How "safe" is it to use void pointers in designing a mess... 0.00
In C++ how to pass uint16_t variable to the function with an argume... -1.88
C++ vector not storing class -0.55
convert std::string to const tchar* 0.00
How to use struct in different files c programming +2.02
Right way of defining a buffer when using sprintf -2.08
Should I use an unsigned char instead of an int to store values tha... +0.44
I want to confirm that my understanding of variables scope is corre... -0.96
Something confusing about cin and >> of C++ +0.42
How can a child class access a parent class private member? -0.08
Getting error nullptr 0.00
Variable is getting assigned automatically +0.44
Inheritance of a Pure Virtual Function +0.02
Why doesn't Valgrind detect usage of uninitialized variable? -0.53
Is the right operand of an assignment always converted to an rvalue? -0.26
Can I read a memory buffer from different threads without any lock? +0.21
Why the value storing in the variable is one less than the original... +0.45
How do I generate a vector during each iteration of loop, store dat... +0.45
Template abuse? 0.00
Code stores a vector as a vector<vector>, why no error message? +1.16
C++ : Pushing an object into a vector +0.45
Is it safe to take the address of a temporary? +1.43
C++ sorting a vector of shared_ptrs +0.45
Big O notation log(n^2) = O(log(n)) +0.47
For loop, is it faster to check the size of a vector outside the lo... -0.35
Copy Constructor and Destructor with a Dynamic Array +0.15
How to overload ofstream operator in c++? +0.35
Freeing a C pointer after altering its value +0.74