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 7 ... 10
Title Δ
Is it valid for function parameter's names to be the same as th... 0.00
How to input a number of words as many as the given number? -0.02
Displaying all prefixes of a word in C++ +0.32
Is there any way to make this template in cpp work? +1.80
Strange outputs from appended char* in C++ +0.38
Is it possible to use a pointer to an uninstantiated object as a va... -1.96
How to store variable as nothing 0.00
Why does the absence of a copy constructor cause values to be chang... 0.00
Is ternary operator allowed to evaluate both operands in C++? 0.00
Iterating through map keys in C++ 17 -0.75
Check if void* points to a specific class object 0.00
why the array casted from void pointer* cannot iterate the for loop? +1.23
How to allocate memory for a void pointer using new operator C++? +0.42
Arithmetic overflow: Using operator '*' on a 4 byte value t... -1.13
I dont understand how this code can display a string by using just... +1.89
How to step into my code (F11) without getting into the external li... -0.07
How do i handle this situation C++ sizeof problem -1.73
Access type through another type in the same namespace -0.53
Memory leak by local pointer inside C++ constructor body 0.00
C/C++ Can "for loop" be used in a marco instead of "... -2.00
C/C++ Can "for loop" be used in a marco instead of "... +2.00
Array of structs inside of another struct in C 0.00
Is it possible to define a function name with #define? 0.00
Why do I have to use std::make_pair? +0.03
What does "Warning : No return statement in function returning... -2.27
Range-based for loop with auto specifier combined with static_cast +0.23
Why in some compiler is possible to declare an array like int myarr... 0.00
Can we use () instead of {} for function scope? +1.96
How to have a const variable in a for loop for the generation of te... -1.31
Initialise global array with respect to function input +0.17
Counting number of elements in an array using while loop in C +0.37
Segmentation fault (C++ pointers) 0.00
Why does std::iterator not contain std::prev() as a member function? -2.02
Can't I get a pointer as a parameter of STL predicate? -2.08
When "this" is captured by a lambda, does it have to be u... +2.27
Build a vector with step c++ +1.66
How to disable pointers as template typenames +0.75
What does narrow_cast do? 0.00
How to input many letters and stop after a certain one (q or Q)? 0.00
Function return type syntax 0.00
Difference between “if root == NULL” and “if !root” 0.00
Why is my code returning the wrong value for squaring? C++ 0.00
Integer literal is too large to be represented in any integer type... 0.00
How to combine two integer vector 0.00
can I make functions with unresolved dependency in C? 0.00
Is using typedef as a way to facilitate alternate class names a mis... 0.00
rand() and srand() are not declared in this scope 0.00
Is there a Visual Studio keyboard shortcut for "go to variable... 0.00
How to find max element of a doubly linked list? +0.43
How to change vector to a regular array? +2.36