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 ... 49 50 51 52 53 ... 107
Title Δ
c++ conditional uni-directional iterator -0.58
How to implement virtual inteface C++ 0.00
Can I use std::sort on heap allocated raw arrays? -1.10
Why does a private struct defined in a .h require a scope in a retu... -0.56
Why does "unsigned int" + "unsigned int" return... +0.04
Deleting objects with heap members 0.00
How does std::vector resize its internal buffer? +0.82
Copy constructor and move constructor has the same run time and mov... +2.82
Does a member have to be initialized to take its address? +1.72
Can std::move cause slicing when moving into l-value reference? +0.42
Space complexity of vector push_back 0.00
C++ `this` pointer -2.04
Is there a way to get some function called on every thread that get... -0.52
Is it common to declare const pointers in C++? -0.65
What is the rationale of making subtraction of two pointers not rel... -1.81
std::string_view with C Fuction +1.72
Does delete[] work properly with generic arrays? If so why does usi... -1.31
Accessing pointers after deletion -0.13
Can I enforce defining a specific constructor with an interface cla... +1.95
C++ function pointers, again. Confusion regarding syntax +0.05
Is there a way to store/retrieve a pointer (that is pointing to a m... -0.46
Simple method of testing what class an object is of? -1.24
Freeing memory with delete vs smart pointer and proper way of freei... -2.29
What is the difference between a new pointer and a simple pointer -2.63
Why does a pointer not inherit the fixed size of a string literal +1.62
Can a string literal be passed to a function that takes const char*? -2.15
C++ string copy() gives me extra characters at the end, why is that? -0.70
How to delete a tree properly in C++ -0.02
When using std set find, the program will not compile -1.61
How can I make my strchr function take both 'const char' an... +1.39
Why does cout << *s << endl produce a segfault? +0.84
Why a char variable overlaps the char array after it in the input c... +0.37
C++98 pedantic errors when using fixed width integers 0.00
What happens when Memory is allocated using a function? +0.65
How to reliably force virtual dispatch on an object's method? +1.19
Why does the upcoming Ranges library not support container initiali... -1.10
How to fix integer overflow warning 0.00
why does a const char pointer would affect the default value of a i... 0.00
Using #define inside initializer list 0.00
Why a reference is said to be unchanged in C++ primer 5th, how ever... -1.16
Why is sizeof array(type string) 24 bytes with a single space eleme... 0.00
using statement and protected constructor -2.16
Should I Use Pointers to Collections in Classes? +0.50
Alternitives to C like labling and escaping nested loops for C++ +1.12
What does pointer to pointer do in this example? 0.00
Possible to get value of `__func__` in a constexpr? -0.58
Why can't a nonstatic method be called from a static one? -0.65
How to make clang build (like msvc and gcc) with double declared ex... 0.00
Can I take a ref to part of std::string inside a loop and have it a... +1.99
Why does --string::end() compile but --string.size() does not? -0.79