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 2 3 4 5 6 7 ... 55
Title Δ
How to get the type of what it depends on from a dependent type in... 0.00
How can I extract the pointer T from std::atomic<T>? 0.00
Retrieve the type of an unnamed struct for using it in a member fun... 0.00
Constructing a vector<int> with 2 string literals 0.00
Access struct elements in a class linitalizer list 0.00
c++ : Defferentiate templates in an if statement 0.00
Writing Template function when called without template arguments 0.00
Exception thrown while trying to use smart pointers +0.19
Why does default copy consructor not invoking when a parameter is s... 0.00
Characters and Access level of inherated constructor +0.98
Compilation failure when inner class uses outer class template para... +0.88
c++ private variable of a passed object 0.00
Why does vector's random access iterator gives the same memory... 0.00
How can I print map key/value with std::variant? -0.63
Returning incorrect value from class 0.00
Is a function call returning a pointer to an object a prvalue? +1.61
C++: Why Protected Constructor Cannot be Accessed in the Derived Cl... +1.13
How to correctly implement a different version from a Base class? +0.20
Template instantiation of templated class constructor -1.65
C++, is there a way to (object.method(0,0) = 10) use assignment ope... 0.00
Why in C++11 we move from one function in vector::resize to 2 versi... 0.00
Problem compiling a template friend example from Stroustrup's C++ 0.00
Are non-virtual methods of the baseclass guaranteed to be available... -1.97
C++ Precedence and Associativity +1.09
How to check the value of a template parameter? +0.40
Syntax for C++ operator overloading in a class 0.00
set::find() not working with user define data type 0.00
Why is my node set as a nullptr after I have set it = new Node? +1.01
Why can I assign characters to string objects but not to vectors of... +0.78
c++ change array by index inside function +0.20
How to print an element of a string vector which was inserted using... 0.00
2-dimensional vector data member 0.00
In C++ are elements of an array of pointer type by default guarante... +0.20
error: bool' cannot be declared with 'explicit' specifier 0.00
In C++, what is the correct way to do perfect forwarding an lvalue... 0.00
Understanding how C++ can return reference and bind to reference -1.44
Brace initialization with constructor for class with virtual function 0.00
What does unordered_map returns when looking for a key that doesn&#... +0.20
Why can't I use a template integer when initializing a std::vec... 0.00
Why does default constructor is called even when I am calling the p... +0.83
Universal reference l-value not copying object +1.18
Map error in the initialization with static functions -0.67
Why can't I pass std::vector<MyType> to this function wit... 0.00
Variable always empty +1.34
Trying to return string array and print contents but receiving error 0.00
template and decltype for void f(int) 0.00
shared_ptr use_count() return 0 after assignment operator (=) 0.00
How to use/access inner friend function of class in c++? +1.02
How can I access the `typeid` of a captured this pointer in a lambda? +0.81
Inheritance from inner class -1.37