StackRating

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

Jarod42

Rating
1595.26 (2,009th)
Reputation
130,253 (480th)
Page: 1 ... 8 9 10 11 12 ... 111
Title Δ
Generic function that receives different STL containers [C++] +0.26
Switching between two typedef structs, depending on boolean +1.29
Function parameter with unknown value cannot be used in a constant... 0.00
Unrolling and forwarding arrays 0.00
C++ equivalent for C-style assertions? 0.00
unable to replace raw loop in function template 0.00
push_back iterator in vector? 0.00
Proper API for access data members of container<T> 0.00
Overriding a virtual function with a covariant return type in a tem... 0.00
Cannot convert the same type g++ 0.00
Exponential compilation times with simple typelist implementation.... 0.00
How to access the position of an object within a vector when using... 0.00
Use of emplace function of std::variant in template 0.00
C++ template type circularity and non-template pointer to template... +1.54
How do I find the index of the element being passed to the predicat... -1.95
How to make sure arguments are passed as const reference? 0.00
How to write the same function with same name that handles differen... -1.97
Deducing the type of a pointer non-type template parameter 0.00
How can i optimize this below program? 0.00
C++ type casting when passing argument by reference -0.34
Shrink a vector from N1 down to N2 items without triggering the def... -0.03
Comparing 2 array with recursive function without LOOP -0.07
Is std::less supposed to allow comparison of unrelated pointers at... -0.36
How can I only allow a function A to be called only after function... -2.30
how to pass a parameter to char*? -2.26
Passing a unique pointer's pointer to a function that takes a d... +2.22
Mixing templates with std::enable_if_t and specialisation 0.00
Template class with std::enable_if_t, static const member initializ... +1.68
Is there a way to modify 'operator->' so that 'z->... 0.00
aliassing a template parameter pack 0.00
Is it possible to pass a template function as argument without fill... 0.00
Proper way to print address of character array -0.69
Unable to get `std::enable_if` to work for unscoped enum 0.00
why is the zero changing in c++ +0.41
Check if a class has a possibly-overloaded function call operator 0.00
Is it appropriate to have a template class with constructor overloa... 0.00
Overloading operator using templates c++ -1.08
C++ templated packs, fold twice -1.69
Move an iterator N times C++ 0.00
How best can I fix my memory leak using smart pointers? 0.00
How I can create a function() which one paremeter which is map -0.06
accessing values from unordered_map in c++ -0.04
reinterpret_cast rvalue using some reference 0.00
Function that searches object array for string and returns correspo... -0.35
ensure class member variables are not modified when cloning -2.37
Overload std::string operator+ for printing enum name 0.00
How do I do an explicit instantiation of a complex templated functi... +0.40
Relative path resolution differences between Windows & Linux? -0.31
C++ Class with 2 template arguments, function with 1 argument 0.00
C++: How to find a and b from k = 2^a * b? +2.20