StackRating

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

dlf

Rating
1537.39 (13,199th)
Reputation
6,476 (25,020th)
Page: 1 2 3
Title Δ
How to enforce non-ownership of a pointer? -1.84
Array data lost when returned from function in C++ 0.00
C++ Using namespase std, using std::xxx or just std::x? -0.38
Passing lambda functions to other methods -3.33
C++ function that dynamically allocates a char array buffer to a pa... +3.66
C++ Is there a way to get template types? +0.84
Visual Studio 2012 different values Release/Debug mode +1.95
How to immediately insert a vector inside a vector? 0.00
Calling true virtual function in base class -0.19
dynamic cast for references -0.27
Is it dangerous to use the following in vector? 0.00
Order of Header files being included in a C++ app 0.00
C++ and friendship of nested private classes -2.58
Reading char to (char pointer) +4.70
Managing C++ Delegate lifetime 0.00
binding to boost::function class member compilation error -0.34
"Multiple definition of.." "First defined here"... 0.00
CPP reading 0x0A as string instead of hexadecimal 0.00
Virtual destructor in simple data base program in C++ causes bug 0.00
Using virtual methods in class derived from templated base class +4.02
Error: invalid operands of types ‘const char [35]’ and ‘const char... +4.03
10 fold size increase when reading file into struct -1.56
cannot convert from 'DerivedClass *' to 'BaseClass *&' +2.08
How to sort vector < pair <int, int> >? -2.58
Differences: A* a=new A(); vs. A b; A *c=&b; +0.04
Why do I occasionally see "MediaPlayer finalized without being... 0.00
C++ storing local variable into a vector prevents it from being des... -0.25
Function template overload resolution -0.12
C++ Boost: call function from parent thread 0.00
What does that have to do with function overloading? +0.75
Location request times out when alarm wakes device; do I need to re... 0.00
How to get a pointer type's pointed type? -4.65
Is it ok to skip delete for a dynamically-allocated static member v... 0.00
Why are some functions within my template class not getting compiled? 0.00
Forward declaration for member pointer with public access -0.63
When I make a vector of a parent class, if I put a child there, chi... +3.42
Strange use of void in c++ code +4.36
expected ')' in c function prototype -0.07
Accessing std::vector elements via pointers vs end() +3.69
Restore a minimized window of another application (C++ WinAPI) 0.00
Replace reapeted element in an array 0.00
Setting private data members with same name as set functions parame... +3.56
Waiting for main() to return? -1.96
How to reaim references c++ -0.51
Unexpected error when using a typedef for an integral type 0.00
Checking if reducing iterator points to a valid element +1.10
Geting Data from a Tree Structure 0.00
How to pass a pointer to a static function as argument to another s... -4.02
Function specialized with template -1.24
Return newly allocated pointer or update the object through paramet... +4.17