StackRating

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

Brian Bi

Rating
1734.03 (61st)
Reputation
68,782 (1,268th)
Page: 1 ... 18 19 20 21 22 ... 29
Title Δ
Template argument for template type parameter must be a type? +0.26
What does the compiler do here: int a = b * (c * d * + e)? +0.98
What is the difference between overloading the assignment operator... 0.00
C++ implicit and explicit inheritance constructor calls +1.52
Multiple inheritance ambiguous base class +0.30
Why must const class members be static to be properly optimised? +1.60
If I take a raw pointer of a unique_ptr and then use reset, is the... -0.07
Are initializer lists called before or after default constructors? +1.68
C++ explicit universal reference constructor does not hide copy con... +0.73
The simplest way to create a member function returning reference to... 0.00
lvalue required as left operand of assignment C++ 0.00
How to tell if a function uses a system call 0.00
function && qualifier behaviour +1.80
How to save an address to a smart_ptr +0.26
What does "§ 27.7.3.6.2/1" refers to? -0.98
Why does binding to const reference from a ternary make a copy? 0.00
Polymorphism not kicking-in when calling virtual method on base cla... -0.07
Allocation of global variables C++ +0.76
How does C++ resolve specialized templates considering constness, t... +1.86
Is it possible to write two template functions as one when the only... 0.00
When using templates, is it possible to determine the type of Lvalue? -2.00
When using templates, is it possible to determine the type of Lvalue? +2.00
Why doesn't a using-declaration work to solve the diamond probl... +1.81
Error accessing static private variable in C++? -0.91
How to write one line and nested 'if' statement without ... -1.10
Why is a string passed as const string in a function parameter +1.26
Reading through getchar_unlocked -failed case 0.00
Why does writing into temporary string stream object only print obj... +0.13
qualified names in C++ class declaration +0.30
Compute the "lower contour" of a set of segments in the p... -0.70
Someone explain why the ambiguity here, please? 0.00
c++ function resolution selects templated version over plain function +0.32
How to portably find out min(INT_MAX, abs(INT_MIN))? +0.65
Using gcc attributes with C++11 attributes syntax -1.33
Is there memory leak if function returns std::vector<std::string... +1.56
Calling constructor with braces instead parantheses +1.31
Is using std::time with std::srand valid code? 0.00
Using declaration in C++ +0.26
Confusion about what is actually happening with this decltype state... +0.76
Order of destructor calls in C++ +0.30
No viable overloaded on XML parsing program -0.84
output stream operator's overload 0.00
Questions on universal reference and lvalue refs +0.30
C++ function that take a member function and return a static lambda... +1.52
C++ : How do I call private methods through public ones? -0.51
invalid new-expression of abstract class type error -0.44
Why defining classes in header files works but not functions -1.82
Force static_assert to fire during type instantiating +1.27
Syntax for defining const array type +2.07
C++ const reference allows change from an expression? 0.00