StackRating

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

asmmo

Rating
1532.32 (16,588th)
Reputation
93 (751,817th)
Page: 1 2 3 4 5 ... 6
Title Δ
base ten number to array of bool that repricent a binary/base 2 num... +1.52
Why does the std::size on an array passed by value do not work? -1.34
how to pass a parameter to char*? +2.26
Function definition not found for #define 0.00
I want to bubble sort a singly linked list in c++, but i keep facin... +1.32
Can one clear a variable in a recursive function? +1.21
How can I initialize a std::chrono::duration constant without using... +2.50
How do I detect if anything but an integer is passed to my class co... +2.59
warning message when calling a class member function inside another... 0.00
Filling std::vector with objects created elsewhere +0.22
Why doesn't my function that accepts an `std::string` to sort c... +1.88
C++, should I call destructor? +2.33
Can 3 values (consecutive) of a vector be sorted using this method? 0.00
How to pass method with arguments to thread to execution? 0.00
Creating a C++ object with and without new keyword +0.07
Avoiding Template operator overload collisions for float and non fl... -0.33
Index of the lower_bound of a value in sets and maps in c++ 0.00
Does std thread constructor take variadic thread function? +3.13
How to convert an array of string pointers into a vector of smart p... +0.49
How can i get an typedef for std::queue in c++ 0.00
Modify strings within a vector? (Without using loops) +1.21
Sorting vectors in c++ asc and desc order 0.00
How to iterate using vector of vector of pair in c++? -1.20
Overloading operator "<<" in C++ with template-depe... -0.28
Is std::packaged_task<T> (Function Template) an std::async (F... 0.00
Is it possible for a class member function argument list to be depe... 0.00
Should i respect the order of instructions when i'm using Async... 0.00
How to write a copy constructor to copy a pointer? 0.00
a template declaration cannot appear at block scope (template class... +0.47
How to insert from QUEUE to 2D LIST 0.00
Class template with array or vector arguments +0.49
C++ - Sorting first and second of a vector of pair at the same time -0.02
passing template (without a specification) to an std::thread() give... -0.80
Is there a way to explicitly call optional arguments in c++? +1.49
Add a new element to a list, and return a reference to that element? +0.39
Remove node in linked list with function taking reference to pointe... 0.00
Inheritance or Struct into Struct +0.49
Struct and functions with templates 0.00
how do I declare a 2d std::array -1.61
How to check the type of a variable from a file with ifstream? +1.77
Is a call to a function with parameters not being atomic the reason... +0.55
How to create a vector of smart pointers 0.00
std::initializer_list usage in variadic template function 0.00
Is there any way to make a constructor default values in a template... -1.47
How do I return the number of arguments of a function? -1.56
Can You Explain This Void Pointer Inside Function Paramter? +2.29
Can I use non-constant array size for class members? 0.00
C++: how to read the user input using a c-string two times? 0.00
Unexpected warning (-Wreturn-type) being generated 0.00
Difference between auto it = v.begin() and int it=v.begin(), where... +0.53