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 ... 85 86 87 88 89 ... 107
Title Δ
Why memory limit exceeded? 0.00
How to implement timeout for function in c++ -2.43
Using Memcpy to widen the size of an array of pointers +1.61
Create an array dynamically in C++ -2.61
Checking for characters in string in a do...while +1.30
C++ strange compiler error if <unistd.h> is included 0.00
How to generate and use a c++11 std::array with new to use the heap... 0.00
How to find the length of a character array in c which contains mul... +1.57
c++ overloaded functions with equal implementation -1.68
Out of line definition of template function vs in class +0.85
Array must be Initialized with a brace-enclosed intializer +0.34
Is there a case where vararg functions should be preferred over var... +0.95
C++ reinterpret_cast of std::shared_ptr reference to optimize 0.00
Scope and assignment to return values 0.00
Access protected members of an existing base object +0.62
Do I have to delete lambdas? -2.14
Fibonacci Sequence with vectors 0.00
What to return from a method if certain conditions haven't been... -2.31
C++ struct and typdef +0.35
Does storing code in header files cause memory management issues in... +1.55
How to know when there is input through the terminal pipe line on C... +0.35
Understanding of function pointer syntax in c++ 0.00
Why is there no in >> endl? +1.61
How to prevent converting a null pointer into a reference -1.76
Array and pointers in c++ 0.00
Make content of shared memory null if its pointer is null c++ -2.57
omitting the null string terminator in c++ string 0.00
De-Referencing each element of an std::vector of pointers to objects +0.75
What happens when you redefine a macro? +0.33
Casting an anonymous array initializer list 0.00
make a variable inaccessible in a certain scope, possible? +0.26
Performance cost of passing by value vs. by reference or by pointer? -0.49
forward declare a type previously declared as a class as a struct +1.39
C++: static on static member variable dependent initialization with... 0.00
Smart pointer as condition: are if (p) and if (p.get()) equilavent? -0.61
c++ string behaviour is different while defining and in strcat funt... +0.35
How to convert ‘std::chrono::duration<int, std::ratio<2629746... +0.42
Cannot pass size_t *arg[] to function requiring array of void point... +0.37
C++ combination of stod and stoi? 0.00
How does make_shared allocate single dynamic memory for manager obj... 0.00
How do you convert UINT8 to UINT32 in C++? -1.30
C++ Linked List implementation using smart pointers - 'head'... 0.00
c++ integer type automatic 64 bit -2.04
Why does Release/Debug have a different result for std::min? -0.53
changing file content - is this a bug in g++ 4.7.2 or am I doing it... 0.00
Extern "C" constant value is not known in .cpp but works... 0.00
error: invalid conversion from 'unsigned char*' to 'con... 0.00
Assign a BigInteger to a normal integer +0.34
Pushing derived class to vector of base class in c++ +0.36
c++ string formed by copying index wise characters from other alrea... -1.54