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 ... 57 58 59 60 61 ... 107
Title Δ
Is it valid to "hide" a base class virtual function by ma... -0.85
What are the possible values for a valid pointer? +1.86
Using memcpy with a unique_ptr to a vector 0.00
Is c_str() or reinterpret_cast better for working with binary files? -0.03
Converting between function pointer types +0.18
C++ issue with new char[] 0.00
Interface Implementation throws expected class-name error 0.00
Why is a pointer using more memory than a variable? +0.06
Why does the compiler complain about my dynamic_cast? -2.10
How much size is used on dynamically creating a 2d array 0.00
Do strncpy/memcpy/memmove copy the data byte by byte or in another... -0.82
The relation of Stack, Memory Heap and assembly code +0.36
Does assign of the same value to a const variable cause UB in C++? -0.83
wrong printing 2D char array 0.00
If a std::map is cleared is it ensured, that the memory is dealloca... 0.00
What is the meaning of the using guard macro in struct definition -1.68
What does char *x = "geeksquiz" mean? +0.37
How to automatically add a new instance of a class to an array/vect... 0.00
Remove the duplicate elements in-place, given a sorted vector with... +0.91
Where does `Read` come from in this OpenFST function? 0.00
Double inheritance with non-virtual destirutor (Y-shaped) -0.70
Reinterpret casted value varies by compiler +0.36
Why does std::strlen() work on char arrays WITHOUT terminating null... -2.35
Shouldn't this give an out-of-bounds warning? +0.03
How do I check if a website contains a string in c++? +1.04
Iterator Class vs an Iterator C++ -0.62
return empty vector by reference +0.37
Use const int by reference to create static array 0.00
create a instance within a #define macro -1.41
May I know why the parameter to this function isn't of int type... +1.05
Segmentation Fault when adding nodes to Linked List 0.00
Will a pointer that has been added to a repeated field be deleted a... -0.60
Why std::for_each is faster than __gnu_parallel::for_each +1.49
cast void* to classes with multiple inheritance 0.00
Why does accessing an undeclared variable within try block not caus... -1.58
Is the destructor the only thing ever called on the RHS of a move c... +1.57
static_cast to a different type, and move the result 0.00
Are pointers first, new and temp null pointers? -2.39
Pointers Default initialized Value is not NULL? +1.47
Why is string.length()=0 after processing string using string[i]? -0.44
Brace initialization of a double using an expression? -1.29
Is there a way to point a vector<double>* to a vector<int&... -1.83
Is C++17 implementable on big-endian platforms? +0.33
Correct way to convert an enum to value -0.64
Why would this line of code be problematic in C++? +1.02
Passing const &variable to function instead of variable 0.00
data type cast int to double in cpp -2.04
Is std::cout in a header file bad practice? -2.05
Performance difference between unary and binary operator 0.00
Understanding C++ function pointer pass by reference in HIP 0.00