StackRating

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

Chubsdad

Rating
1476.74 (4,507,064th)
Reputation
19,408 (7,065th)
Page: 1 ... 6 7 8 9 10 11
Title Δ
name lookup of 'iter' changed for new ISO 'for' scoping +1.04
About scope and lifetime -0.61
tool for getting the stack trace of on a file +1.54
check for memory leak in c++ -0.90
Why isn't this method call virtual like I was expecting? -1.54
How does it work, Test *pObj = new Test(); as constructor does not... -0.16
How does the pimpl idiom reduce dependencies? +1.57
overloading operator+ (C++) -0.96
Create a DWORD Pointer from Offset +1.65
Reviewing C++: Int to Char +0.39
Two different values at the same memory address -1.02
Type within namespace in c++ +1.49
Problem with Inheritance -0.47
Can member function arguments be of the same class type? -0.90
Should a library use an interface that uses smart pointers? -0.38
How do I perform post-mortem debugging for Windows applications? -1.50
Multiple namespace declaration in C++ -0.74
What's a practical use of .PDB files? +1.01
Trying to use a while statement to validate user input C++ -0.79
How portable is code using wmemset()? 0.00
Why does this code compile? -0.39
string function -0.29
Project ideas to become good at C++ +0.36
WCHAR wszFoo[CONSTANT_BAR] = {0}; <-- What does {0} mean? +0.81
Data conversion between int and char -0.71
What does mean this C++ code: "void Foo() throw;"? +1.08
Does reinterpret_cast store a copy of object pointer? -0.29
why is the value being changed even in a const function? -0.06
C++: Can a struct inherit from a class? -0.11
String tokenizer for CPP String? -0.32
difference between c's expression and c++'s expression -0.62
stack growth direction -0.90
A method which can only be invoked when referring to base class? C++ -1.68
Are all functions in the c++ standard library required have externa... -0.93
Is this considered memory leak? +0.20
Const pointer in a class object-oriented bug -0.78
Befriending a class -1.23
memory leak detecting in C++ with/without Visual Leak Detector +0.54
Accessibility of variables -1.23
Class name macro +1.59
Class name macro -0.74
c++ return value -0.23
How to initialize bitfields with a C++ Constructor? -2.02
visual c++ 2010 debugging problem 0.00
Is there a way to clear the buffer element by element? +0.27
Syntax for pointer to portion of multi-dimensional statically-alloc... -0.84
Why does C++ not allow inherited friendship? -0.74
c++ using too much cpu -0.29
Why does this virtual destructor trigger an unresolved external? -0.29
Why, if a char is initialized to 1 and then left shifted 7 times an... +0.30