StackRating

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

David G

Rating
1601.51 (1,714th)
Reputation
69,522 (1,247th)
Page: 1 ... 4 5 6 7 8 ... 41
Title Δ
Uniform Initialization with curly brace is mistaken as Initializer... 0.00
c++ operator= weird behviour -0.01
Why are non-const vector<bool> elements const? -0.88
Clang warns me when I aggregate initialize an array while gcc doesn... -1.48
integer_sequence and default parameter value 0.00
Imitating fortran print and write syntaxes in C++ 0.00
Double template<> in template specialization -2.00
Why isn't std::result_of<int(int)>::type valid? -0.56
Setting the content of a std::stringstream with str(const char*) ha... +1.25
Passing template function as argument for normal function +1.68
Garbage value in implicit conversion from expression `wchar_t + wch... 0.00
Custom streambuffer in std::ofstream 0.00
C++ virtual base classes: parent's copy constructor doesn't... +1.71
Variadic template method and std::function - compilation error -0.44
Templated class: Check if complex at compile time 0.00
Openning an fstream for reading/ writting (binary) 0.00
In-class member initializer using a constructor: is it allowed? +0.39
How can I setup a callback to be executed when function returns in... +0.39
Why specialization based on enable_if is not picked up by compiler 0.00
Using enumerated class values to call an array element in C++ +1.60
point of instantiation and name binding 0.00
C++ saving the return value of the member function setf() -1.19
Getting error "reference to non-static member function must be... +0.06
Istream and ostream in inheritance -1.41
Compiling template scalar vector addition operator when operands ar... -0.53
fill_n() is not letting change variable value +0.28
Storing Lambda in class segfaults +0.45
Array of function pointer by reference +0.40
how to remove error : X is not a class template 0.00
How can I make the sign appear at the end of the fill when using st... 0.00
Declaring friend class template via wrapper -0.55
enable_if cannot be used to disable this declaration +0.41
How to convert a vector<int> to string in C++ +0.39
Deducing value type from iterator for return type of template funct... -0.08
Not deduced context in variadic function template +0.39
What am I doing wrong here? Or is this a clang++ bug? 0.00
Is there a difference between ifstream::binary and ios::binary? +0.38
Why does decltype on a string literal not yield an array type? +2.40
References for type deduction lambda +1.64
ADL related GCC 4.7.2 issue with expression SFINAE 0.00
class with union use of deleted function on constructor +1.61
Move semantics in the presence of virtual bases +0.41
Passing an array by reference to thread +0.40
Initialize an object as an instance of a subclass C++ -0.77
Are initializer lists called before or after default constructors? +0.43
Using std::function for memberfunctions +0.39
How to choose among similar functions from different namespaces bas... +0.95
dynamic_cast causing a bad_cast error +2.99
C++: static instance of inner class in outer class -1.62
What is the meaning of || in javascript? -0.10