StackRating

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

Vlad from Moscow

Rating
1551.24 (7,571st)
Reputation
152,082 (371st)
Page: 1 ... 53 54 55 56 57 ... 196
Title Δ
How to "print list from tail to head" recursively? -0.87
How to arrange every character ascending in a vector with words? 0.00
C free variables used with strtok -2.21
Behavior of conditional statement in the body of switch case (C lan... -1.13
Is (*&a) a lvalue or a rvalue? -1.41
C++ structs, difference between new type; and new type() 0.00
c++ static array declaration from function parameter +0.42
fgets not accepting last value? -1.93
Is an entirely new class compiled for each differently sized std::a... -2.10
why the implicit convertion can be complied -1.78
Ternary operator evaluation rules in templates different? 0.00
How to pass array of structs that is within one function to another... -1.08
Looping through fread statements 0.00
Another question for Linked Lists. Problem with inserting a number... 0.00
Remove specific consecutive characters duplications from std::string 0.00
explain the for loop and output of this C code please +2.47
Using sizeof with struct with fixed length array -2.40
prototype does not match function definition, but it does -0.50
Printing 2-D array through pointers -0.50
In a linked list, the last node->next isn't NULL, causing a... 0.00
What is the behaviour of `ferror(FILE *)` and `std::ferror(FILE *)`... +1.07
Changing constant variables in C +0.23
Updating VS2013 to VS2019 causes Lvalue error, would like to unders... 0.00
Is there a way to sort structs by multiple variables in C? +2.57
why this program crash if i remove '0' from single_digits[*... 0.00
Trying to understand why this For Loop has this output -0.53
Trouble merging two linked lists in C +0.41
All of nodes in linkedlist are the same, seems insertion is not wor... 0.00
How does the following va_arg macro work? +0.82
Is my usage of fgets() and strtok() incorrect for parsing a multi-l... 0.00
Structure pointer assignment not assigning expected value - Linked... 0.00
Explicit specialization must precede its first use -2.16
Allocating a 2D array using calloc +1.79
How to properly store name of directories into a linked list? +1.11
How to properly delete an array of std::string 0.00
What differences are there between addresses using & operator a... 0.00
Is it possible to check if word stored on stack is palyndrome witho... +1.78
Segmentation Fault in typecasting from unsigned int to char pointer +0.42
Safe low 32 bits masking of uint64_t +1.99
Why use 'struct' keyword in class pointer declaration in C++ +1.00
Using strcmp with string arrays -0.47
Hello, I am using JDoodle to practice C programming, I created a fp... 0.00
Should I include <tuple>? -1.37
how to access the next node in c++? +1.37
Problems during the creation of a list 0.00
The logic of invoking virtual functions is not clear (or it is meth... +2.94
I don't understand C pointers 0.00
What is difference between F = (9/5 * C) + 32 and F = (C *9/5) + 32... -1.23
How can I modify the insert function in the linked list so as to su... -1.23
What is the principle of calculating the height of binary tree by r... +1.19