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 ... 19 20 21 22 23 ... 107
Title Δ
Why do memcpy() and other similar functions use assembly? -1.84
Access private members of class that is friends with parent class +0.78
Understanding the behavior of constructors in move, copy, assign se... 0.00
How do you comprehend "std: :forward is just syntactic sugar&q... +0.97
Combining two cpp files into one cpp file -0.16
How to shift elements in an array to the right? 0.00
How to know if the last elements are deleted in a map? +1.64
When will using C subset of C++ be bad? -0.97
Does memset change the array length when another array is memset? 0.00
Different ways of initializing an object with default constructor 0.00
Does the memory allocated for the free store affect the whole progr... +0.55
Are iterators guaranteed to mutate when incrementing and decrementi... 0.00
Using enum as a condition, what will the if condition return, True... -0.65
Is member access on a null pointer defined in C++? 0.00
How can I typedef a namespace qualified type? 0.00
custom optional breaks strict aliasing rules +1.76
Is it possible to make std::cout flush automatically before program... 0.00
Converting uint8_t* buffer to uint16_t and changing endianness +1.38
Why does initializing a class with a ternary if cause a double-free? 0.00
return std::move(m_field) or return m_field? +1.58
How to initialize an object of a class using curly brackets {} 0.00
How can I create a vector of derived objects? -2.00
Filling std::vector with objects created elsewhere +1.37
How to set a huge head allocate array as specific float number C++ -1.61
Is there any way to cast const class* to non const class 0.00
Where are these nullptr located? -1.99
write access violation when inserting array -2.30
Point of initializing a pointer to an array with another array -2.11
C++ defining constructor make object non POD 0.00
Dynamic Memory Allocation for an array given a specific memory addr... 0.00
How to parse the division of two very large numbers into a double? -2.69
C++: Behavior of abstract union and new placement operator? +0.34
C++ value initialized vector iterator comparison -0.42
How to store "/\" in a string in C++? +0.62
Does arr[n] prints the length of the array in C++? 0.00
What are the exact differences betwenn int **a and int a[][] as fun... +1.13
How to interpret this RegEx from Stroustrup's C++ book? 0.00
How can forward declared class compile successfully even without in... 0.00
Understanding a reimplementation of std::is_base_of 0.00
How can I access the content of a memory using C/C++? -2.15
Do i need to free allocated memory from local pointers in c++? +1.62
Implicit auto type specifier 0.00
I am trying to pass the address of a table to a pointer to be used... 0.00
C++: using iterator to construct a 2D dynamically allocated array 0.00
How do I sort rest of the elements that I insert in a list by keepi... -0.05
C++ Variant of same underlying types 0.00
Why does string_view::operator== accepts parameters by value +0.32
Why do I get this warning: ISO c++ forbids variable lenght array &#... 0.00
What "operator()" means in overloading operators method,... 0.00
Segmentation fault when try to copy float vector of large size thro... -2.46