StackRating

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

gsamaras

Rating
1573.17 (3,686th)
Reputation
53,577 (1,828th)
Page: 1 2 3 4 ... 36
Title Δ
Double doesn't scan properly 0.00
scanf integer with %ld %ld is not work correctly 0.00
No match for ‘operator<<’ in std -0.43
How to declare a vector of pointers to objects of a class? +1.90
c BAD access fscanf with structs +0.40
How do I prevent any other process from writing to a file while rea... -2.11
How to prevent Redefinition of class? -0.08
Unexpected behavior of string reallocation +2.66
How to read lines from file into an array of strings? 0.00
When parsing a string, first letter is missing after the first iter... +2.21
C Different method of passing matrix of pointers to function +0.15
I have a linked list, I would like to remove duplicate values +1.36
Am I passing structures by reference wrong? 0.00
What is the difference between (int) -1 and (-1) in C? 0.00
Can anyone tell the difference between these two code snippets in C? -1.82
Do-while loop reapeats as the value of the variable changes 0.00
How this C code working. I'm getting 56 as output for '\08&... +1.13
Functions inside of cases -1.39
Why am I getting an error saying that my function type is conflicti... +1.73
Why is my pointer array returning a character in unicode? 0.00
Using std::getline() to read a single line? 0.00
How do I read user input and write it to a .txt. file? 0.00
I need a way to accept UPPERCASE letters only 0.00
Breadth first search stuck in infinite loop 0.00
Non-initialisation of proper array element causes undefined behavior 0.00
Is std::push_heap working for O(n) complexity instead of O(logN) in... 0.00
Write a function that computes and returns the total number of inte... -0.54
Why isn't the code coming out of recursion? 0.00
C - Do While adding extra Step 0.00
Printing Integer Contents of a Vector as a String are Leading to Se... 0.00
Error in removing duplicate in C using pointers -0.10
Difference between single inverted comma and apostrophe? -1.20
How to tell if two variables have the same type at compile time? +0.49
How do I initialize both a structure containing a const char* and t... -2.15
How do I check if a string contains a certain character? +0.35
Include and run function from other file -2.20
How to create a program that reads nine integers into a 3x3 array +0.41
Why fscanf is giving segmentation fault while reading the data into... +2.57
Getting "expected expression before '=' token" er... 0.00
Limiting the type length of the user on C +0.41
Hitting return terminates 2 scanf("%[^\n]%*c") 0.00
Decimal to binary implementation can't fully work on my univers... +0.41
Is there any good way to obtain the arg type list form function poi... -1.34
Identifier "V'' is undefined 0.00
How to return pointers to arrays from functions? -0.53
Unable to print string from 2D array in struct? +0.41
How can I choose between merge-sort and insertion sort? +1.31
Why should I always enable compiler warnings? +0.14
Space at the end of first cout statement shows at the beginning of... 0.00
Problem in getline with multiple test cases +2.00