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 ... 37 38 39 40 41 ... 107
Title Δ
Why unique_ptr works but auto_ptr doesn’t with STL -0.75
Can I use the data() pointer from an std::array member variable bef... +2.36
Is being a POD type exactly equivalent to being a trivial, standard... -1.36
Difference between vector of pointer and vector of values +0.10
How do I define variable of type int[][26]? -1.31
Convert unique_ptr to void* and back, do I need to free? +1.50
C++ turn vector iterator into index -0.40
How to correctly represent a large numerical value in float without... -2.63
All shared_ptr refer to the same pointer in my vector +1.61
Virtual function being redefined in other base classes +1.72
Any Language to interop with C++? 0.00
Memory leak with destructor in a class which has a nested class as... 0.00
Why allocating memory to a char pointer does not truncate the char... +0.99
What makes this string addition starting with a '+' a valid... -1.66
Definition of a template function inside .cpp file is not working e... +0.66
Is there any way to cast a std::any containing a derived pointer to... +0.34
If private members of a class cannot be accessed by a non member fu... +0.26
Is it possible to assign an address to a macro during a runtime? 0.00
constexpr array initialisation -2.55
What are xvalues in C++ +1.88
Change array head pointer C++ 0.00
Why is clang defining NULL as __null? 0.00
Multiple destruction of an inline variable 0.00
Endianness on reinterpret_cast 0.00
Way to declare a large variable depending on a condition +0.96
Is boost dynamic_bitset header-only 0.00
What does the address of a vector represent? 0.00
What is the proper size of std::string in C++? -0.09
Is it possible to make a function return a typename in C++? -0.36
What default value does initialisation with dynamic array assigns t... +1.53
Can the std::vector range constructor invoke explicit conversions? 0.00
When the object deleted, how about the object which copied deleted... -1.33
Pass RVO object to std::vector::emplace_back 0.00
How to know how my compiler encodes floating-point data? -1.60
How can I use cursor positioning in C++ 0.00
Dynamic 2D array without using new +0.35
Use cases for std::remove_if without std::erase 0.00
How to use erase and iterator to delete a item in the two-dimension... 0.00
Pass by address of value in C 0.00
Copy N-D array in C++ using memcpy 0.00
Is variable sized 2D array declaration wrong? 0.00
Is it safe to call placement new on `this` for trivial object? 0.00
Concurrency Problem: how to have only one thread go through critica... 0.00
Handling exceptions inside destructor (but not throwing out) 0.00
Redefine a C function in C++ 0.00
Multiple inheritance and accessing ambiguous elements 0.00
How to access a pointer using 2 dimensional syntax? 0.00
Bit width of unsigned and signed short int 0.00
Shouldn't "const references" be actually called "... 0.00
How can I safely pass a value of a variable to a C++ method, which... 0.00