StackRating

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

Kevin

Rating
1582.98 (2,756th)
Reputation
2,978 (56,797th)
Page: 1 2 3
Title Δ
Weird issue when making an array of random ints in C -0.77
Can't convert string to lower case 0.00
Why does this std::function and operator cause a segmentation fault? +2.85
How to "deep freeze" object like in JavaScript? 0.00
What happens when I initialize a char array without setting the arr... 0.00
How can I use std::reference_wrapper as a class member? 0.00
How do I define a variable in a namespace with "using namespac... 0.00
Why does select(2) consider fd readable after newline instead of EOF? 0.00
Why do my objects get deconstructed twice after I add their unique_... +1.23
Alternative to this switch statement in C +0.67
Pathlib is taking an os.PathLike object, and interpereting it as bool 0.00
How to access a private variable in a class without using allocation? 0.00
Why can a static library be linked despite undefined references (mi... -1.03
Why isn't my if statement function populating my variable (C)? 0.00
Check if the input is a whole number in C++ in simple way using isd... -0.20
FILE * is reading zeros into a 'double' variable from input... 0.00
How does conversion from string to char array work in C++? 0.00
Is a vtable lookup performed when indirectly calling a virtual meth... -1.90
How to initialize std::map by an array? 0.00
How does Doom determine its cosine lookup table from an existing si... 0.00
operator* of std::complex returns different answer than manual form... +1.63
Friend function can't access the private variables 0.00
How to free memory with move constructor +1.15
What is the difference between std::pair with references and refere... 0.00
How can I append, or not, when writing to a file, based on a flag? +2.45
Why does the program run only once +1.87
Why does const std::pair<K,V>& in range-based for loop on... 0.00
why float-pointing numbers don't overflow to infinity 0.00
I am looking to define two library with different names that use th... +0.31
Why is the output of the type bool equal to 0 in this case? 0.00
How to get Google Test to function properly. Test always fails. (It... 0.00
How to find the exact substring with regex in c++11? 0.00
c++ STL unordered_map error , invalid argument type while using met... -0.84
Why does ranges-v3 not move elements even the iterator is std::move... +1.47
Why can't `std::priority_queue::top()` return a non-const refer... +1.87
Why is numeric_limits<uint16_t>::max() not equal to -1? -0.07
Is there a better way of moving elements in a vector +2.96
Shared_ptr custom deleter -1.19
"Missing type specifier - int assumed" cannot be solved b... -0.30
Writing a custom insert function for std::vector +0.92
how to use iterator? 0.00
C++ : Value passed through function parameters is giving different... 0.00
cannot convert int (*(int))(int) to int (*(int))(int) 0.00
How to overload operator+ with common_type and template recursive t... +0.93
How to find my local system date format using cpp? 0.00
Why is shared_ptr counter incremented when passed as const referenc... 0.00
Error calling both set_rdbuf and rdbuf on std::ifstream +0.28
const char** vs const char* mutation +3.22
I need to combine two char array into a third char array in c langu... -5.05
How can I make sure my random number between 0 and 1 generated by r... +1.52