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 ... 27
Title Δ
Default argument in struct c++ 0.00
What is the purpose of Anonymous Unions? -1.37
Prevent compiler from removing methods if methods are defined insid... +0.47
Does explicit type cast from double to integer always check for int... -1.27
The C programming language by K&R exercise 2-2: re-writing for... -1.95
int main = 0, is compiled but crashed +0.86
Prevent function taking const std::string& from accepting 0 -0.68
Do I need to define a virtual destructor even if the base and deriv... 0.00
How to force the compiler to declare functions in C/C++ itself? +0.15
How to store intergers to an array without knowing how many values... 0.00
How to call inherited class's functions in templated class +2.09
How can I make this C++ code shorter? I'm a beginner 0.00
Alias Declarations in C++ +1.05
Using RAII to replace the finally block to free memory -1.15
Why does push_back into vector<vector<int>> causing seg... +0.48
How should I write the constructor for my class 0.00
Whats wrong with my code for finding the roots of the quadratic equ... -1.26
Result of comparing hardcoded strings with == -0.84
The proper name for the following class relationship -0.27
Dynamically choose which #define to reference -0.49
what does *(iterator) and *(++iterator) means in below c++ code? 0.00
Malloc in C Programming - incompatible pointer types 0.00
Else if statement not functioning properly -1.40
How to safley deal with iterators in loops? -2.45
How does conversion of string literals to char arrays actually work... +2.07
Defining a variable before or within a loop -1.22
c++ shared_ptr does not provide a call operator -0.68
What's the difference between using a variable to define array... +1.50
#define macro doesn't as expect -0.07
"Field has incomplete type" question for classes that ref... +1.19
Why is padding required after the last member whose size is 1 byte -0.17
Difference between while loops in matlab and c++ -0.78
Deciding where to place a function implementation -1.92
What is the exact meaning of anachronism in coding(C++)? -1.37
Call common function in destructor before destroying derived members -0.62
Why stack overflow causes bus error 10 and not segmentation fault 0.00
How can we clearly know the precision in double or float in C/C++? +2.13
Function pointer initialization with function declaration - is it p... -0.64
Is it safe to traverse a container during std::remove_if execution? +1.98
How to write a get function for a private char array in the class i... -0.57
Using malloc to initialize char pointer VS not using malloc and jus... +0.09
What is the difference between a pointer set to a value and a point... +0.47
Can you explain the purpose of array+5 in this program? -1.10
Is there a way to reach default operator function in overloaded ope... +1.89
Get warning for left shifting a negative number -0.08
Creating C++ API Library +0.18
Design Pattern for a very long base class 0.00
Is it common practive to #include header files already included by... -1.51
How to use other classes as members of a class? +0.47
Counting number of 0s in array +0.57