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 ... 22 23 24 25 26 ... 29
Title Δ
static_cast<> and unrelated class concersion 0.00
Constructed temporary object are lvalue? +1.99
Index a character in a wchar_t array +0.69
What are the conventions for classes named "base" and &qu... +1.15
what actually happen converting c++ const char * to string 0.00
Variadic Functions- When Should I use &&... vs &...? 0.00
Understanding constructor concept +0.74
Is a pointer-to-function is a function object type? -2.66
Is store reordering allowed by C++ as-if rule? -1.59
Why does gcc warn about decltype(main()) but not clang? +2.14
Can write to a file fail in the middle of a flush operation 0.00
What is the order of subobject initialization? +0.24
How do I detect if my code is being compiled with -fno-exceptions? 0.00
Check array element for null -0.55
How to check if a file exists in C++ with fstream::open() +0.29
How to catch .erase exception in vectors? +0.33
Why are std::begin() and std::end() overloaded for std::initializer... 0.00
Can a class use itself as a static type? 0.00
auto changes meaning in C++11; please remove it what does this mean? 0.00
Template type deduction when converting from one type to another 0.00
rvalue reference to function 0.00
Integer representation of pointer 0.00
Making shared pointer point to new instance 0.00
Is the deletion of a constructor inherited? -1.58
error: invalid initialization of reference of type ‘LineLayer&’... +1.86
Why does "#define WC(p) L#p" not work in GCC and Clang? 0.00
What are the default initialization values of static variables in c... -0.77
Range based for and deque vs vector 0.00
why can't I pipe output from both execl calls? -0.66
What data type should I use for a general purpose integer? -1.53
What's the difference between namespaces & classes? +0.34
Reference_wrapper: Push_back works but not assigning +1.23
Which rule in the C++11 Standard does describe the matching mention... 0.00
Pass more parameter in overriding new operator(C++) +0.08
what is sizeof() operator doing in C++ -0.15
Arrays in Classes +1.36
C++ call templated constructor for template class 0.00
C++ using new to create object array with initializer -0.40
How can I 'push_back' large size objects in STL containers? +0.43
STL iterator of superclass calling subclass method 0.00
Performance issue: Java vs C++ +0.28
C++ Method overloading by Inherited Parameter Type +0.34
avoiding the first newline in a C++11 raw string literal? +0.39
How does overload resolution work with variadic functions? 0.00
Increase array size +1.01
Can I use always emplace to replace insert for single element inser... +1.80
What is the behavior of the compiler's ctor? 0.00
Allocation function and pointer to returned +0.32
Object lifetime of local placed into a new array +0.33
Generalized lambda capture on param-pack? +0.34