StackRating

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

K-ballo

Rating
1638.45 (730th)
Reputation
69,895 (1,236th)
Page: 1 ... 15 16 17 18 19 ... 26
Title Δ
Why the constructor for a base class needs to be called in the init... -0.64
Casting pointer-to-function with ellipsis 0.00
C pointers: When you dereference a char pointer and try to store an... -1.04
Inheriting a constructor in a .h and .cpp file +1.22
CreateFileMapping ends with "Not enough disk space" error -1.47
Is it more efficient to declare variables late? +0.33
convert character array of numbers to integers +0.43
why does the array decay to a pointer in a template function -0.68
C++ Sort Class Type Vector 0.00
Why can't we have non-const class-level static variables? +1.69
Streaming into vector? -0.42
Is X const &x == X & const x? +1.62
Infinite Recursion in Meta Integer Square Root +1.70
Point in circle algorithm? +2.08
value_type for a map having pointers as key +0.12
C++ Error: No match for 'operator=' -1.25
Trying to create a linked list in C: can I just import a C++ header... +0.42
Side effects when passing objects to function in C++ +1.55
Call a class function from within a child class +0.13
Increment variable names? +0.52
error: variable or field declared void +0.32
Differences among several ways of writing conditions with pointers +1.70
In an array, what does &arr[2] return? +0.59
application keeps receiving segmentation fault - except if i add a... 0.00
C++ accessing a struct in a base class from derived class 0.00
Passing static method as argument, no address-of operator required? 0.00
C++ Storing the product of two random numbers -1.25
C++ escape code parameter 0.00
unorder_map<float, short> Why does this work? 0.00
What is the impact of ignoring OpenGL typedefs? +0.75
typedef error: where to put typedef and how it should be written? -0.93
forward declarations -1.38
Can i use custom list to appear in a alert dialog? +0.47
How to return a string from a MACRO function in C? -0.26
How Does Virtual Destructor work in C++ -0.70
What's the difference between a word and byte? -0.52
Void function is causing compiler error "variable or field ‘fu... +0.03
Boost/thread/locks.hpp(85) compilation error (missing parenthesis)... 0.00
C++ linked list help (pointers)? +0.46
How to iterate a C++ map of maps 0.00
Issue in vector -0.34
How to generate n random 1s in an unsigned char array in c/c++? -1.90
How do I fix "invalid type argument of 'unary'? -1.48
boost::aligned_storage copying NON-POD objects like a POD type on r... -1.93
decltype acting inconsistent when used in conjunction with conditio... -0.31
IllegalStateException: Content has been consumed - How to resolve? -0.42
Using empty Boost accumulators 0.00
Automatic template class generation at compile time in C++ +2.40
Is possible to use template argument as string? +1.96
How to specify default value for List<> parameter in a c# fun... +0.09