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 ... 10 11 12 13 14 ... 128
Title Δ
C++ Pass a member function to another class +0.25
Can an rvalue be moved into a shared_ptr +0.25
How can C code be run on different processors? 0.00
Cast std function object back to functor struct 0.00
std::map: can it copy and move keys after they have been inserted? 0.00
C standard compliant way to access null pointer address? +0.45
Purpose of (void) in a multiple-action change part of a for loop -1.02
Using declaration in condition part of FOR-loop statement 0.00
How to initialize object's manager w/o initializing object in s... -0.75
Can I use rvalue reference to temporary? Is it undefined behavior o... +1.45
chrono literals in VS2015 0.00
Using SFINAE for structs definitions 0.00
What do linkers actually do with multiply-defined `inline` functions? +0.71
Using std::move for a "take" method implementation 0.00
cannot iterate on a vector +1.42
When exactly is return value copied +1.38
Strange behavior of upper_bound() in Maps -0.57
Optimizing vector assignment c++ -1.26
Initialize std::vector<std::string> from a C style string array 0.00
Knocking out a class template constructor depending on class templa... -2.82
Does member initialization list copy string C++ -0.43
ISO C++ forbids declaration of ' ' with no type? 0.00
why buffers should be aligned on 64-byte boundary for best performa... +1.34
Does the C++ standard require the maximum of unsigned integer numbe... +1.98
How to introduce a name alias for a type in a template +1.13
Why can't I mix C++ universal references with standard reference? +0.16
Can virtual functions be constexpr? 0.00
Pointer to a struct included into struct 0.00
Pass a==b as parameters to uniform_real_distribution ok 0.00
casting unsigned char to char would result in different binary repr... +0.23
C++ Destroying Variables via Scoping -0.90
Operating on a class with many template arguments +0.24
Delete element using iterator, without knowing vector +1.31
Declaration can not happen inside a conditional operator expression? +0.89
c++ returning custom class from function 0.00
Delete dynamic polymorphic object allocated with placement new 0.00
How to manually construct complex matrix in Eigen library? 0.00
How to correctly call default constructor inside another constructor +1.30
why is this reading variant of c++ array operator in a class not ca... 0.00
c - Declaring a variable with both register and static storage clas... -1.28
Why do I get a type deduction error for a lambda returning lambda w... +1.50
operator << overloading for vector of objects 0.00
How to find a value in a sorted vector (C++) +0.65
conditional equality operator/function based on type +1.99
How does the compiler handle a for(auto x: x_vector) where x_vector... 0.00
Getting error: expected unqualified-id before 'default' +0.26
Is std::is_unsigned<bool>::value well defined? +1.99
How can I declare a variable so that it will hold its value and can... +0.80
What guarantees does the C++ standard give for narrowing conversion... 0.00
Structure Packing using __attribute__((__packed__)) in GNU GCC +0.31