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 ... 10 11 12 13 14 ... 55
Title Δ
Does placement new operator disable the default new operator? 0.00
How to store a custom Eigen Tensor class into std::vector? -1.27
Why is my shared_ptr able to construct implicitly from a raw pointer? -1.69
compiler determine argument is given or omitted 0.00
Why is my overloaded "+" operator returning the wrong tot... 0.00
Passing Function Type As Template Parameter Does Not Compile +0.81
How can I verify a class method signature? 0.00
C++ operator order evaluation -0.83
Isn't reserve needed when constructing a std::vector using iter... 0.00
how to make a template function like R f<void(int)>(args...) 0.00
Can't spot the mistake in using "friend" function of... 0.00
Scope of rvalue when immediately passing its member 0.00
c++ template class unable to fix ostream and istream functions 0.00
Does std::vector have a copy constructor for references? +0.94
How to compare the signature of two functions? -0.15
Const and reference member function qualifiers -1.02
C++ Unexpected behavior with remove_if 0.00
Conversion vs subscript operator overload for class wrapping an array 0.00
How to make a subclass of a class template a class template? +0.24
Accessing non const method from const object +1.09
How to change the return type depending on the input C++? +0.85
How to use template to generate a regular argument list and pass it... 0.00
Template meta programming -0.34
Variadic templates: unfold arguments in groups +1.03
why auto variable won't become reference when I use std::string... 0.00
C++ overloading template on assigning value or callback function -0.55
Is there any error in the way I am trying to create temporrary object 0.00
Has c++ standard specified the evaluation order of an operator&... +0.47
When is an array automatically initialized to it's default data... 0.00
C++ - Constructing wrapper class around structure with same syntax... 0.00
A function template that takes reference type parameter 0.00
Vector of (Structs having vector) +0.86
Are pointers passed by value in C++? +1.52
Question about C++ call virtual function implemented in base from d... +0.77
How to return a template container (i.e. vector, list, array) in a... 0.00
'this' argument to member function has type 'const'... 0.00
Why I can't use `+1` in the iterator of `map` in c++? -1.92
Invalid initialization of non-const reference of type std::_Bit_rer... 0.00
Why I can't use parametric constructor within a class? 0.00
Difference between these two declarations of dynamic arrays of obje... +0.81
c++ Operator overload - What operand type am i actually returning? 0.00
address of overloaded function does not match required type 0.00
Reason to use std::move on rvalue reference parameter +0.89
Build a vector with step c++ +1.03
Initializing a constexpr array of function pointers +0.62
Why once wrap typedef function signature doesn't match the orig... 0.00
C++ std::vector<T*> if you hold a pointer to a pointer elemen... 0.00
C++ countof Implementation for Member Arrays +0.17
Problem with initialization of vector of vector of shared_ptr class 0.00
when would you change std::vector::end() directly? +1.09