StackRating

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

Quimby

Rating
1523.40 (26,085th)
Reputation
872 (173,447th)
Page: 1 2 3 4 5
Title Δ
How to convert any value to byte array and append it to a byte list? 0.00
C++ Compile time check if a microcontroller pin is already initiali... +2.30
Passing through subclass as parameter using this 0.00
Loading shared library dynamically using dlopen 0.00
How to properly pass const_iterator& into a function? +2.61
Overloading operator[] and NOT getting "lvalue required as lef... -1.54
C++ pointers and class member variables confusion -0.16
type-casting between instances of template class 0.00
Variant visitor with different return types -0.45
Time complexity of mandelbrot set in term of big O notation +0.53
adding functionality onto polymorphic tree in c++ -0.51
Initialize a 2D vector inside constructor of class -0.59
Get deepest class in CRTP inheritance chain 0.00
How to pass a pointer through a function that operates on the point... -0.51
How to solve the Traveling Salesman Problem with input graph(matrix... 0.00
Nested if structure in c not working the way expected 0.00
Constructor conversion error in this syntax 0.00
Avoiding or improving brute force method: Counting character repeti... -1.22
What is a variable type bit(32)? +0.42
Ways to go from a number to 0 the fastest way +4.14
Difference in passing a double pointer to a function in C and C++ -1.63
A delicate issue about const qualifier when objects are referenced... 0.00
SFINAE with enable_if and overloading 0.00
Having trouble applying sorting to this program 0.00
Do the strict aliasing rules in C++20 allow `reinterpret_cast` betw... -0.61
Why using a reference as an iterator -3.44
No matching overload function found Error +4.48
Why is my code getting a segmentation error +0.77
insert in std::map is throwing error. The key is a std::pair and th... -2.18
Why not all test cases are passed in this question? 0.00
C++ Shell multiple pipelines are not working? 0.00
Clarification on calling srand 0.00
How to do operator++ overloading with heap allocation 0.00
string argument in template specialization in C++ -3.67
static_cast int to reference to int? -3.16
Template for constructor 0.00
Conditionally enable non-template function c++ +2.78
Specialize template of templated data type +6.54
fibonacci sequence using vector -2.23
Reading lines from file with different formats c++ 0.00
C++ binary search struggle -0.14
C++ variadic template partial template specialization with std::ena... 0.00
Can't find user define getline. Problems with automatic deducti... 0.00
How do I safely cast from a double to an int without any data loss 0.00
Should we use exit or return in child process -3.98
Why the code doesn't work on CodeBlocks,but on VS works 0.00
Confused about the different between these two assignment operators 0.00
Read binary bytes beginning at position N within ifstream? 0.00
Mistake in list grammar example in Bjarne's programming book? +1.75
Is copy-constructor a viable overload? +4.49