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 ... 19 20 21 22 23 ... 27
Title Δ
Why is temporary storage needed in sorting array? -0.45
is data shared between processes when we use fork in c? -0.61
Friend functions and derived classes 0.00
What does (int)(unsigned char)(x) do in C? +2.11
C++ Syntax for accessing operator () from a pointer to an object +0.16
Does type alignment modify type size? -0.86
Operator overloading + operator in C++. How to overload objecttypeA... +0.52
Is conversion between exactly-sized integers always completely defi... -0.48
One-member Array? +2.55
Directly declare and assign value to C pointers +1.69
Can't replicate example of malloc not initializing memory when... -1.20
Non repetitive random number generator in c 0.00
Why the expression strlen(cstr1) did not evaluate to a constant, wh... -0.29
enforcing type safety when casting char* to bool in C++11 -0.73
Pointer arguments with compile-time ampersand checks -1.26
What is the difference between return the function and not return i... +0.51
C++ using std::sscanf and std::string +1.78
Difference in the initialisation of character array +1.99
Using namespaces +1.49
If headers of an interface change, why clients of the interface nee... +0.27
Is `*((*(&array + 1)) - 1)` safe to use to get the last element... +1.42
Division overflow using pow() 0.00
How to get largest value after leaving one array value? +0.05
Changing the value of a int variable through pointers passed as arg... +0.84
Is forcing the order/placement of a #include bad practice? +0.54
Trying to change the << operator for a polynomial class -0.24
C and C++ functions without a return statement -0.53
c++ struct operator overload not working +1.41
Disable dynamic binding (virtual table creation )in c++ for virtual... -0.00
How do I solve this for loop in C++? -0.38
copy constructor,destructor and temporaries -1.67
C++ polymorphic cloning: How to obtain a Derived pointer from a Bas... +0.54
C++: are "trait" and "meta-function" synonymous? -1.68
Return type of a function returning a pointer? (C++) +0.54
What does the new operator returns? +0.08
Use of macros in C -0.38
How do computers see "big numbers"? -0.47
Value changing itself 0.00
auto return type deduction with `std::move` -0.90
how this pointer works in arrays? +0.54
How to read multiple string using fgets() +0.55
Why does std::binary_search use ForwardIterator, not RandomIterator? +2.42
Is program runtime affected by where the objects reside in the memo... +0.04
C++ protected constructor for abstract classes +0.03
Upper bounds of Fortran Do loops 0.00
Error: Unclassifiable state at (1) +0.04
Does a[a[0]] = 1 produce undefined behavior? -1.45
How to reduce copy in c++ +1.34
Passing 2D array of structs +0.04
Make variable unchangeable without copying in C++ -0.23