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 ... 79 80 81 82 83 ... 107
Title Δ
unordered_map: clear() does not release heap on clear() +0.58
Can we define structs after the main function in C++? +0.34
No instance of overloaded function for getline 0.00
How does std::set comparator function work? -1.03
Difference Between .at(vect.size())=x; and vect.push_back(x); -1.30
Packed structures sizes and inheritance with different compilers 0.00
Pass the address of a specific array element to a function 0.00
Equivalent to C++'s std::clog in Python? 0.00
Return by value, and by address +0.51
How to count the number of elements in an array in c++? +0.94
Modify a variable passed by reference +0.06
const reference to temporary variable and the mechanism behind -0.13
C++ freestanding features 0.00
Overloading + operator to concatenate two strings in C++ (Some doub... +0.37
Extracting only time from timestamp -2.34
Does vector know to reserve first when initializing by a pair of it... +1.97
is there performance penalty to put object declaration inside a loop? +0.36
safety of calling delete on base-class pointer allocated by dynamic... +1.56
Explain what size_t(*)(const std::pair<int, int>&) means -0.19
Why output of ` struct T{ double x};` different in C and C++? -0.64
Initializing a variable with a function that takes that variable as... +0.36
Is it good practice to put if statements in main() or inside functi... +0.07
What will happen if we delete an array after increment the pointer? +0.37
How to append a char* to the end of a void*? -0.17
String vs vector to store large texts -0.63
Address of variable needs to be loaded into memory? +1.24
C++: What takes up more memory, storing a single character as char... -0.23
curious behaviour of a located struct 0.00
When is null character being used and what does it do? -0.63
Casting a float argument to unsigned when the function takes a sign... +0.35
Default Initializer of empty struct in clang vs gcc 0.00
Inaccurate sleep using C++11 on Windows 0.00
Value semantics in range based for loop of pointer container 0.00
How to pass a vector element of type string as argument to pthread_... +0.10
Splitting program changes memory? -0.71
How to call a function on a thread's creation and exit? -0.60
How to share same data between multiple instances at inheritance le... +0.89
Handling the utf8 encoded char* array 0.00
Changing the content of an pointer array 0.00
Struct with Array or List like Parameter -0.13
How come the definition order is not followed when defining static... 0.00
C++ Class array memory reallocation -1.87
passing pointers (the name of array) into function in C/C++ -0.85
About passing a temporary object to a const reference -0.89
why compiler selected copy constructor in place assignment operator... 0.00
Setting the instance of a constructor to a safe empty state 0.00
Best way to ensure single instance but not global in C++ 0.00
does make_unique value initializes char array -1.05
How to tell the maximum data alignment requirement in C++ +0.22
Constructor error: error: expected ‘,’ or ‘...’ before numeric cons... 0.00