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 ... 55 56 57 58 59 ... 107
Title Δ
Any use for dynamically allocating std::unique_ptr? -1.11
What does envp stand for? -1.13
Using throw to replace return in C++ non-void functions +1.19
Can we use delete on the reference (not the pointer) in a range-for... 0.00
Why can I not instantiate std::vector<std::unique_ptr<int>... +1.24
Value of char c = 255 converted to int -0.52
Why parallel std::for_each return void 0.00
Can a C++ pointer point to a static member array of string literals? +1.07
Is this a right behavior? +1.83
The code below doesn't compile. Maybe because GCC with std=c++2... -1.20
Does stack space required by a function affect inlining decisions i... +0.03
C++ pre-processor #include 0.00
C++ idiom when using a C library which expects a function pointer? -0.96
Alternatives to vector.size() after running remove_if() -2.42
How do you call a class function but with a different class object -0.57
Is it legal to have independent shared_ptrs pointing to same object? -1.34
Relation between pointers and arrays 0.00
what destination << source.rdbuf(); is doing ? why too many o... 0.00
Difference between Return and Cout in C++? -0.16
A question about initilizing a reference that refers to a pointer 0.00
implicit declaration of a function compiles in gcc but not in g++ -0.37
How to access function defined in namespace in other .cc file +0.34
How do i set a boolean to true or false instead of 1 or 0? 0.00
Converting a string constant to char 0.00
Cannot find information about syntaxis Shader &Use(); 0.00
Inconsistent stringstream behavior when parsing doubles in libc++ a... 0.00
C++ passing overloaded operator() of class as function pointer -1.50
Will a class that is declared within a member initializer of a cons... +2.10
Referencing a struct memory as a data type +2.11
If a base class has private data members that are modified in a mem... +0.82
Compare strings ignore NUL +0.88
How to maintain order of class members and still have a working con... -1.47
Why isn't the array being passed by reference? -1.08
C++ __TIME__ is different when called from different files +1.03
Additional questions on memory alignment +1.94
From vector of pairs, how can I find key in C++? -0.63
destructor giving "may be used uninitialized" for deletin... 0.00
Is moving an object into malloc'd memory valid C++? 0.00
Is direct instantiation of an rvalue reference defined behavior? 0.00
How to align arrays in the heap? 0.00
Wrong conversion of the timestamp +0.37
Access through reference overhead vs copy overhead -1.39
inserting object with no default ctor to std::map 0.00
c++: printf and wprintf don't work together (linux) 0.00
How to resolve "user-defined 'operator||()' always eva... 0.00
Conditionally Include File in C++ Header +0.78
What strategy should be used when trying to point to automatic obje... -0.30
Does public static functions of base class become member functions... -1.89
Instantiation of Base class using Derived classes without using poi... -1.12
Why is the value of std::string::max_size "strange"? +0.30