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 ... 45 46 47 48 49 ... 196
Title Δ
numbers , and operations with () 0.00
How to access a pointer using 2 dimensional syntax? 0.00
Why does 'const' behave differently in these two cases? 0.00
C++ storing raw character array in tuple 0.00
Add up digit from char array in c language 0.00
Whats missing in this code, and is it right? 0.00
What does while(cin) really mean? 0.00
Two versions of a function are not producing the same result 0.00
c++ vector erase advances iterator 0.00
How to check if 3 elements of array have the same value 0.00
Extracting specific bits from a 4 byte value into a new variable in C 0.00
unexpected output of C++ 0.00
Why does the compiler issue : warning: assignment makes integer fro... 0.00
i want to replace character "a" with character "z&qu... 0.00
Implementation difference when using std::find on a std::map betwee... 0.00
Why does map have operator[] but set does not? 0.00
Replacing old C style arrays with modern C++ STL data structures 0.00
Does passing an unsigned int to a function make it lose bits? 0.00
Why is the loop endless? 0.00
Why is the output going into infinity 0.00
Macro in an expression is not working as expected 0.00
passing std::ispunct as argument to remove_copy_if() fails to compile 0.00
how to convert a 2d array which is globally available to a malloc a... 0.00
Finding max element which is to the right of column 'k' 0.00
Could I get help finding the output of this function? (C++) 0.00
How should character arrays be used as strings? 0.00
Problem storing strings inside double pointer 0.00
Can not quite undestand pointers 0.00
push_back and insert do not work properly in my own vector class 0.00
Not able to insert items on my linked list, head always NULL 0.00
Sorting an array of vectors in decreasing order while using a compa... 0.00
What happens to a local pointer variable inside a function that has... 0.00
Implement a function which takes a string as an input and returns a... 0.00
Overloading compound-assignment-operator in C++ does not change var... 0.00
Memory use for custom struct functions in vector of structs 0.00
Array of strings will not print single characters 0.00
how to use iterator? 0.00
Do c++ inline friend functions cause name hiding between namespaces? 0.00
Why is a number sign-extended when it is cast to an unsigned type? 0.00
Why can't pointer to pointer, access struct members without a c... 0.00
Instead of using sizeof(type), use sizeof *p,is it safe and correct? 0.00
Is void *function() a pointer to function or a function returning a... 0.00
What does a *variable !=0 mean? 0.00
Why is my function unable to print an element of a multi-dimensiona... 0.00
Using functions to create and initialize an array from main in Visu... 0.00
cannot convert int (*(int))(int) to int (*(int))(int) 0.00
how to index a string in C like a string in python? 0.00
Understanding definition of Node.js's napi_value type 0.00
How to get the longest sequence of prime numbers from an array in c++ +0.20
How to Create Linked List with Sentinel value 0.00