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 ... 10 11 12 13 14 ... 29
Title Δ
Xcode inferring namespace? 0.00
How can a pure-virtual function be invoked without its name being e... 0.00
What is the benefit of stopping the users from creating copy of obj... -0.49
Can template argument deduction for class templates work for non ty... +1.11
Bucket count in unordered_map +0.93
Is c++ delete [] applicable to primitive types +0.41
What's the difference between "auto v = f()" and &quo... +1.35
C++ const lost on reference +0.98
How To Destruct Destructor-less Types Constructed via 'Placemen... +2.06
How does std::end work on native arrays 0.00
Does C++ allow normal parameters after variadic template parameters? 0.00
How to get std::thread of current thread? +0.99
Why does declaration order matter in C/C++ and not in Java/C# -0.00
How can I declare a two dimensional array with the <array> he... +1.01
ODR of template class with static constexpr member 0.00
Is it safe to return a shared object by reference with "std::l... 0.00
Error decrement of read-only member when using std::map 0.00
std::shared_ptr - can I use equal sign (=) for initialization? -1.81
C++ Priority Queue Declaration 0.00
C++14 Template enable_if return type 0.00
What is the type of the right hand side of the assignment operator... 0.00
Are function scope static or thread_local variables initialized in... 0.00
C++ Referencing extern const within a namespace +1.66
Why can't "PURE" be defined as a const set to 0 to id... +0.25
Why (1+3)[a] is the same as a[1+3]? 0.00
c++ swapping array elements by moving, not copying +0.40
Is std::array safely returnable +0.52
Delete or delete[] over new int[][] +0.23
C++ - unique_ptr within a unordered_map leads to errors 0.00
Data mismatch and compiler cannot deduce template argument 0.00
Deleting STL-container element via iterator only 0.00
Generic exception handling in C++ -0.27
Template function requires existence of inner class in non-template... 0.00
When does a derived class need to implement a method as const? -1.65
Should the destructor for a base class that you won't use to de... 0.00
linkage of function with parameter from unnamed namespace 0.00
Are there any nuance differences between the syntax this->func()... -0.48
transfer of control bypasses initialization of: 0.00
Returning member class in C++ 0.00
std::initializer_list<int const> cannot be constructed from s... 0.00
What is the difference between ::std::string and std::string? 0.00
What if RAII constructor throws? +1.40
Reinterpret struct with members of the same type as an array in a s... +0.79
c++ explicit call to constructor and temporary object -0.40
Why can't constexpr member used for static_assert? +0.22
What's the relationship between "gcc linking" and &qu... -2.59
Why does std::map not always allow a compatible type as its key type? -0.85
c++ how to define new variable that represents another variable jus... 0.00
Passing a variable to a function which takes a smart pointer as a p... +0.81
How deeply nested can constexpr expressions be? 0.00