StackRating

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

Yakk - Adam Nevraumont

Rating
1564.05 (4,902nd)
Reputation
197,071 (244th)
Page: 1 ... 83 84 85 86 87 ... 99
Title Δ
C++11 move(x) actually means static_cast<X&&>(x)? -0.46
How can I pass a C++ lambda to a C-callback that expects a function... -1.54
Determining if two vectors contain two adjacent items the same -0.03
What happens when the [] operator fails and I need an assert on that? -1.35
Which is the idiomatic way to document a static_cast? -0.04
Move-assignment and reference member -0.53
Why is throwing a non exception considered bad design? -1.20
How to correctly normalize a floating point value in C++? -0.11
Is there a way to define a function for different std::array withou... +1.49
Is there a way to define a function for different std::array withou... -0.68
Curiously Recurring Template Pattern Bug in VS2010? -0.03
Mixing C++ flavours in the same project 0.00
In function call, why doesn't nullptr match a pointer to a template... -0.90
Safe reference in C++ (single-ownership pointer with notify semanti... +0.90
How to write a getter method so that it returns an rvalue -1.30
unique_copy elements value from map to vector -0.60
usage and syntax of std::function -0.83
Does std::thread().join() really make threads run concurrently? -0.31
Memory layout of vector<foo> that contains some foo_subclass... 0.00
Can a multidimensional array be filled from variadic template? +0.16
Why have move semantics? -1.02
How to initialize "unsigned char *" with default argument... -1.95
C++11 range based auto for loop by value, reference, and pointer +1.20
How to check if 1/a == 1/b + 1/c in c++? -1.01
elegant template overloading solution? 0.00
How to resolve "There are no arguments to <name> dependi... 0.00
Use SFINAE but don't create a compile error -0.19
Thread joining issue +1.93
Separate enum declaration and definition in C++11 0.00
Why push_back is slower than operator[] for an previous allocated v... -1.59
Why assignment to std::function<X()> doesn't compile when it... 0.00
Overloading operator[] in C++, but to prevent a[i]=one_special_spec... -0.50
Get rid from switch case by using array of functors +0.48
Is there a cleaner way to replicate an unordered_map with multi-typ... +2.43
Alternatives to using template template parameters -1.33
Moving const and overloaded Universal Reference in C++ +1.66
How to implement boost MPL FOLD in C++11 only using parameter pack ? +2.35
Macro compiles with GCC but not with VS11 +0.47
Why doesn't boost::hash_value support boost::unordered_set by defau... 0.00
Using {} in a case statement. Why? -0.61
C++11 Thread- doesn't compile when I pass in unordered_map argument 0.00
Using base class operators for derived classes in C++11 +1.80
Are C++11 lambdas themselves subject to RAII automatic deallocation? +0.41
check if member exists and invoke it or do nothing 0.00
C++ how to check if an element of all objects stored in a vector ha... -0.49
Automatic comments in a C++ file 0.00
Error C2064 using <functional> and <bind> +0.65
binary search tree assignment operator -0.70
Array initialization in c++ (not strings) +0.02
Rearrangement of packets using pthreads 0.00