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 ... 5 6 7 8 9 ... 27
Title Δ
Is variable assignment a statement or expression? -2.01
Does using heap memory (malloc/new) create a non-deterministic prog... +1.62
How does clang manage to compile this code with undefined behavior... -1.87
Correct way of implementing placement new in C++ 0.00
Understanding difference/similarities with array and pointers in c++ +1.08
Segmentation fault in recursive function, storing result in a vector -1.35
How do I print char types from an array in c? -0.31
Strange running times in C++ loops +0.46
Object invoking in for new operator overloading +0.63
C fopen to a specific directory -1.29
How can I iterate through a list only a specific amount of times? i... -1.00
Difference between signed integers is out of range 0.00
Easy C++ array assignment -1.13
Is goto-loop good for listening? +0.46
Behaviour of negative zero (-0.0) in comparison with positive zero... -1.02
Having issues with rand() and srand() +0.46
Internal logic of operator [] when dealing with pointers -2.02
how to do a vector<class objects*> deep copy -1.93
Why is an overloaded delete not called when an exception is thrown... -0.76
What is the lifespan of captured stack allocated variables in lambd... -2.15
Reverse/Swap halfway -0.90
c++ concatenate different types into a string for function -0.32
Declaring a struct containing an array of pointers to that type of... +1.49
When memory deallocation is strictly required in C and C++? -0.94
How to pass specificly sized array as argument? +2.22
Overloading operators using pointers or objects +2.24
When to use include guards? -0.44
Segmentation fault: 11 c++ when using vector +0.43
Idiomatic way to cheaply remove an element from an arbitrary contai... -0.08
Define C++ functions in C structs +0.74
Calling function in another file without declaration gives no compi... -2.25
Delete Duplicate Members of N-Dimensional Vector -1.77
Can a int value added to a float value? +0.47
Is it safe to make a const reference member to a temporary variable? -0.50
What does -nan mean in c? +0.21
What happens to initialization of static variable inside a function +1.78
Is the name of function a pointer variable? -0.81
The out of range value of enum class -2.04
Error at the list of arguments of a method 0.00
Undefined Behaviour vs "Correct Behaviour"? 0.00
What can I do to optimize the following code? -0.25
Return error value if an error occurs, otherwise, continue with fun... +1.83
code only take 2 inputs although it has 3 fgets +0.44
Passing a file pointer to a function 0.00
Is it safe to cast jlong to long? -1.99
C++ header file with default arguments in C program +0.02
Why C++ doesn't allow derived class to use base class member in... -1.66
C - int and malloc -0.04
What the plus operator does with an array? +0.45
should this example not alter the memory address rather than the va... +1.41