StackRating

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

Kerrek SB

Rating
1697.53 (161st)
Reputation
454,731 (75th)
Page: 1 ... 8 9 10 11 12 ... 128
Title Δ
Why tab[i][j] = "value" segfault -2.20
What do member types mean in vectors? +1.09
Passing 'const' pointer which points to another pointer in... -0.59
Why atomic provide the compare_exchange_strong? +1.09
Declaring a function with types of arguments taken from a foreign p... +1.31
Declare a static variable inside the loop or declare a regular vari... +1.10
Is it safe to call vector.resize(0) after moving its content -2.94
C++- Adding or subtracting '0' from a value -0.65
Why is my shell only detecting return codes between 0 - 255? 0.00
C++11: Parameter Pack Expansion Counter +1.00
C++ dynamic objects. How is object size determined during runtime? -0.72
C++: how to make getters and setters work with an empty constructor -1.27
How/Where are references stored in c++? 0.00
Why i cant check if a variable have a value using == true? +0.51
Why doesn't forward iterator have addition assignment operator? +1.27
C++ reference to class data member 0.00
Can std::vector move its data to another address at emplace_back()... +1.48
Is a mutex necessary when only inc/decrementing a variable? +0.72
how to initialise data members of a class such that those data memb... +0.79
Cast float to int, or int to float? 0.00
Function that captures a copy of the loop counter in Rust 0.00
Get non-const reference from dynamic_cast -2.53
Why aren't typename template parameters implicitly recognized a... 0.00
Can I create an anonymous on-the-fly class (implementation of an in... -1.29
C++ how to avoid ambiguous move constructors 0.00
A class that inherits from two classes in c++ 0.00
Why does std::map not have an insert function of type insert(key &a... -0.22
Provide public specialization of protected template member function 0.00
How to use STL sort() function to sort elements in pair/structure? +0.23
C++ Map erases the element but inserts it another time +0.23
several alias namespaces in if-statement +1.28
ISO C++ forbids declaration of ‘func’ with no type [-fpermissive] 0.00
Use Heap Memory in c++ +0.25
How to call 'call by value ' and 'call by reference'... -2.69
Something strange that I saw in C? +0.24
Why can't base type pointer take derived class object's adr... 0.00
Meaning of "reserved for the implementation" -0.12
Sending structure to a thread in C -0.28
C++ set find value smaller but closer to x -0.99
std::rethrow_exception and thrown exception type +1.88
Is it correct to have a const function which modified a 'scratc... -0.04
Mutually exclusive functions calling each other +0.93
Implicitly convert a lamba to a function ptr to create a class -1.99
How can I extend the lifetime of an rvalue reference returned from... -0.75
Save Function Pointers in Arrays C++ +0.45
Why doesn't the compiler generate compile errors if an incorrec... +0.18
Multidimensional array and addressing +0.60
C++ Initializing and Functions from Derived Class from Vector of Po... +0.23
Specialize a member function but not entire class +1.34
How do I make template type deduction work with references? +2.02