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 ... 20 21 22 23 24 ... 107
Title Δ
Is there a default C++ comparator for user defined structure? -1.28
Which of these is the proper usage of std::move 0.00
Is it acceptable to `const_cast<Foo*>(this)` if public state... +1.93
Is there any practical reason to check if something is destructible... +3.01
Load data into std::vector<char> efficiently 0.00
c++ get unique values in set and map containers 0.00
How can I read values of a pointer, being this pointer the return o... 0.00
delete without a head pointer -2.45
Why does g++ 10.1 complain about a named lambda in a header file an... 0.00
Two pointers or one pointer + size_t? 0.00
getting the address of the function? +1.33
What is the difference between these two C++ statements to concaten... -0.40
Removing .h extension in user defined c++ header file +1.60
Checking whether current object is destroyed or not inside the same... 0.00
Conversion from int to char failed and console prints weird symbol +0.33
Using C++ objects from C -1.91
How to return referece to base class in C++ 0.00
Difference between dynamically allocated arrays and static arrays +1.10
Return 2D array using static keyword in C 0.00
Why does array-assignment work in C++, although it shouldn't? 0.00
what is the scope of this variable in c++? +0.34
Is it undefined behaviour to have a reference to freed memory? -0.67
Value of -faligned-new in GCC 0.00
What does & after a return type mean in C++ OOP +0.34
static_cast seems to work when it can't possibly work -2.07
Does holding a C++ reference prevents variable of being destroyed? -2.40
Does calling the erase() function changes the iterator value before... 0.00
Difference between vector and array in p_threads initialisation 0.00
How do I get a volatile function argument working? +0.73
Correct way to loop through std::array<char*, N> -0.98
Pointer casting with unknown array size in C++ -0.73
Why do we use <iostream.h> in Turbo C++? 0.00
Why is the result type of a sum of two unsigned integers different... +1.13
How to avoid the "pessimizing-move" warning of NRVO? -2.33
What are the rules for when each user defined conversion method is... 0.00
what is the difference between [=] vs [this]? 0.00
Designated initializer different behavior before and after c++20 +2.71
Why is it not undefined behavior that `std::uninitialized_copy` typ... 0.00
Could a re-sizable container be built on the on stack 0.00
Different Ways of Data Initialisation in C++ 0.00
C++ - Comparison between negative and positive number returns false -1.30
What is the special status of the value 0 in c++? +3.01
converting strcpy_s to strcpy CPP -2.12
Issues with modulo operator in c++ -2.67
Why is there a value printed and not NULL/0 after incrementing a po... -0.58
Assigning a rvalue to a lvalue reference -0.90
How do I call C++ functions from C? -0.77
Why can char be initialized to nullptr in a std::array, but not by... 0.00
Using pointer in heap for c++ +1.09
Why does x = 44 in this case? 0.00