StackRating

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

eerorika

Rating
1581.19 (2,918th)
Reputation
104,664 (689th)
Page: 1 ... 25 26 27 28 29 ... 107
Title Δ
What is causing SIGSEGV error in my code? 0.00
How is it possible to use pow without including cmath library +1.49
Why does a std::random_device class member cause a segfault? 0.00
Get the size of the array by reference -0.40
Using clang-tools but not CMake, is it possible? +0.31
Difference between char* [number] and char (*)[number] in type decl... +1.52
Char, unsigned char and signed char as char& -1.10
Deleting struct with an object in it +0.33
What is the proper way to delete array of char pointers in c++ -2.69
What is the difference between using `new classObject` and `&cl... +1.50
How to determine the appropriate identifier of conditional inclusio... -1.15
One of them is not like the others: why is std::vector::size implem... +1.68
std::move a variable that is going to be overwritten -1.67
Reference to pointer (int * const & arg) -0.18
Cmakelists to compile a set of files in multiple languages c++ and c 0.00
How to programatically get the memory usage of the current program? 0.00
Get length of unsigned char* -2.56
Why don't char literals require the function's parameter to... 0.00
Detecting when an object is created or deleted 0.00
Assignment by value vs by reference? +0.31
Why does benchmarking mod operator (%) often show 0 time taken, eve... -0.32
How could I write c++ construction function clean and clear? +0.07
Why can't I give constant reference of a pointer as function ar... 0.00
Assigning int ** to an int pointer -1.76
some confusions about pointer to an object -2.27
Pointer arithmetic on uintptr_t +0.69
Depending type of var on if loop +0.25
How can we use std::array when the size of the array is given from... -1.36
Can the iterator of a set be used to find difference between two co... +0.32
Can T have a destructor when std::is_trivial_v<T> is true? -0.78
What is special about operator-> and how does it work? -1.39
std::vector<std::any> returning the size +1.23
What is the best way to avoid if-conditional inside of a loop? +0.97
How can I allocate memory on the stack for a pointer to an object? -0.72
warning: null character ignored [-Wnull-character] in C++ 0.00
Is implicit testing of a variable against 0 really considered a bes... +0.89
Why is std::vector::iterator not contiguous iterator? -0.49
Problem with using std::function in operator= 0.00
Copy elision (NRVO) with deleted copy and move constructors possible? -0.18
c++ destruct staic variable in function with memory allocation -2.42
Is it possible to block #include in parent class from falling to ch... 0.00
Can "bigger than 0.0" control show different behaviors on... 0.00
Is `0x2` a null pointer in C++? -1.02
Is the execution time difference (between a function with pass by r... 0.00
Remove last character of std::string_view 0.00
How to overload multiple subscript of array index operator? 0.00
Function with derived arguments in C++ -0.57
When are template arguments required in C++? -0.17
Check if element already exist within template class 0.00
Declare an array so that the address is aligned on 16 byte boundaries 0.00