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 ... 82 83 84 85 86 ... 107
Title Δ
Why does cout print "2 + 3 = 15" in this snippet of code? -0.51
Will C still be fast if I compile it as C++? -0.64
Is this a bug of gcc? 0.00
How to split a wstring -1.77
Which is more efficient way for storing strings, an array or a poin... -1.44
C++ template specialization for pointer? +1.21
Why are pointers to inline functions allowed? +1.56
Using STL vector as a FIFO container for byte data +0.94
Invalid operands to binary expression while implementing vector 0.00
c_str() vs std::string - what's the real difference in this pie... +0.61
unsigned int / signed int / long long: inexplicable output -0.32
Data allocated by malloc() is not zero +0.37
Is there a way to include a file into all project files in C++? -0.05
C++ app: How to properly delete/release an allocated object? +0.48
Is there a way to check if variable length arrays are created on st... +0.34
Convert 32 bit unix timestamp to std::string using std::chrono +0.46
Unexpected answer on a professional interview 0.00
Is it safe to return a casted reference? -1.24
Strange thing with C++ memory managment -0.44
Parent Class member function using instances of child class c++ 0.00
wrapper for C-style object deletion 0.00
How to get caller of a specific constructor? 0.00
Does new X cause a mem leak when passed as an argument to a function? +0.42
How to flip a part of an array? -0.14
Using std in header files +0.36
Move item to a list without copying -0.76
C++ got wrong value from array of struct +0.36
c++ is it optimizable to place all headers in a cpp file -1.17
C++ pointer struct does not get deleted +1.43
Why does pthread_create not take my method within the same class? +0.34
How to initialize a const char* ? and how to check if it exists or... 0.00
C++: Can I put a child object into an array of parent objects? 0.00
Generic vector class, make 0 size reference to generic array members; -2.68
What does union in C++ do in this case? +1.70
Why do namespace and class have the same syntax in C++? -1.80
How to efficiently replace elements of char string with different i... +0.78
decltype(auto) in C++11 - deducing return type +1.76
avoiding unnecessary allocations for temporaries, r-value destructor +2.09
My std::exchange is not in namespace std? 0.00
Preprocessor macros for different function names -2.50
Q : std::tuples / std::array 0.00
Type declaration of specific constructor with specific parameters -0.22
What can cause memory leaks other than using new? (c++) -1.51
Can I access the 'base part' of my object as if it were an... +0.35
Are std::list iterators unique and persistent? +1.37
How to know a link flag from a framework? 0.00
Storage Duration and Member Initialization of a Struct in C++ +2.13
Does clear() in std::vector generates a memory leak? +1.63
How can I initialize with a constructor an object from another class? +0.16
#ifdef _WIN32 not getting detected +2.20