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 ... 73 74 75 76 77 ... 196
Title Δ
how to intialize string in struct without using strcpy function? +1.48
Incrementing one D array pointer -0.22
I am making a c++ code and error occurs I don't know why -2.17
Are type qualifiers part of the type of an expression? 0.00
Significance of get() in the C++ snippet 0.00
How do commas in the initialization and increment parts of a for-lo... +1.19
Concatenate arguments using strcpy -0.71
Why do we have to malloc in this string function c? +1.52
How do I interpret this declaration that appears to be a function d... -1.58
Function returning unexpected value -0.09
How to modify values of reference std::pair? -1.13
Why this program is output Yes, while it should either have thrown... +1.27
Can a string literal and a non-string non-compound literal be modif... +1.62
Trouble with logic in very easy if-statement +2.20
expected 'double **' but argument is of type 'double (*... +0.48
Reverse/Swap halfway +0.68
Are function definitions, function calls and declarations statement... 0.00
Cannot copy strings from pointer array with strcpy in C? +1.91
Create an array of consecutive numbers from 1 to n in C? -0.52
Warning: Assignment from incompatible pointer type [-Wincompatible-... 0.00
Remove zero entries from an array in C +0.87
Remove a substring from a string with memmove in C -0.59
This source code is switching on a string in C. How does it do that? +0.94
How does C determine bound of array? +0.23
void main() { } works perfectly without a header file. How can this... +1.62
Adding character to a string -0.55
C++ arrays , and the "new" keyword 0.00
Convert a non-null terminated vector<char> to string -0.35
Why doesn't pointer arithmetic work in char* functions 0.00
c++ trying to understand clockwise rules for deciphering complicate... -1.72
C - Why my variable is not destroyed? +1.15
How to use a for loop index outside of for loop in C (selection sort) +1.19
how is the output of the statement is 'E' +2.30
My switch statement is always returning the first case? -0.53
C++ NULL character and memory allocation -1.08
Operator precedence in C explanation -0.68
I am a beginner in programming in c,need help in sizeof() string co... +1.87
typedef and variable names +0.48
How to use strcat() function? -0.17
Program keeps returning Segmentation Fault -0.26
C++ Overload: [Error] no match for 'operator=' (operand typ... 0.00
Trying to merge a linked list in descending order -0.26
Why can I reinitialize a constant inside a loop? +1.33
Why Strcpy function is not working with Pointer to Array? +0.37
Making an array of tokens from string with strtok, malloc, and real... 0.00
Expression must be a modifiable lvalue with enums 0.00
bool vs void* casts on the same object -1.69
I am trying to fill vector array with getline, what's wrong? -0.68
Segmentation fault on strcat -1.06
Why doesn't this function work? (Linked list) 0.00