StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

songyuanyao

Rating
1756.69 (35th)
Reputation
104,828 (688th)
Page: 1 ... 20 21 22 23 24 ... 55
Title Δ
Removing a pair from a vector of pairs 0.00
Type trait dependent specialization of template function 0.00
A lambda function which is a member variable crashes +0.85
Range of indexes not default initialized in arrays in C++ -1.91
When apply observer pattern an error occured 0.00
cpp program hanging when accessing member variable of a class member 0.00
How to specialize template for array of strings? -0.32
what's the difference between the two copy constructor invocati... 0.00
Returning a locally created const char* +0.21
Why is the move constructor involved here -1.93
C++ template: no matching function for call +0.84
How the first argument in template parameters list getting skipped... 0.00
class template, referring to its own type in definition 0.00
Is it possible to set a specific member of an array with initializa... -3.25
Why I get the following error: "no match for 'operator==&#... +1.12
Template template argument deduction failure with GCC (works with M... -0.36
What is the benefit of parentheses in that case? +0.21
how to delete an object passed to a function like this `foo (new Ob... +1.34
not understanding double forwarding of an lvalue - when passed by v... -1.43
How std::advance iterator type is deduced? -1.47
Why do I get error "'cout' in namespace 'std'... 0.00
How to erase a certain element from a shared_ptr to a vector of obj... +0.20
Instantiating struct with string that has string.reserve() +0.92
virtual insertion operator overloading for base and derived class -2.72
Difference between return {} and return Object{} +2.10
Why are different conversion functions for int and const int allowed? +0.94
Constructor initializer list is not calling copy constructor +0.21
Why does this compile when passing a lambda in direct initializatio... +1.29
function template with unused template parameter 0.00
Why does std::is_same give a different result for the two types? 0.00
QWidget Initialization different behavior in function calls 0.00
Passing non-lvalue as const reference argument. Is the temp created... -1.30
Call non-default constructor as member initialization +0.21
Call not default object constructor for each object uniquely when c... +0.54
Why use “b < a ? a : b” instead of “a < b ? b : a” to impleme... -2.18
Subscript (" [ ] ")operator gives strange errors 0.00
cannot convert from const char* to const char *& +0.92
why sfinae overload is not resolved 0.00
How to define an array of const pointers in C++? +0.80
Why does "return (str);" deduce a different type than &qu... 0.00
Errors while using templates templates parameters 0.00
Initialisation of extern variable +0.20
getting a pointer to struct inside a map -2.92
Why did the author use reinterpret_cast? 0.00
How do I push vectors by reference? +0.65
How to pass a parameter by reference to a member function of templa... 0.00
What does "int* p=+s;" do? +0.59
Segmentation fault when using dynamic_pointer_cast 0.00
emplace_back causes link error on static constexpr member 0.00
Why rvalue reference as return type can't be initialization of... +1.11