StackRating

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

John Dibling

Rating
1582.83 (2,770th)
Reputation
83,321 (973rd)
Page: 1 ... 5 6 7 8 9 ... 31
Title Δ
Mechanism of Vptr and Vtable in C++ -0.32
Can you put a function inside of another function in c++? -1.21
Virtual function issue in C++ +1.08
Whether there are situations when the object needs to be created in... -0.30
What does *(int*) mean in C++? +0.76
C++: Returning a member variable by reference in member function +1.11
C++ header inclusions +0.35
fundamental types as a function templates parameters +1.32
How to call a no-const function within a const override function in... -0.78
Does a multimap with the key and the value being of the same type m... -0.47
Any advice on how to re-skill myself? +0.37
member function pointer - how to do this? +2.07
too few arguments in function call error +0.12
Creating weak_ptr<> from raw pointer -0.85
Initializing aggregates via routine 0.00
Why prefer std::vector over std::deque? -0.15
Installing boost in debian (for Codeblocks) +0.38
What is responsible for deleting my pointer? +0.78
const in body of C++ functions +0.01
How do I display the minutes in two digits using c++ for my time pr... +2.26
'new char[]' does not work, but it should -2.29
Extracting numbers from weird version string +1.84
Constructing array of disparate types based on element in other array -0.86
Loop optimisation techniques in C++ -0.57
sizeof the class in virtual inheritance +0.32
Is there a more elegant syntax for these boolean expressions? +0.78
Delete object and create again at the same memory place +1.45
C++ Access violation reading location 0xcdcdcdcd error on calling a... +0.93
Why do we have to assign a value while using while loop, in case of... +0.47
Store class member function in a template -0.10
NOT operation on integer value -1.28
visual studio 2012 c++ no cout +0.38
Static C++ map initialization error C2552: non-aggregates cannot be... +0.39
What is the difference between a proper defined union and a reinter... +1.34
Override identifier after destructor in C++11 +1.15
Cannot #include <string> in Visual Studio 2010 without many e... 0.00
C++ enum used instead of const value -1.21
main () returns an integer? +1.99
How to take of the memory allocated for an object to a pointer, to... 0.00
Error in creating object +1.79
Proper way to destroy a map that has pointer values -0.42
Use the right alignment for a buffer which is supposed to hold a st... +1.78
Why there is a type mismatch between my static method's return valu... 0.00
push_back versus operator[] assignment in c++ vectors 0.00
Having trouble downcasting in c++ 0.00
Getting all suffixes of a string in c++ +1.67
How to include a declaration in the comma operator? -1.68
Is a destructor called when an object goes out of scope? +1.10
assigning a base class pointer to a derived class object created in... +1.53
What is the purpose of using conditional statements to activate a f... +0.39