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 Δ
Can we get the object name using "this" pointer +1.10
C4533 warning: why does goto skip variable initialization? +0.67
Why does Java have a central API documentation, but not C++? -1.44
Dynamically changing the virtual pointer on runtime +0.66
when to block function calls? +1.26
Is Visual C++ correct when it refuses this template-"dependent... +1.69
Could operator overloading have worked without references? -0.70
Compile time typeid without RTTI with GCC -0.71
Delay true base class construction with placement new -1.63
What is the lifetime of a C++ lambda expression? +2.14
Can we return objects having a deleted/private copy/move constructo... -1.37
Strange case of C++11 overload resolution -0.24
std::make_tuple doesn't make references -0.63
How can my library let users choose their smart pointer implementat... -1.17
Why not always use compiler optimization? -0.17
How to return "not found" when return value is const refe... -0.60
Why do I get compilation errors after I conditionally include stdaf... +1.25
C++0x: Slice template fails to compile with range-based for() 0.00
c_str() == NULL not working -0.82
Is sizeof(*ptr) undefined behavior when pointing to invalid memory? -0.05
STL containers with reference to objects -0.50
Template parameters deduction with policies 0.00
Overload a pointer to an overloaded function +0.17
How to instantiate objects whose constructor requires parameters fr... +0.47
Templatize stream operator for printing enumerations +2.12
Interview Coding - Take a pointer to a Node structure as a paramete... +0.33
find size of derived class object using base class pointer +1.31
Is there any difference between __typeof and typeof? 0.00
Question about static variable +0.78
Recipe for `final`: omit `virtual`? +1.02
Byte-for-byte copies of types in C++11? +0.74
Deleting an aliased pointer -0.23
Enforcing contract on concrete instances of an abstact hierarcy -0.04
Event Callback Daemon -0.01
Can I tell a function explicitly to not accept pointers to non-heap... -0.05
Can the conditional operator lead to less efficient code? +1.98
Iterators and Overloading << Operator -1.71
How to allow a std:string parameter to be NULL? -1.08
Template class specialized inside and outside lib -0.17
How to (re)call a constructor of an initialised object? -0.78
Weak reference to a scoped_ptr? -1.92
Convention of using underscores in C++ class member names +0.66
C++ how to create nested class for forwarding your methods? -0.98
C++ Assignment Operator without Copy Constructor -2.00
Loki's SetLongevity function seems unsafe to me, is that so? 0.00
When is using 'typeid' the best solution? +0.54
optional reference implementation -0.87
overloading a virtual function that is used in a base classes non-v... -0.34
Overloading operator&& and || to create a class that saves... +0.43
Copy constructor for point -0.15