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 ... 58 59 60 61 62 ... 107
Title Δ
Is the "used after it was moved [bugprone-use-after-move]"... +0.34
unable to typecast from float* to char* +0.36
Confusing explicit decay from "array of int[]" to "p... +1.53
Recursive variant output compiles but segfault at runtime 0.00
How to return a private pointer to a list of pointers as const? -0.38
Number of times a constructor is called +2.09
Interactions with implicit conversion between three types? 0.00
GCC/G++ different attitudes for: void* to int 0.00
trying to delete spesific Object from vector and fail 0.00
c++ delete whole line in text file +0.36
Assignment without copy in std move +0.38
Are there any functions or classes in C++ standard library which ar... 0.00
What to do when library function parameters aren't const 0.00
Is NULL guaranteed to be 0? +0.33
Why does memset for sizeof a VLA work differently on different C++... +1.44
Cannot call member function without object (though I believe I did... 0.00
My program stops working during execution 0.00
Returning Dangling reference from a function 0.00
Comparing a matrix cell to NULL in C++ -0.14
The find() function from std::map returns a value despite not havin... -1.91
C++ fill Pointer to pointer ** list which point to pointer address -0.75
C++ Compiler allows circular definition? -1.36
Is this uninitialised variable usage undefined behaviour +0.90
Segmentation Fault (SIGSEGV) when getting data as input in the vect... +0.37
Initialization of POD types in constructor initialization lists 0.00
confused about scope and heap memory lifetime +1.58
const qualifier in a function +0.37
Clarification on "saying" pointer declarations +0.10
Is using ::New() allocating my smart pointer on the heap or the sta... 0.00
C++ pointer to const pointer -1.59
Is there a non-trivial example in which int* x = new int is practic... -0.04
Call to deleted constructor of +1.57
Pointer on a 2d array 0.00
Is there "implicit" allocation of arrays in c++ by declar... +0.36
How to get the double free error on run time in my c++ code +1.55
Deleting a pointer from a vector using loops (not iterators) -2.06
How to preserve capacity of vector elements on vector::clear()? 0.00
Manually calling the destructor for statically allocated variables 0.00
c++ input array of char after input int +0.84
c++ std::list compile issue? related to list.end() and list.end() - 1 -0.54
Can I call a derived class constructor from a base class? -0.59
Which data structure can i use if i want to reduce its memory by ha... -2.33
Where to use empty character constant '' in C++? +1.81
Definition ambiguity about whether dereference operator yields obje... +1.00
Interprocess communication: passing C-style structs vs C++-objects +1.66
signal handler and multithreading -0.34
Getting a Pointer to the First Element of a Struct 0.00
why is this filename parameter a char pointer instead of string? 0.00
Is there a way to separate the two meanings of the "inline&quo... 0.00
Why my simply linked list doesn't work after first node? 0.00