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 ... 14 15 16 17 18 ... 29
Title Δ
Is this deletion expected to destruct each array object? 0.00
c++ how to assign specific value to defining class in another class -2.03
same-length same-signedness integer types in template parameters +0.24
typedef typename in templated class 0.00
Why does including the .h also make the .cpp source come along with... +0.23
Inside of a class, why `auto b() -> decltype(a()) {}` works, but... +2.24
Return const reference to const reference argument 0.00
C++ SFINAE void_t not working 0.00
syntax for returning reference in C++ - the ampersand +0.90
Describe the memory consumption of this metaprogram +1.16
How can I get the type of a function that provides a const overload? 0.00
Error when using extern in c++ 0.00
effects of using declaration on name lookup for two exactly same na... +0.30
How safe it is to sort a mixed datatype vector based on the integer... 0.00
Template class method does not cause error -- is this part of the s... 0.00
Assembly instruction has a computation in it, how does this work? 0.00
std::addressof as a constant expression in C++17 0.00
Why do reference variables need to be initialized at definition? 0.00
Can statically unreachable calls cause undefined reference errors? +0.69
Why std::function has no function_type or equivalent member type? +0.95
c++ inline function and pass by reference 0.00
Code compiles with g++ 5.2.1 but not with g++ 4.9.3 0.00
Defining Classes that Contain Pointers to Each Other +1.38
Best way to pass function as parameter +0.26
C++ async segment fault 0.00
Is there a way to have an operator= for an enum? +0.98
Unable to call member functions 0.00
How can I perform perfect forwarding without using templates? +1.00
Does std::forward_list support manual re-pointing? -0.74
Is reinterpret_cast on priority_queue to iterate through the underl... +1.02
What happens to a value assigned to take up more than a types avail... -0.00
How to prevent implicit conversion from int to unsigned int? -0.45
Calling method of template base class +0.25
What is Perfect Forwarding equal to +0.25
Is it possible to get a sub-array of a std::array in C++? +0.24
Argument dependent lookup for friend functions 0.00
Are C++ bools converted to ints during comparison? +0.25
That occurs copy operation when casting pointer to reference? 0.00
Make std::fill call a non const qualified operator overload +1.46
Comparison between usage of std::forward 0.00
How can you access nested classes 0.00
How to make compiler give at least a warning when const is not used... -2.28
C++ initialization list and constructor 0.00
c++ operator overloading with two non-class arguments (solved with... +0.58
Can't a class have static member instances of itself? +1.19
C++ Virtual Method return different derived types +0.26
c++ - size of std::bitset<0>? 0.00
Forbidding implicit `unsigned` to `double` conversion 0.00
Define std::hash for enum member of class template 0.00
Type of variable declared with decltype (having function as an expr... +0.24