StackRating

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

Pubby

Rating
1641.94 (682nd)
Reputation
40,947 (2,699th)
Page: 1 2 3 4 5 ... 14
Title Δ
Why is it that wcout << ""; is OK but wcout <<... -2.27
Use of member of derived type in CRTP class 0.00
Is there a widely used multiprocessing abstraction library availabl... -0.18
Comparing 2 objects of the same class (overriding == operator) c++ +1.72
Enum return type not working C [Error C2440] +0.38
C++: When using memcpy, what is the difference between myArray and... +1.73
Odd behavior by #define 0.00
C++ overloading operator + +0.15
Haskell List Comprehension creating function -1.94
Call to overloaded to_string ambiguous +0.74
C: wrongly nested switch/case blocks surprisingly works +1.59
Implementing a member function of a class nested in a template class 0.00
Is reseating a pair of references like this legal? +1.70
why doesn't tolower convert my uppercase chars to lowercase? -0.20
Pointer to implementation pattern -2.48
C Macro Expression Return Value +1.75
Compile issue with tuples and variadic templates +0.19
What is the difference between Java Garbage collection and C++ obje... +0.36
Do compilers automatically optimise repeated calls to mathematical... -0.55
Is pointer conversion expensive or not? +1.50
Remove set of characters from the string +0.35
What is this "loop (..) { .. }" syntax construct? (Not in... +0.94
unsigned to signed conversion, what happens at the bit level? -2.27
Using template argument of base class in derived class +1.28
Array with Values and Pointers +0.09
Why doesn't setter change the value in C++? -0.78
Chopping Off the last Number for a Double +0.33
Why use initializer_list instead of vector in parameters? -0.48
In C++, how do I write a 3-dimensional array? +0.34
Idioms for iterating a sequential collection -0.96
Is this an instance of a reference-to-non-const binding to a tempor... -1.56
weird usage of unique_ptr 0.00
Does passing parameters by reference in C++ have to be manual? +1.73
Is there any difference between push_back() and resize(size()+1) +1.78
Inline getter and setter vs public variables -0.56
How to change marquee speed in jQuery? +0.33
Classes not accessing global objects +1.04
How to convert a ByteString to an Int and dealing with endianness? +0.47
Array of const void * pointers and Visual C++ -0.17
c++ base class contain instance of a derived class +0.71
Enums to Array bindings +0.97
how can i make this function return null? -0.02
When does a constexpr function get evaluated at compile time? -1.90
Converting structs from C to C++ (POD) 0.00
Need help fixing strange template error 0.00
C++ copying list of pointers to objects 0.00
Why does a C program crash if a large variable is declared? +0.03
Pointer arithmetic disguised &(array[0]) -1.01
handling void type in template -0.01
Catch Exception from constructor without hiding the object in the t... +1.54