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 ... 5 6 7 8 9 10
Title Δ
How to find the biggest number using only two-way branching +2.08
How can I get the size of the array in an 3D matrix? 0.00
How can we clearly know the precision in double or float in C/C++? -1.92
how to reduce compile time: in case of including an untouched heade... 0.00
Factorial with while loop in C 0.00
Will the byte representation of 0/0 (NAN) and 1/0 (INF) be the same... +2.05
Try catch block outside the main() scope 0.00
Why can't we define the array size by a variable when we write... +0.47
Difference between string += s1 and string = string + s1 +1.85
The program compiles, but when provided with an input, does nothing -2.01
Cannot retrieve data from .csv file 0.00
Put second string on a position from user input on a first string +0.12
How to call a shared class member function in a subdirs project? 0.00
Why can't I directly read from cin into an array index? -1.75
What is the purpose of a constant pointer in c++? -0.17
Accessing variables in an enclosing scope(not global) hidden by loc... +1.08
Can you declare a member function and make them do different things? -0.02
C: do all string literals have static storage duration? -1.18
Conditional loop: variable vs function? -1.47
Does the stdlib provide a type list? -1.27
Why does std::list have remove and remove_if functions -1.18
Problem with code. Using vector delete same numbers except the last... -0.83
Make a combination of two arrays to form a pair of each item +0.46
decltype((x)) with double brackets what does it mean? +0.42
how to fix "NO match found for 'system(string) 0.00
Is there a way to compare 2 elements of array of type char initiali... 0.00
How to get character without numbers when iterating through std::st... 0.00
How do I change only one part of the string with variable values -0.55
Not able to understand what this C function does -1.71
Get multiple strings from console and write them down as a list in... +0.45
Why Rust is faster than Ocaml in Performance, Even though first Rus... +1.97
Why does while (true) skip cin when it received invalid input? 0.00
Create file in arabic name in c++ -0.04
'strtoll' and many others "not a member of 'std... +1.14
What things are always passed by reference in c++ unless explicitly... 0.00
How to enter characters to a vector in a structure? -0.23
How to repeat the string in C++? +1.44
Function must have exactly one argument +0.45
Is it possible to put Quotation marks („) into Char 0.00
How to switch two digits in an array with only one digit? +2.21
Overloading operator<< for array without the need of a class -1.63
Tips for more elegant code for creating a dictionary +1.60
auto fail to deduce correct return type -0.09
Using enums to access 2D array indices +0.17
How to ignore the second letter from the user input 0.00
Need to count a sum of arithmetic progression using recursion c++ -0.29
Does end iterator get update when inserting a new element? 0.00
Setting a variable equal to a variable that is equal to nullptr -0.04
Global reference to global objects +0.46
How to add elements in list which is value of dictionary and those... -1.15