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 ... 34 35 36 37 38 ... 107
Title Δ
faster erase-remove idiom when I don't care about order and don... +0.66
given a superclass pointer to an object, how to get the object'... 0.00
How to properly free a set of pointers? +0.16
campare a long variable with INT_MAX + 1 +0.91
Elegant & shortest way to save only half of byte 0.00
why vector in c++ address cannot access by raw pointer -2.48
Integers and/or array of integers into a single int array using var... 0.00
what does testing an "stream >> char" do? 0.00
Is main() always on the stack? +1.33
The difference between delete and the destructor when both called? +0.14
When to delete copy constructor and assignment operator? +0.34
I wanted to know what that means"The actual size of the data t... 0.00
How can I check whether a file that i have open is for reading or w... 0.00
Is the wrapper from strcat_s() to strcat() ? If there isn't, is... +0.33
Why constructor Message(const T& data) is conflict with Message... 0.00
Declare an array in the private section of a class and assign the A... -0.18
Can I use NULL as substitution for the value of 0? +0.42
Would setting a char to '\0' leak memory? +0.89
Is it safe to swap two different vectors in C++, using the std::vec... +0.21
Move an item of a container at the end (deque) +0.35
How to fix MinGW filesystem probelem? -0.15
Order of initialization of class member variables +1.93
Vector index variable declaration (size_t or std::vector<DATATYP... -1.05
Extracting data bitwise from char arr[64] in C++ 0.00
What is the reason/right situation of using generic pointer in the... +1.67
Is duplication of declarations still a problem in C++? +0.49
How to use either array<int,10> or array<int,4> at runt... 0.00
C++ int* and char* byte order swapped +1.41
How to control or optimize or remove or deallocate unused memory in... -2.38
What data type would have a structure with a maximum size and eleme... -0.14
swap element from a map with iter_swap 0.00
What is a good design pattern for getting object of specific derive... 0.00
Which C Features are influenced by/derived from C++ Features? +0.34
CMake adding case insensitive source files +0.36
Initialising a variable of unknown type via overloaded constructors... +1.16
Is it possible to replace / or . in a string with __ in a macro? 0.00
Move semantics c++ singly linked list 0.00
Short c++ class constructor from brace-enclosed initializer list +0.00
Abstract classes and constructor +0.36
C++ deduced return type cannot be used before it is defined 0.00
What is the meaning of “noexcept-expression evaluates to ‘false’ be... -1.35
How to get sample rate from wav file? -0.52
Assigning element values in an array without knowing the size of th... +0.36
Why I should overload the () operator for priority_queue in a struc... 0.00
Strcpy behavior with stack array c++ -0.78
Calculating positive non-integer power of negative base 0.00
why static variable is allocated when program starts but initialize... -0.68
Is it safe to use a reference to a const when the referenced variab... +1.10
Deleting an untyped shared_ptr -1.22
Is there a standard way to get the nth `nextafter` floating-point v... +1.52