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 ... 27
Title Δ
My misconception about pass by and return by reference in C++ +0.50
Is there any input that would cause getline to fail in C++? 0.00
How both the function act different from each other not in the matt... 0.00
C++ member function as friend -0.30
Why do I get an error in this code when using "using namespace... +0.15
How do I define an overloaded operator outside of a class template? -1.05
how to access class private data members in method parameter of cla... 0.00
How is it possible to extern an object in a header file? -0.48
C++ - Where in my code should I include static_cast? +0.85
Is there a way to access members of a struct +0.93
Does recursion in the C preprocessor abuse an inconsistency in the... -1.34
Possible dynamic allocation issues 0.00
The default constructor in an child of std::runtime_error -1.98
how can i check array length in a function? -0.39
Confuse about & and * in the C++ -1.78
Do constructors reside in objects? 0.00
Relationship between STL and C++ +2.24
Detect if OS is available (e.g. std::mutex) 0.00
Do the functions of each class have function pointers inside the ob... -0.05
Difference of value of **(ptr+1) in char and int +1.29
Specializing a templated overriden function / Avoid object slicing +0.47
C++ Returning exception, Should I free resources? +0.14
How to make a value in C++ undefined? -0.46
C++ - Why does this have a strong exception guarantee? -0.54
What is delete this use case and behaviour in c++? +1.42
why wild pointer holds zero address rather than garabge address? +1.17
C++ a way to get all inherited classes info +0.46
How to prevent an object from being deleted via a pointer to its pa... -0.01
const/non-const objects calling const/non-const functions 0.00
Function in derived class exactly the same as in base class but dif... +2.27
Any difference between `auto* p = &n` and `auto p = &n`? +1.21
What is the difference between these 2 arrays -0.67
Adding values of two separate int vectors with different sizes? -0.52
How to write a if and else statement for a vector? -0.57
Typecasting from basic data type to user defined type +3.20
Overriding a member function with derived type in C++ -0.41
What is the function of "using namespace:std;" in C++? -0.02
How to prevent Dangling Pointer in C++ Legacy Code -0.29
Idiom for handling size_t underflow in loop condition -0.95
Identical bases conflict in multiple empty member optimization +2.66
Difference between dynamic memory allocation and automatic allocati... -0.08
Inserting numbers to a string +0.03
what is the special regarding int :0 in C++ -0.86
virtual function has different prints in normal function and destru... 0.00
Simplify 4 if/else checks on two booleans -0.01
Autodeduction of return type -0.20
Best way to concatenate and condense a std::vector<std::string> -0.78
What is the extra argument used for when overloading the decrement... +1.04
what actually sets the _WIN32 or _WIN64 preprocessor? -1.53
Is there any way to change function prototypes at compile time in C... +1.03