StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

paercebal

Rating
1583.69 (2,704th)
Reputation
65,279 (1,359th)
Page: 1 2 3 4 5 6
Title Δ
How is STL iterator equality established? 0.00
Understanding the meaning of the term and the concept - RAII (Resou... 0.00
Programmer productivity with STL vs. custom utility classes 0.00
Override and overload in C++ -0.19
How to prevent memory leaks while cancelling an operation in a work... +0.07
Overriding an operator using const for both parameters in C++ -0.41
Why should I avoid multiple inheritance in C++? +0.80
std::wstring VS std::string +1.02
Inadvertent use of = instead of == +0.51
How can I convince skeptical colleagues about proper namespaces in... +0.65
Using arrays or std::vectors in C++, what's the performance gap? +0.52
To Use GOTO or Not? -0.63
Why is there "class" in "template <class x>&qu... +0.14
Why have header files and .cpp files in C++? +0.79
Is "Out Of Memory" A Recoverable Error? -0.50
non-member non-friend function syntax +1.14
C++ Constructor coding errors -0.05
a struct doesn't belong in an object oriented program +0.28
Do you consider this technique "BAD"? +0.60
Most crucial elements in a light-weight C++ coding standard +0.71
Most crucial elements in a light-weight C++ coding standard -0.90
Most crucial elements in a light-weight C++ coding standard -0.48
Most crucial elements in a light-weight C++ coding standard +0.53
Most crucial elements in a light-weight C++ coding standard -0.19
Most crucial elements in a light-weight C++ coding standard +0.33
Most crucial elements in a light-weight C++ coding standard +0.20
What is std::safe_string? -0.62
What new capabilities do user-defined literals add to C++? +0.61
Where do you find templates useful? -3.55
Should operator<< be implemented as a friend or as a member f... -0.59
Unmanaged DLLs in C++ +0.13
C++ dynamic class ( dynamic hack ) +2.88
Simplest, safest way of holding a bunch of const char* in a set? +1.94
Do modern compilers optimize the x * 2 operation to x << 1? +2.59
Do polymorphism or conditionals promote better design? +1.89
How can I propagate exceptions between threads? +0.67
How to make consistent dll binaries across VS versions? -1.05
How can I get the size of an array from a pointer in C? +1.44
C for loop implemented differently than other languages? -3.90
What are the rules about using an underscore in a C++ identifier? +1.52
How to declare a structure in a header that is to be used by multip... +3.31
Garbage Collection in C++ -- why? +3.05
Alternative to itoa() for converting integer to string C++? +1.33
C++ constructs replacing C constructs +0.68
C++ constructs replacing C constructs -0.31
Where can I look up the definition of size_type for vectors in the... +3.39
Overload a C++ function according to the return value +3.12
Private and Protected Members : C++ +2.14
What was the strangest coding standard rule that you were forced to... +2.68
Pros and cons of using nested C++ classes and enumerations? +3.15