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 ... 27
Title Δ
Explicit direct #include vs. Non-contractual transitive #include +0.02
protected destructor with unique_ptr -1.67
How can I return a struct if a condition is true and an int if the... -0.66
cannot pass float array out of a function +0.47
Why does C++ template function not recognize a function in the same... +0.45
How to return an error from a returning value function in C language +1.92
Problem with passing pointers as argument in user defined function... -0.49
Casting a reference to a base class: standard behaviour? 0.00
How do handle varying array sizes as arguments for a function? +0.47
When I call a function in child class it is instead calling the par... +0.96
What is the exact reason why some of these work and other's don... 0.00
Return a reference from a function that takes it as a parameter -1.17
strange memory behave of resize and reserve about vector 0.00
Can I use a previously set variable for creating the next class mem... 0.00
The variable 'pos' is being used without being initialized -0.72
Why is there a syntax error in my map iterator? -1.59
I have two functions, which are identical except for one constant a... +0.45
"error: 'a' does not name a type" inside class de... -2.15
How to define class constructor inside another class header file? -0.72
Which of the following are valid C++ variable names? +0.87
How to calculate multiple averages using nested for loop? -0.04
Is it possible to automatically cast to most derived type? -1.62
`using` directives inside C++ headers -0.47
C++ Inserting Array of Numbers to a Variable -0.26
Is there a cleaner way to write this? (digit to string) +0.95
If I declare a char array do I have to count the null character too? -0.21
Singleton: why no need to delete and can't see destructor debug... -0.39
Does double exclamation (!!) in C++ cost more CPU time? +0.57
Multiple inheritance with the same variable name in the classes +1.17
Accessing Private function using virtual function +0.61
Is there an alternate way to conditionally increment array values w... -0.18
How does this work in C++ and any rough equiavalnce of this in Java... -1.11
Using template type to generate unique member names for that templa... -0.38
C++ friend subclasses access private members (strategy pattern) +0.57
Use the using directive on a private nested class +0.30
Can`t overload the operator << for a my own class -1.26
Is there a limit to the length of a macro's contents? +2.72
Interprocess communication: passing C-style structs vs C++-objects -1.73
Change Operation at runtime in C++ -1.70
Safety vs speed of multithreading in C++ +0.41
Function receiving different value than passed 0.00
Allocating memory in a function and returning it +0.11
Why in member function implementation result type can't be desc... -0.03
Can C++ strings contain an infinite amount of characters provided t... +0.29
What is the correct term for the list that initializes the data mem... +0.08
Why can't I pass a 2D array as a pointer to pointer but can pas... -0.16
Copy constructor of a class with a const vector member +1.24
Besides the stated arguments and the "this" pointer, what... +0.54
C++ Problem with mixing composition and inheritance +0.46
Free dynamic array of static arrays? +0.36