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 ... 12 13 14 15 16 ... 29
Title Δ
Why doesn't this class implicitly convert to a pointer? +1.56
Require const value for template loop +0.92
Is a NULL pointer's dereference also equals NULL? -0.73
Possible to modify named std::string on construction? -1.61
How to deal the unused const variable in C++ +0.50
C++ Volatile Placement New +1.04
How do I pass a std::function object to a function taking a functio... -1.02
Does C++ support STL-compatible immutable record types? +0.79
semantics of inline variable +0.24
Does forbidding copy operations automatically forbid move operations? +1.40
C++11: function template: passing parameters by reference 0.00
Is a variable an array of size 1? +0.29
C++ Subclass Overloaded Multiplication Operator Hides Base Overload... -0.23
g++-6 errors on shadowed template parameters while g++-5 does not 0.00
C++ default a parameter to another parameter -0.24
How const_cast does it job? -0.38
ISO C++ forbids declaration of '...' with no type 0.00
Using a typedef to create a reference to an array +0.26
How can I bypass the call to destructor at end of member function? +0.76
Avoiding type confusion with the square (or nth root etc) of some q... 0.00
how basic_string<char>,which only offered a template paramete... 0.00
Why isn't the call `A a(c);` in main() ambiguous? 0.00
Template to determine the size in bytes of various variables 0.00
member of class T is an instantiation of template class with templa... 0.00
Why is derived class move constructible when base class isn't? +1.58
Will heap allocated objects have their members allocated on the sta... +0.96
Is there a way to write a lambda expression inside an IF with every... 0.00
Unevaluated operands and auto return type +1.34
C++ compile error constructing object with rvalue std::string +1.70
Is it necessary to include header <iterator> to use begin and... -2.86
Does allocating function scope member causes memory leak? +0.23
How will C++17 exception specifier type system work? 0.00
Use of Union with reference +1.30
Using Linux API headers made for C in C++ +0.63
What is the most idiomatic way to "delay" the constructio... +1.13
Why does a pointer to a string literal cause a compile time error i... +1.70
Convert a series of typedefs to a char array 0.00
Matching function for lambda template -1.03
Are dynamically allocated objects default initialized? 0.00
Not able to understand virtual base class constructor in case of mu... -2.47
What is "template<class T> using owner = T;"? 0.00
Difference between prvalue and lvalue when using casts 0.00
c++ Functions which indicate their return value should be ignored +1.20
Typedef of anonymous class 0.00
Determine which overload will be called when passing type as refere... 0.00
Why result is outputted to 1 +1.23
How do a get the address of the pointer stored in a unique_ptr? -2.98
Achieve functor overloading through composition +0.26
In which compilation unit lives a constexpr variable? +0.62
How does friend class of the base class access members of that base... +0.89