StackRating

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

artm

Rating
1496.52 (4,032,860th)
Reputation
11,458 (12,964th)
Page: 1 2 3 4 ... 12
Title Δ
How to call next element using structure array in c +0.16
malloc with structs and how to access memory of malloc of struct 0.00
Changing global c variable inside a struct array +0.50
How do I store the name of a input string for a different C file? -1.79
why am i getting this segmentation fault when trying to access a st... -0.44
Working of assignment operator while copying objects +1.03
Non-static data member initializers only available with -std=c++11... 0.00
C++ GTest error "ld: library not found for -lgtest" on Ma... -0.00
How to get the value of a local variable in C++? +1.28
Why does splint suggest that { 0 } doesn't really initialize al... -1.10
How to pass by reference a C++ array as a function parameter? +1.29
Using nested if statements vs logical operator && in c++ -1.60
Query regarding pointer member variable -0.85
Catching fatal errors in C++ 0.00
c++ multiple if statements. Why else statement also executes? -1.27
Trying to end for loop 0.00
inheritance C++ why father constructor is not evoked 0.00
Palindrome problem code,i do get terminate called after throwing an... +0.50
Space Complexity for code snippet "for (i = 1; i <= n; i++)... +0.23
How to legally declare vector variables in C++? -1.19
Rvalue references, copy and move 0.00
Does function pointer need parethesis in c? -1.03
When declaring a multi-dimensional array in C++, why do you only ha... +0.09
How the post-increment operator works exaclty. Are there some excep... -0.11
How to Fix Blank Results when use for loop in c++ -2.58
virtual functions, when to use them? 0.00
What is the purpose of const here? +1.26
My C program is not giving desired output +0.46
How do I add string given by user inside an empty array and find le... +0.24
Why all pointers in my vector are pointing on the same element? -1.64
How to store string from an array of strings in to a variable in C +0.62
How to print a specific row of a multidimensional array +1.12
Why pass by pointer to a C function? -0.43
c++ pointers using vector class 0.00
Returning an array from a function to main in c++ -0.53
Getting system's max allowed path length in c 0.00
Can You Explain This Void Pointer Inside Function Paramter? -1.74
Initializing a vector class member in the constructor during run ti... 0.00
What is the difference between for(auto& x:A) and for(auto &... 0.00
Any difference between `auto* p = &n` and `auto p = &n`? -0.74
reference in argument of a function +0.61
How do I add values to an array without them resetting to 0 outside... -0.24
C++ Function Callback using class member and run it in main 0.00
How to convert a memory address into a char string -1.56
c++ c-style zero-initialization { 0 } +0.81
Setting protected member of base class in child class -0.95
How do I expose a library's enum, such that my code doesn't... +2.43
Putting uppercase letters taken from user and putting into an array -0.64
Does a C struct hold its members in a contiguous block of memory? +0.28
filter out special chars row and col wise in unix 0.00