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 ... 24 25 26 27 28 ... 107
Title Δ
What are memory mapped files? 0.00
Getting the length of an array when passed to another function +0.80
What is the main difference between namespace & class? -0.30
Assignment operator in reference in C++ -2.32
Why there is need to mention object in friend function? -1.10
Convert vector<int8> to vector<uint8> +0.31
Fixed-size number in C++ +0.32
Any way to maintain a struct array of references to an object? (C++) -0.41
What does it - vector.begin() actually do? 0.00
Can you implement more than one headers in one library? -0.64
C++: How do unordered containers prevent duplications? -1.42
Converting an integer to an iterator for std::list -2.37
how to write a function pointer "pointing" to a macro whi... 0.00
Is it possible to take a decimal number as input from the user with... +0.31
Access last element of unordered_set in C++ +1.18
How to make default constructor private in base class? +0.32
Can an inside of a variable be a name of another variable 0.00
std::shared_ptr which is empty but not null -0.22
explicit conversion to std::function 0.00
Initializing data members inside class body +0.30
Difference between variable and pointer in c++ 0.00
Why is std::array<T,N>::begin() a constexpr since C++17? +1.94
Is there a way to access memory map as vector? 0.00
How to print the correct number of digits contains in the double va... +0.74
How do I force conversion char[] to char* in template instantiation? -0.39
I solved a circular dependency. Are there problems with the solution? +1.26
Is object slicing by assigning through a base reference well-defined? -1.89
Deleting dynamically allocated array vs single pointer 0.00
static array changing its sizes in c while coping string 0.00
How could I uncast a void* that I don't know the data type? -0.82
non-const lvalue reference to type 'const int *' cannot bin... 0.00
Use of this pointer as rvalue 0.00
Is there an efficient way to return by value for self assignment? +1.50
Pointer: Read Access Violation - why? 0.00
Why doesn't a pointer to derived and a pointer to base point to... 0.00
C++ nested struct with dynamic array in healer file 0.00
Is there any way of declaring a variable of another variable's... +1.01
Reference is useless in std::bind? +0.55
Can't understand reason of the SIGTRAP in c++ code 0.00
iterator in list container +0.33
What are the time complexities for size? 0.00
value referred by pointer used to intialize reference -1.36
Why a function that has a return type but doesn't return anythi... -0.67
Assigning pointer in method exits method? +1.17
macro collisions in third party libraries 0.00
what does "class XXXX;" in cpp file means? 0.00
How to return more than one type in C++ template meta-programming? 0.00
String modified value after calling what() in a extension of std::e... 0.00
Why is C++ formatting of long variable treating it like int? +0.55
Pass by value/reference/rvalue with a std::move(str) arg +0.34