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 Δ
when do we need to pass the size of array as a parameter +0.02
What is the use of boost::visit_each? -0.53
Why are destructors not virtual by default [C++] -0.97
QVector vs QList +0.47
C++/Boost: Synchronize access to a resource across multiple method... +1.12
error C2064: term does not evaluate to a function taking 0 arguments +2.38
Why base class is not automatically deduced in the same "auto&... +0.39
For template classes, do non generic member functions get duplicated? -0.78
c++ sizeof() of a class with functions -0.11
Learning C++: Example of Stack Underflow in C++ -0.70
change bit size of packed struct in derived class -1.57
Can deriving a class from 'enable_shared_from_this' increase perfor... +0.51
Can a templated Pointer class have a virtual destructor? +2.14
Is delete necessary in a destructor? +0.44
Port structure to class -1.89
Checking if my const variable has not been modified externally +1.85
Should I use virtual 'Initialize()' functions to initialize an obje... -0.45
Are standard library required to be standard conformant? -1.16
Is this a situation where I'd want to use "using"? +2.42
Why allocate memory? (C++) +1.25
When auto is used against array, why it's converted to pointer and... +0.30
Iterator for second to last element in a list +0.33
Inline function returning statically created object +2.02
Should one keenly & consciously attempt to postpone variable de... -1.15
Decent way to disallow virtual functions due to placement new usage -1.13
Fast approach to wrapping data in a struct/class +0.99
What is an lvalue? +0.88
Derive from template argument and call its copy constructor -0.54
c++ virtual function problem +0.61
Using same name for kind of variable commonly re-occurring in a nes... -0.08
Can different optimization levels lead to functionally different co... +1.03
Why don't I have to define the same members when I do total special... -1.12
Why do several of the standard operators not have standard functors? -1.14
improvements/changes in pointers with time? -1.90
Is STL a part of core of c++? +0.80
Prevent two object internals from aliasing +1.43
How to declare data members that are objects of any type in a class -1.22
How I can get QMetaObject from just class name? 0.00
Advantages/Disadvantages of a Inheritance, composition and multiple... -2.06
Initialisation lists in constructors trying to initialize a struct... -1.34
Selectively compiling in code outside of a macro -2.36
In C++ why isn't "assert" a keyword? +0.53
Is there a reason why QVariant accepts only QList and not QVector n... -0.21
Passing this by value +0.11
Why I can't define operator= with non-reference return type? -1.21
dereferencing a null pointer within typeid 0.00
Why use static_cast rather than dynamic_cast in here? +0.55
why is the address of a c++ function always True? +4.37
Why are header guards unnecessary in stdafx.h? +4.23
Why define constants in a class versus a namespace? -2.90