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 ... 47 48 49 50 51 ... 107
Title Δ
How to write an empty class, that initializes three object of anoth... 0.00
How to choose the initial values of the cache in dynamic programming? +1.18
Why are copy operators implicitly deleted in classes with reference... 0.00
Why isn't forwarding reference const? 0.00
What formally guarantees that reads don't see a write (with rac... +2.26
Optimize inserting std::uint32_t's into a std::vector<char> +2.10
Default move constructor of classes with reference members -0.05
Why C++ compiler does not delete copy constructor when class has re... -1.59
Does callback are received on main thread only? 0.00
How can I resolve calloc() error in .cpp and .hpp files? +0.38
Compile without -g option but I want to get more detailed debug info -0.54
When should I use std::string / std::string_view for parameter / re... -2.51
Proper way to free allocated pointer on crash -2.05
Overloading operator[] and NOT getting "lvalue required as lef... +1.54
Dereferencing a copying the value of a unique_ptr 0.00
Type of expression consisting only of a variable identifier +2.23
Randomize a #define at program start 0.00
What's the difference between const_iterator<T> and itera... 0.00
Deleting elemnt from array and calculating sum 0.00
Dr. Memory: are these lines really causing of memory leaks? 0.00
Is it Undefined Behavior to initialize a member data from another m... 0.00
How does C++ allow to wait without excessive CPU usage -1.86
What is the difference between begin () and rend ()? -0.17
Store character pointer in map in order std::map<char*, int>... +0.39
How to delete a pointer for an object? -0.61
Explicit direct #include vs. Non-contractual transitive #include +1.10
How do I read the attribute value of an xml file without using libr... 0.00
Is there any way to refer, nonspecifically, to every value in a map... -0.40
What will be the word length,size of int & pointer on a 8,16,32... +1.17
access std::array<std::array> elements in c++ 0.00
GCC Compiler, compile app for lower version of GCC 0.00
Is there a way to open a new console from a program then cout into... +0.38
Does there exist a data structure in cpp that easily provides a way... 0.00
Difference between (target_)link_libraries and (target_)include_dir... 0.00
Why does typecasting an object not change its address? Where is inf... +1.61
typeid("") != typeid(const char*) +0.33
how to declair a pointer at a memory location and a initilize it wi... +1.55
Could I provide same function definition in different TUs 0.00
Passing a 2D array to a function as pointer to array of integers -0.26
Impossible to use virtual keyword on destructor -1.69
How to initialize a child class from a pointer on its abstract moth... -0.63
Cout giving garbage output when looping through a const char +0.39
CRTP and lifetime extension +0.38
warning: ISO C++ forbids converting a string constant to 'char*... 0.00
What is a variable type bit(32)? -0.42
C++ when to use an & in front of an operator overloading function -1.21
Avoiding object slicing -0.53
Multi-dimensional array as a class member to be allocated on the heap 0.00
Casting a pointer when passing it as an argument for void* parameter +1.03
Address of pointer return value -2.17