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 ... 28 29 30 31 32 ... 107
Title Δ
Cannot convert argument 1 from 'Object *' to 'const int +1.11
Why is there a std::move in both <algorithm> and <utility&... 0.00
Is a functor equivalent to a constructor and method? 0.00
Why does const char[] get converted to const char* all the time? 0.00
Dereferencing in for loop 0.00
Is it a bad idea to make message class for communication between tw... 0.00
Object instantiation with scope operator 0.00
Universal variable for different sizes 0.00
C++ setting floating point exception environment +1.85
How to acces elements of a vector which contains pointers to strings? -1.31
C++ getter for vector type class member 0.00
How to have a pointer to class A OR class B in my class? 0.00
Making a C++ vector that points to already allocated memory 0.00
Reversing A String in C++ (Using Recursion) +0.28
How to use virtual functions in derived objects without new? +1.32
IDE and Dynamic memory 0.00
How to only make searching in std::map using a custom comparator? 0.00
Can C++20 `constinit` waive the need for nifty counter idiom? 0.00
how to accept specified connection 0.00
How should I use arrays as a class member in C++? +1.64
C++ Removing shared_ptr from 2 different vectors +1.85
Alternative way to write gcc attributes for functions for C++ funct... 0.00
How to move code written using #ifdef to support multiple platforms... 0.00
Is two static_cast better than reinterpret_cast? +1.07
How to check that PIMPL does not recompile client class 0.00
Can a const variable which can change be used to declare and define... +1.91
Is there a way to simulate cache locality when benchmarking? 0.00
Killing a process with system C++ 0.00
How to capture line number within existing code in C/C++? +1.87
delete[] a specific array block allocated with new in c++ +0.35
Why do vector::iterator and set::iterator work different? 0.00
C++ structure, similar to vector but which resizes automatically -2.30
Should function's parameters be passed by reference frequently? -2.52
Return static const value +1.21
Build error "ISO C++ forbids zero-size array ‘f_handle’ [-Wped... 0.00
Different CMAKE_BUILD_TYPE per target -1.31
I need some assistance with string's in .h file's -0.15
How to properly deallocate memory? 0.00
When throwing an object, is it copied or moved? -0.80
C++ Deleting from Vector Efficiency Problem +0.35
How to populate an array with a user-defined number of random values 0.00
Can I create unordered_map for size of integer upto 10^9? +1.25
How to initialize the array in default constructor C++? 0.00
Why my CMake does not add CMAKE_CXX_FLAGS_DEBUG to CMAKE_CXX_FLAGS? -0.40
Why should global array size be an integer constant? +0.99
destruct and construct a class in order to clean its members -1.23
Can a map be used as a tree? +0.34
Does Boost provide an implementation of span for C++14? 0.00
Is the following std::queue code example thread safe? 0.00
C++ - What is wrong with my move/copy constructors and move/copy as... +0.34