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 ... 91 92 93 94 95 ... 107
Title Δ
Binary search in std::vector +1.50
Unnecessary use of unnamed namespaces C++ -0.23
Why does the compiler match "char" to "int" but... +0.38
Automatic variable initialization and copy/move constructor +2.18
Confusion about result of overloaded assignment operator being lval... -2.06
Can a large function that is only called once be inline? -1.11
Meaning of pass by reference in C and C++? +0.38
Initialize a local static const array with values of another array +0.91
Setting an int value to an int* array 0.00
Understanding c++ shared pointers -0.17
How to know the virtual address of the data & code in C and C++? -1.46
Template assignment operator in template class copying inner class... 0.00
conversion from 'size_t' to 'rapidjson::SizeType' -0.61
macro parameter to function 0.00
time(NULL) returns allways same value 0.00
cc1plus: some warnings being treated as errors 0.00
Do i need 'unsigned' keyword with uintXX_t? 0.00
Should this be called some special case of object slicing? -1.80
How to detect if a ptr is still referencing a valid reference after... +1.15
how can I access the methode/variable of one class from another cla... +0.72
Rearrange elements of array -2.85
Where are new objects stored? +1.42
C++: return the return value of a void function from a void function -0.64
Address of an array declared inside a new struct -0.43
Unix socket filename error 0.00
error: expected unqualified-id before string constant extern "... 0.00
Comparing different types of C++ for-loops +1.43
Bitset and signed values -1.97
How can i assign every iteration of this while loop to a thread? +0.39
Function return struct pointer -0.67
Why can't I construct optional<T> with an optional<S&g... +0.81
Creating a new object and passing in method parameter -0.59
Difference between static variable in free function and static memb... +1.32
How do I make multi dimensional in C++? +1.43
Why use Lists, when Arrays are faster? +1.09
Is it possible to include a standard c++ library in a .metal file? 0.00
Passing an array of Child objects to a function that accepts Parent* -0.65
Why does fflush() takes variable amount of time flushing the same p... -0.16
using sprintf with std::string in c++ +0.72
Why does the enhanced GCC 6 optimizer break practical C++ code? +0.22
Scope resolution operator on object +0.41
what is c++ std::map's null keyword? +1.74
Inner class destructor is called after Base class destructor +1.53
How legal is this definition of `main`? 0.00
Iterating through specific elements of a vector using another vector +0.97
How to link old C code with reserved keywords in it with C++? -0.07
May I instantiate a templated object A<B> containing a deque... -1.38
Array class member initialization in C++ +0.98
What is result of comparison of double and NaN? +1.11
What can be a subexpression? +0.28