StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Ap31

Rating
1492.12 (4,369,843rd)
Reputation
2,528 (66,783rd)
Page: 1 2 3
Title Δ
How to return a private pointer to a list of pointers as const? +0.39
Find first value not in std::set<int> min-max -1.33
Find closest value in a vector of struct +0.60
std::thread that isn't a global variable but doesn't go out... +3.78
How to change the order of an array in c++ 0.00
Writing a comparator function for specific type within template class -2.65
How to obtain polymorphic behavior with unique pointers? 0.00
How to remove 2 consecutive duplicates from an array? c++ -3.98
how to initialize a 2D vector C++ -3.54
Find max position in a vector of vector of vector -1.21
Why must I declare copy & move constructors when declaring dest... +2.13
How do STL linked structures handle allocation? -3.67
Template deduction from std::bitset::operator[] -4.70
Why does removing the default parameter break this constexpr counter? +4.03
Convert std::vector<std::string> to const char* const* -2.45
Can variables adjacent to a bit-field get corrupted? 0.00
C++ syntax of 2D vector -1.88
What is semantics? +1.15
stripping of white spaces from a string -2.25
speeding vector push_back +3.72
Are virtual functions less likely to cause stack overflow? -2.40
Why is adding two std::vectors slower than raw arrays from new[]? -0.53
Compare the habits between move and smart pointer in C++? 0.00
Variables that can be used as data types. -1.70
How to make unordered_map<string*, V> hash by value instead o... +3.48
Duplicate code using c++11 -3.21
C++ - Cannot initialize empty string in member initialization list -3.41
Check multiple bits in bitset +4.19
Overloading operator() for a new struct +3.92
Broadcast one arbitrary element of __m128 vector +0.34
Confusion regarding simple C++ functions +3.66
Optimize summation code -1.34
Who is responsible for the shared state of futures and promises 0.00
Where is capture by reference more correct in the standard algorith... -3.00
How do I accept 0 as an integer and not a bool value? -2.62
C++ am I correct about where each variable is stored? +1.16
Is std::byte in C++ 17 equivalent to byte in C#? -2.05
Is it bad to have a for loop without an increment or decrement? -3.47
Aggregate initialization of a struct, using its own data members -0.30
Const reference to extend object's life followed by const_cast,... +3.92
How do I avoid type casting and typeid in c++ with polymorphic func... 0.00
C++ using a priority queue of objects 0.00
C++ map customize comparator +0.01
Any portable bit trick to select the positive maximum of 2 numbers... -3.54
Avoiding define macro when making a lot of similar method calls +1.37
Don't want to delete object when shared_ptr get out of scope --... -4.27
How to use find on a vector of custom object with multiple members 0.00
2D fourier transform with Eigen and FFTW 0.00
Will those if statements be resolved at compile time? +4.43
Will the compiler be able to inline this method? -1.77