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 ... 10 11 12 13 14 ... 107
Title Δ
Do standard library containers have unused variables in their struc... -2.17
Is there a way to change where a reference member of std::pair is p... -1.82
Overwrite default data type C++ -1.59
How does the pointer containing an address returned by address of o... -1.93
Structured binding reference with tuple of reference -1.09
Difference between delete() function and delete operator in c++? 0.00
Length of string using double pointers in C +1.18
What are the rules for a valid dereferencing of a null pointer? -0.61
C++ Error - warning: comparison between signed and unsigned integer... 0.00
How is an input like 123cplusplus a valid integer when read with cin? -1.16
How to pause and resume anywhere in a running code (with user input)? -0.66
Why isn't ConstexprIterator from std::array bidirectional/rando... -1.57
Why is possible to pass a function pointers as template parameters... +0.28
Should operator<=> synthesize array comparisons? 0.00
return value iterator of std::generate_n, what can you do with it? +0.92
Is extern class declaration usage C++ standard compliant? 0.00
Calling docker containers from C++ project 0.00
Is there a reason for using pure virtual destructor except for dele... -1.65
!= auto generated from == in C++20? +0.38
Allocating memory for multiple buffers including alignment -0.52
How to append c-style string or string literals to std::vector<c... -1.54
The ref_count of this smart pointer needs to be heap allocated? +0.37
C++ C-style array size limit 0.00
What is the difference between these two pointer assignments in C? -0.13
Does having binaries with mismatched optimization levels (-O3, -O2,... -0.74
Sorting array of strings in cpp using std:sort 0.00
How do you return an array that has multiple values from a function... -0.63
What's the point of template specialization in C++ if you can d... 0.00
How to check if variable is still valid or std::move was used on it? -0.65
How to verify if your processor supports hyper-threading? 0.00
Is it possible to create a variable at an assigned address location 0.00
Why does std::min only support initializer_list? -1.11
Can a value returned by a function cause a stack overflow? -0.58
Create std::u8string from std::string/char const* when the latter i... 0.00
How to detect OS without directive ifdef? -1.79
Get n-th character of string : AddressSanitizer: stack-use-after-sc... +0.75
Are move semantics implied immediately before an rvalue is destroyed? -0.16
Non-template container iterators -1.69
Basic dynamic memory allocation and delete triggers an asssertion f... -2.12
Too many initializer values while passing boolean array as function... +1.42
Does the C++ Standard specify that every thread has its own stack? -1.28
an out of range pointer to array is forbidden with constexpr -0.21
Overload operator* without allocating new memory -2.23
storing 0 in a unsigned char array 0.00
Using auto vs const auto& to temporary keep result of method call +1.04
What does _mingw.h header file do? 0.00
std::bad_array_new_length for large numbers 0.00
Is the function of nanosleep() removed in C++14? -2.64
How to pass array initialization thru custom structure? +2.31
Is it possible to cast to fixed sized array in cpp? 0.00