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 ... 11 12 13 14 15 ... 27
Title Δ
c++ input hexadecimal without 0x -0.05
How to utilize sizeof() to return the size of malloc buffer allocat... +2.18
Understaning of static objects in main function -0.12
Is it true that big embedded companies are "forced" to us... -0.04
Is it better to check values before passing to a library function,... -0.41
Declare two different types of variables with general Scope using a... +0.38
make a c++ program run on a specific core in windows 0.00
Is it possible to run-time check if an iterator has not gone past t... -0.04
C Language - This is probably a seg fault error, but i'm not su... 0.00
How do you convert UINT8 to UINT32 in C++? -0.71
When does a constructor of a class with static members runs in C++? -0.53
C++ Return Performace -1.92
Only default argument working -0.71
Is dereferencing a NULL pointer considered unspecified or undefined... +0.27
Redefinition Error C++ -0.40
c++ including cpp files +0.45
Undefined behavior in c/c++: i++ + ++i vs ++i + i++ -0.75
C++ Templates and a Linker Error -0.90
Concept of vptr and vtable in C++ -1.67
C++ How can I return an unknown derived class? +1.02
Number of calulations/steps in each line of an algorithm -0.44
The function in my code does not work -0.05
Why is the use of a value between the brackets of an array delete n... 0.00
How to implement RAII + lazy initialization? -0.00
C++ string size changing during loop 0.00
Is using type unsigned char acceptable when only a small number is... +1.36
g++ compiler is not recognizing my function +1.87
Can you omit the return type in main function? +0.22
Why doesn't c++ compiler remove the variable that is out of lif... -1.27
Fast integer power of two +0.84
If statement failing to activate +1.72
why it is a disater to have a pointer or reference to an object has... +0.52
Object not instantiating properly 0.00
Is using chained #defines to declare plain-language integer indices... +3.09
Which kind of explicit conversion is done here? -1.17
Header files causing problems 0.00
Deleting object from its member function +0.46
How to dynamically create a c++ array with known 2nd dimension? +1.40
Why can't classes with a destructor be memcpy'ed +0.21
Writing two matrices to a .dat file using C 0.00
Overloading ostream operator in custom class 0.00
Address Type conversion of float to int +0.57
Why was the code required to have an accessible copy/move construct... +2.48
Resizing dynamically allocated pointer array to class +0.11
Is it legal to type-cast pointers of different struct types (e.g. s... +0.70
Cloning a singly linked list using overloaded assignment operator -1.43
C++ integer limits -1.63
Pointer to array of structs element field in a function 0.00
Why cast to a pointer then dereference? -0.22
How const_cast does it job? -1.08