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 ... 33 34 35 36 37 ... 107
Title Δ
Why does sizeof(ar)/ sizeof(ar[0]) not work properly on a vector wh... -1.74
C++ behavior that I don't understand +1.31
i came across this code snippet and do not understand. it recursive... +1.27
Problem with allocating memory in c++ and pointers 0.00
Is possible to fix the iostream cout/cerr member function pointers... 0.00
Using strcpy_s to copy string to char* +0.02
Runtime error in accessing vector from reverse order C++ +0.33
Cannot compile with thread that uses member function within same cl... 0.00
What might be the intention of printing a stream to itself? 0.00
How to properly iterate over container while modifying it? +0.33
c ++ pointer puzzle -0.12
How to create a reference to a smart_pointer? 0.00
Can I list-initialize std::vector with perfect forwarding of the el... 0.00
C++ unexpected calling of function of inherited classes 0.00
Difference between return 0 and -1 -0.71
inserting a new element in a binary search tree +0.35
Is Concurrent Non-Atomic Read/Write An Undefined Behavior? +1.00
How to store a tuple of four parameters with a value in c++ -1.07
Why no const reference in C++ just like const pointer? -1.20
Shipping linux with windows -0.62
Why am I able to change the array +1.41
How to change all struct members parameters using function? -0.16
Is it possible to use Clang-Tidy with QNX? 0.00
does checking for nullptr 100% protect from segfault regarding memo... -2.12
How to copy a derived class with just a reference to the base class +1.85
Function argument continuation 0.00
Creating an array using new without declaring size -1.98
Data structure that stays sorted, allows log N insertion time, and... 0.00
Why is a class member variable calling a deleted copy constructor,... 0.00
std::vector (ab)uses automatic storage -0.40
Meaning of declaration float ***c +0.89
What's the difference between "double* grade", "... +1.48
Avoid code duplication for volatile and non-volatile member function +1.22
Convert std::basic_string<Char> to string -2.47
Issue with converting char array to structure. char array variable... +0.91
C++ write utf-8 to text file 0.00
Why are the fast integer types faster than the other integer types? +1.00
About Initializing Pointers in C++ +1.14
How to emphasize that function may throw? +1.19
how to replace the first two digits of an integer in c++? 0.00
C++ program to get the current time +0.33
How to turn a variable content constant for use it as the size of s... -0.18
Assignment to a non-existent object in C++ -0.40
Delete without square brackets on dynamic array 0.00
How to know, the exact data structures and algorithms used to imple... +1.80
Array size deduction +1.84
How to use pow() in while loop? +0.08
How to get a non-moveable and non-copyable function return value in... 0.00
Does std::set store objects contiguously in memory? +1.66
Why is an enum variable an rvalue here? +0.35