StackRating

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

Dennis Zickefoose

Rating
1512.03 (57,646th)
Reputation
8,924 (17,403rd)
Page: 1 2 3 4
Title Δ
Is undefined behavior worth it? -1.25
Why exactly is calling the destructor for the second time undefined... +2.38
When should I use temporary variables? +3.89
What happens if I assign a negative value to an unsigned variable? +3.56
C++, generic programming and virtual functions. How do I get what I... -2.15
How does the compile choose which template function to call? +3.91
Copy constructor, why in return by value functions +2.59
How to correctly inherit std::iterator +3.99
Better name for CHAR_BIT? +2.90
Converting integer to a bit representation +0.33
Namespaces vs. Header files +4.04
Is there any reasonable use of a function returning an anonymous st... -2.18
Idiomatic STL: Iterating over a list and inserting elements -1.11
C++ dynamic array sizing problem -0.71
Comparing floats in their bit representations +1.39
Shift from Java to c++ +1.89
How to define a static array without a contant size in a constructo... -2.83
Is there a practical benefit to casting a NULL pointer to an object... +2.12
Formatted input in c++ +4.53
Shift Operators in C++ +2.76
I need to create a very large array of bits/boolean values. How wou... +4.02
C++ syntax of constructors " 'Object1 a (1, Object1(2))'' -0.98
Constant expression with custom object -3.62
operator new for array of class without default constructor -1.14
how to solve unhandled exception error when using visual C++ 2008? +0.53
Misunderstanding function pointer - passing it as an argument -1.22
right usage of std::uncaught_exception in a destructor -2.09
Is there any c++ class that can't be used in STL? +0.17
Why this works (Templates, SFINAE). C++ -1.75
Hash Table v/s STL map in C++ -3.49
If-else-if versus map -1.84
How to make Visual C++ 9 not emit code that is actually never called? +1.50
Doesn't the Visual Studio 2008 compiler autocast to double with sqr... -2.18
Turn off the warnings due to boost library -3.57
cin erratic behaviour +3.98
What is the correct way to make sure user use shared_ptr and not re... -0.42
Address of register variable 0.00