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 ... 15 16 17 18 19 ... 29
Title Δ
exec() confusion, more like replacement or subroutine? +1.32
Why chained prefix increment/decrement for builtin type is not UB f... +0.26
static_cast<T* volatile*> - what does this code mean? 0.00
Use of class template requires template argument list? +1.16
overide pure virtual function not possible with const struct timepec* 0.00
Cannot apply const to typedef reference +0.25
Is it undefined behavior to pass-by-reference uninitialized variable? -1.08
C++11: Implementing a Selector between std::array and std::unordere... -1.53
Abbreviate the full name of a type defined in a class -1.51
Get type of outer class in template 0.00
Templates: how to pass a non-type argument object as a non-type arg... 0.00
C++ template with pair and static function 0.00
When using Templates in C++, what does the "T()" function... 0.00
C++: Can you return values of 0 or 1 as false and true in boolean f... 0.00
Impossible to make a <list <list< int* > > work 0.00
Do I check the existence of a macro function with or without the pa... +0.26
Implicit conversion to lvalue reference 0.00
Passing member functions with variadic template arguments to variad... 0.00
Why do these two lines produce different overflow behaviour? -2.41
How do I clear dynamic memory when an exception is thrown? +1.80
What does initializer_list do? +0.08
Why can a compiler convert char to int in C++? +1.12
C++ function overloading resolution involving pass-by-value, refere... -0.88
why int *const p1; results in error while int *p1;works just fine +0.22
C++ call method of not yet constructed object +1.01
GoogleTest initialization by reference 0.00
Timing of scope-based lock guards and return values -1.12
C++ unique_ptr separate declaration and instantiation -2.32
Move semantic and an object-type parameter -1.17
member function pointer conversion 0.00
Why can I pass an argument of incomplete type to a function? 0.00
Shared argument in constructor initializer list -1.59
Shared argument in constructor initializer list +1.41
Have a new conversion operator without modify sources -0.25
Is it possible to recover from std::abort? -0.22
Name of the parts in a function member declaration 0.00
C++: Templated class pointer conversion 0.00
c++ evaluation of ambigous sum expression +1.23
std::transform order guarantees 0.00
How to prevent accidentally calling a mutating function on a non-co... +0.74
What is the different between *&aPtr and &*aPtr? +1.07
c++ : How to bind inherited methods only to parent classes? 0.00
How to best handle copy-swap idiom with uninitialised memory 0.00
Deleting a mutex that is locked +1.41
How to cast a pointer to member of base class to a pointer to the s... 0.00
How to unmangle a c++ symbol at run-time? +0.26
initializer_list<T> can't convert to initializer_list<... -1.63
When can I safely inherit from a base class in C++ -0.30
Making operations with a class as an operand possible in C++ +0.25
What's the use of passing a container to priority_queue +0.24