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 ... 69 70 71 72 73 ... 107
Title Δ
Can I avoid nested namespaces in forward declaration? 0.00
Setters with pointers in C++ 0.00
C++ delete effect on pointer variables +1.04
Is it possible to allocate misaligned objects in the following case? +1.00
How to convert vector string array to char** array? -0.65
'&&' in function parameter pack -0.63
Pointer arithmetic with variables not in an array 0.00
A concatenation between a literal symbol and a string variable then... 0.00
Is there a way to use a range-based iterator to iterate over refere... -1.98
reducing countless template keywords in C++? -1.45
What kind of string initialization is this? +0.38
Array initialization in function -0.88
expected class-name before '{' token - with header files an... 0.00
Construct a string without allocation 0.00
Delete Object without calling destructors of member pointers 0.00
Is there a container with dynamic size but no allocation in c++? -2.63
how to create an object or data structure of an abstract class in c... -0.52
Does delete need to be used for new'd arrays created in vector? +0.81
Global Array in C++ +0.33
How to implement class destructor with vector of pointers C++ +0.35
Assigning a value to a null ptr-to-ptr in C++ +1.12
Safe allocation of stack allocated array +1.90
How do I return my own struct in c++? +0.35
Is there a chance of creating char* elastically? 0.00
Copying argv to a new global vector string 0.00
Pointers and multidimensional arrays in C++ +1.30
Passing objects to functions in C++ 0.00
Pointer reference through function call C++ 0.00
Possibility of a pointer memory leak? +0.35
Where does a c++ program print to? -1.76
I don't understand what does" double *array[50]" mean? +1.55
c++ recursive function type +1.88
Why does same pointer has different addresses +0.63
C++: Remove element from dynamic struct array and shift other eleme... +0.99
reassigning to const reference 0.00
Passing array with fixed size to struct +0.18
Does erase() in C++'s STL actually delete the element? +1.33
deleting a pointer to a sorted string array gives me an error after... 0.00
When do I need to initialize a pointer to nullptr? -2.66
Multiple lvalue equivalent definitions +1.15
Why does my for loop in C++ not iterate as many times as its suppos... +0.75
operator overloading opertator + cant convert from pointer to const 0.00
During int to char conversion where int is to large to be stored in... 0.00
Are there restrictions in For Loops when putting more than one cond... +0.33
Reference to member variable broken after adding another instance t... +0.99
What's the reason of the linked list has a zero beginning of th... +2.01
How to return two arrays modified from a function with memcpy? +0.36
Is it possible to query different DNS nameservers programmatically... 0.00
c++ pass array by value or pointer to function syntax +0.13
What is the purpose of maintaining rear in a dynamic queue? -0.33