StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Ayxan Haqverdili

Rating
1585.18 (2,620th)
Reputation
1,618 (101,881st)
Page: 1 2 3 4 5 6 ... 10
Title Δ
How could I know how many chars to allocate before calling std::to_... -2.43
How to repeat input command if user input is invalid with a string... -0.25
Initializing an array in declaration inside the function and using... -0.59
Adjusting index in a vector in C++ +1.77
Explanation of the output when functions are called using wild and... +0.03
How many types of Loops does C++ have? 0.00
How do I delete elements from an std::set that is stored inside a s... -2.32
C++ macro ignoring what's after -0.82
Order of Data Type Modifiers in C++ -0.50
Template initialization: +1.90
Is there a way to initialize a vector by index in c++11? +1.07
What exactly is represented by the template parameter passed to std... -1.08
Compare 2 unequal size of maps c++ 0.00
|| operator in c++ for vector norm +2.73
R-value references and std::make_unique 0.00
How to set all the bits in a char array to zeros? -0.81
How can i make pointer to a template function? +0.31
std::list<const SomeClass> can not be defined -0.89
Reuse an operator<< for several classes +1.64
How to prevent wrong values in an initializer list? +0.71
Is there a way to avoid code duplication in multiple similar functi... -2.10
Why doesn't c++ allow (auto) casting? -0.56
using character array as a key in map -2.17
Does `using namespace ...` increase compilation time or can it some... +0.97
Why is this Recursion not getting its base case? +1.84
What does the test “if (i && (i- 1))” mean? -0.74
Pointer Problems : Assigning to 'int *' from incompatible t... +0.67
Will GCC optimize away an inline accessor? -0.09
C++ Strings: size_t and string::npos +1.61
Calling functions with arrays? 0.00
Fibonacci number generator breaks for N>47 +1.82
Printing hex characters 0.00
Difference between passing an arguement +1.16
signed integer division with rounding in C +0.82
Where do macros such as global integers get stored in memory? +1.40
How to do nested for loops process +1.23
"function template has already been defined" using "... 0.00
While Loop in For Loop -0.80
Separate the digits of an integer (C++) -0.74
Do I cast the result of new in C++? +1.79
c++ c-style zero-initialization { 0 } -0.97
c++ is it valid to return pointer to static array defined inside fu... 0.00
Is this addfront() function used with nalloc() for linked list wrong? -0.59
How to properly implement the changing of an element in a container... 0.00
How is std::is_function implemented? +2.87
fill vector with random elements -0.59
How to store a tuple of four parameters with a value in c++ +0.20
What is the difference between std::stable_partition() and std::par... +0.93
Is it possible to declare an array using a variable? +0.42
is there a std::optional_function like the given +0.11