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 ... 20 21 22 23 24 ... 29
Title Δ
Restricting function template parameter to certain types +1.78
How to avoid repetition of the enclosing class type when auto and d... 0.00
IS reference to a reference illegal in C++? +1.33
What order are destructors called and member variables destroyed in... -0.21
exception with non virtual destructor c++ +1.21
The order of evaluation of equality operator in C++ +0.31
Switch in protected scope C++ xcode +1.07
virtual function hirarchy in c++ -0.78
Why gets() takes more character -1.56
When does a type get promoted to an unsigned int? +0.06
What kind of sorting do we have in std::map or std::set? -0.20
When exactly does C++ dispatch dynamically? -2.38
what is the difference between a[0] and &a[0] in string -1.34
What data types are involved in implicit casting in C++? 0.00
gcc: switch or pragma to suppress the "%p" format warning... 0.00
Ref-qualified member functions design breaks on const rvalues -2.36
Where are lambda captured variables stored? -2.17
C++ Input stream: operation order in Solaris vs. Linux 0.00
Does C++ have a package manager like npm, pip, gem, etc? 0.00
C++ Operator priority =, * and ++ +1.46
Copy Constructor +1.00
Use "this" in a function declaration (as a default parame... +1.39
Why does adding two spaces produce incorrect output? +0.94
C++ How do streams allocate space for input? 0.00
Can I offer strong guarantee to a function inserting 2 pairs in a s... 0.00
Primitive types limit safety -0.63
Function overload using lambda function signature +0.31
Template operator overload of template base class 0.00
Store pointers of different type in one array +0.28
Cast boost::array<float, 12> for function with argument (cons... -2.38
What should be the exception guarantee in a (default) constructor t... -0.37
Why does a struct have to be in the same namespace as a template cl... -2.16
5-dimensionnal vector declaration +0.61
Why does qualified name lookup find an unscoped enumerator? 0.00
What is an 'extern inline' function and when to use? 0.00
Does compiler generated copy constructor/assignment renders it'... 0.00
How does this syntax compile? -0.51
How does main() handle a variable number of arguments without ellip... -1.69
Does std::equal_to is reliable for float types? 0.00
How to emplace object with no-argument constructor into std::map? +2.28
Pass string references vs values C++ +1.16
What if the virtual destructor defined in derived class, but not th... -0.21
What exactly happens when I use * before a pointer? +0.57
How to avoid -fpermissive? +1.61
Other type of "const"? -0.73
Is this recursive function impossible to be iterative? +0.40
Check if character is upper case in older c-style +0.83
What's the best way to declare a bidimensional array of unknown... -0.11
When do I use '#include <string>' at the start of a C... -0.34
Why is everything in C++ capitalized? +0.40