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 ... 14
Title Δ
Friend, Forward Declaration, C++ -2.25
Advantages/Disadvantages of using __int16 (or int16_t) over int +1.37
How can I add operator definition to an existing struct from a head... -1.28
Why use static functions in C? +1.47
Why the code using std::map can not compile? +1.50
efficiently mask-out exactly 30% of array with 1M entries +0.89
For-loop going down a tree 0.00
Cache locality with unique_ptr +0.33
Do I need memory barrier for accessing memory modified by the threa... 0.00
C++ binary search tree implementation, dynamic array or structs/cla... 0.00
result_of for member object with cv-qualified argument +1.33
Erasing elements from unordered_map in a loop -0.20
If the A* algorithm explores more than one path, how do you choose... 0.00
Find a line intersecting a known line at right angle, given a point... +0.31
C++ slows over time reading 70,000 files -0.71
Custom deriving(Read,Show) for enum type -2.14
Typedef a template argument +0.33
Declare C function friend of class and return C enumerator 0.00
How to use smart pointer in this situation +0.94
Expansion of C++ macro within macro to be concatenated -0.43
What is the lifecycle of a C++ object? -1.02
C++ Templates: Inlined code and Compiler Optimzations 0.00
Compiler not giving error for alternative name for 'default' case i... +0.35
Access to class member by increment operator 0.00
How to distinguish between object and const object +1.89
std::move in constructor initializer list in class template +0.30
How can I extend stl classes to have my own methods? +1.21
Different casting operators used by different compilers -0.96
What are these c++ syntax equilvalent to? +0.24
Is there a better function that rand()? +0.75
Lazy logic and temporary values to improve the reading of an expres... +0.35
C++ comparing iterator with int -0.54
How to use generics in Haskell 0.00
Bruteforce Attack Project 0.00
Langtons Ant in C++ (console) - core dumped 0.00
How to get sampling points by rotating a direction in a for loop? -0.68
Get dummy reference to an object of type given by template argument 0.00
Difference between positioned and direct light in C++ OpenGL? +0.31
forward declare a template alias 0.00
How to reference structure components in C++ +0.32
Is there a difference between const char * const and char []? +0.46
Is there a particular syntax for initializing an std::array from an... +0.33
Recursive function inside of a function c++ +1.58
std::transform is NOT analogous to std::for_each? -1.16
ANSI C : test return from calloc API - differ from windows and ibm... 0.00
C/C++ unsigned integer overflow +1.37
How come when I make a small change I get errors saying things aren... +0.31
Is it bad practice to have a unique_ptr member that has a raw point... -1.70
Why Utf8 is compatible with ascii -1.20
Is it safe to use string assignment and compund assignment? +0.28