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 ... 8 9 10 11 12 ... 27
Title Δ
struct throws an incomplete type dereferencing pointer error 0.00
C++ - Including one header file inside another header file to make... -0.18
C: multiple subprocesses reading from the same file 0.00
C++ vector subscript out of range, no logic error, cannot figure out -0.20
Why dont people use C++ for GUI as much as the Console Application? -1.03
Does the C++ standard guarantee that dynamic allocations are done w... -0.31
Is my understanding of declaration and definition correct? +0.13
How do I set an array to a new array? -0.02
Create many header files that just #include many files (act like a... 0.00
C++ SIGSEGV error -0.12
Is c++ delete [] applicable to primitive types -1.64
Overloading * operator for complex numbers (C++) +0.73
Basic string array manipulation in C +0.24
Less than operator cannot be overloaded as member function -0.63
What would be the disadvantage of creating an array of really big s... -1.93
warning: taking address of temporary - C++ +0.41
Are some undefined behaviors more undefined than others? +0.07
Does MISRA C++ rule 7-1-1 affect references? +1.91
C++ Use macros to define class member of a single class -0.07
How to use sscanf in this code instead of scanf +0.43
Use of template<typename> -1.80
How can this form of variable assignment work? +2.14
Which is the better way to declare dummy variables for nested loops? -0.61
Reduce rounding error of sum of square of floats -0.86
In-place multiplication subroutine - passing pointers or values? 0.00
passing pointers (the name of array) into function in C/C++ +2.18
In c++, c why conditions inside for loop block and within for loop... -0.05
Why are const pointers not used more often in C 0.00
C++ How to check the size of an element inside a string array? +1.45
eliminate duplicate code for similar function definitions -0.77
C++ constructors segmentation fault (core dumped) -0.79
Prevent converting two objects from two classes to bool when doing... +0.42
C++ : How does creating an object on stack within a loop works unde... +1.07
Why does C++11 allow you to declare a local variable as thread_local? +1.33
Implementation of protected / private inheritance in compiler -0.74
Changing the value of pointer causes unexpected behaviour c++ +1.00
How do I convert loops to recursions? +0.45
Can I catch an exception thrown before main()? +0.50
How to allocate memory based on the number of elements in an STL li... +0.20
C: different String definition, I get different size using sizeof() +0.07
Pass an array by value -0.86
C++: simple printf is causing my program to crash -0.08
Confusing use of sizeof(…) operator results -0.20
Why use "*(*(array + i) + j)" over "array[i][j]"... -1.19
How can a std::vector name be treated like a C-type array name? -2.09
Type of DBL_MAX +2.68
What happens when preprocessor lines are processed by the preproces... +0.11
How do I put a function inside a macro? +1.35
Initializing multiple pointers with same value with single initiali... +0.14
Overloading << operator to print first n values of vector ( n... +0.10