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 ... 52 53 54 55 56 ... 107
Title Δ
How to get rid of -Wpointer-arith +0.35
Can "sort" function inside of <algorithm> be used t... +0.50
Different addresses of a pointer and an array in a union 0.00
Static data member initialization in the class definition? 0.00
Can I define an instance of a class in the preproccesor in c++? 0.00
Passing a reference to lambda by reference 0.00
Which integer type can be safely and portably used to always hold a... +0.36
I'm having some difficulty understanding [basic.scope.pdecl]/7 -1.51
Why isn't a reverse iterator a formal iterator category accordi... -1.26
How to iterate through shared_ptr vector 0.00
How can I have templated friends? 0.00
should the destructor be called with placement new even on the same... -0.48
invalid argument type with const char* and char* +0.35
Getting a substring from a std::string with iterators +0.88
C++ : Converting String to Double +0.35
How is the copy constructor being invoked from derived class copy c... +0.36
std::vector sort() on Linux? -2.04
Why does hoisting a string outside a loop result in slower performa... 0.00
Shared resource in base class 0.00
gcc warning "does not declare anything -0.03
Using sstream parser integer in a char array -0.11
C++ : Assigning empty object to an existing object +1.05
Construct pair of unique_ptr<int> and int 0.00
Error in that.vect.push_back(0) and that.vect.begin() in overloadin... +1.58
Storing and accessing different member functions in a table 0.00
Can std::function and inheritance coexist? 0.00
Store multiple functions into array C++ for looping -0.29
C++: Generate combinations in new base -0.68
Converting array of strings to char multiple char * [] -2.02
Why can delete operator be used in const context? +1.43
Is there an authoritative way to guard against "use after move... +0.76
Why does std:endl assign zero to an unitialized variable? +1.19
Shouldn't there be a name-agnostic class pointer similar to ... -0.10
[C++][std::sort] How does it work on 2D containers? +2.78
Is there a "safe" way to declare a lippincott function so... -2.20
Storing different std::tuple types in an array, vector or? 0.00
How to use a volatile vector? 0.00
C++ string.length() not usable in a constant expression +1.17
Const-correctness for non trivial variables 0.00
Getting a pointer to a (pure) virtual function from a base class in... 0.00
How to use the 'find' and 'substr' functions with V... 0.00
c++ "#include" output explanation 0.00
Overload resolution, order of defined functions and templates -1.38
Object does not name type 0.00
I don't understand what [dcl.enum]/4 says in relation to the &q... 0.00
std::swap between std::shared_ptr<A> where A has dynamic array 0.00
Can we declare a object inside the if-else statement? -1.17
Efficient way to compute the next higher integer after a float? +1.97
Does this usage of if statements cause undefined behaviour? +1.93
confused with strings declared using pointer and that with arrays i... +0.36