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 ... 12
Title Δ
Using functions outside main() C +0.51
How to make std::array of structs initialisation more minimal? 0.00
Why is the C program giving weird output using Scanf? -0.77
String literals for array -1.14
Really weird if statement behavior in C++ 0.00
C: Failed to compare character 0.00
How is it possible that my code exceeds the size of i allocated wit... -0.50
Inserting new values on vector (in C language) 0.00
Why do printing a char pointer yield string instead of memory addre... -0.49
If a C function is called twice will it create a variable declared... +1.67
Can we assign const char* to a string in cpp? -1.39
My program is not correctly outputting the amount of students in my... 0.00
C++ What's the best way to implement a Priority Queue with vary... +1.89
How can I use for loop to iterate through vector? I tried to look i... +1.27
For a Nested class in C++ how do you access the private member of e... +2.35
Take the average of numbers made with a dynamically created array -1.41
no matching function for call to a function in merge sort -0.11
Assigning base data from derived class with move produces an error -0.50
c++ comparison operators overloading -0.74
How to observe c++ destructor destroys basic data types? -0.84
Why are abstract classes that do nothing used? 0.00
Default "NULL" value for an ofstream +1.30
Function 'delay' doesn't exist in GCC +1.61
In C++, can you define a variable in terms of other variables that... -0.90
C++ using {} instead of () for function call -2.00
Why have a class with both a class variable and an instance variabl... -1.75
Can we define two functions with same name but different parameters? +1.17
Is this a double free in C++ -1.23
What do device (character special) file sizes mean? +1.72
How to join an array of threads in C++? 0.00
Is leaving debug sections in the source code a good practise? -0.10
When i call a function twice the second time the function runs i ca... 0.00
Enum Class does not accept text with hyphen/dash in C++ +0.03
The incrementer values for an array using a size_t operator -1.57
incompatible pointer to integer conversion assigning to char from c... 0.00
C++: Use cases of various method to iterate through a vector +0.50
C++ How do I check if an object is in an array? -0.64
why no need to add `extern` for external functions? -1.31
Error printing a pyramid pattern with asterisks in C 0.00
expression result unused in a strcmp -0.34
How do you convert an int to it's respective ASCII letter in C? +0.25
How does auto decide the type of variable? +0.40
STL list - What does [intNumber] do? 0.00
How is this 2D array accessing allocated indexes? 0.00
Can we call a 'Case' of Switch(); statement from anywhere e... 0.00
Prevent infinite recursion in c++ -1.09
Modularization in C++ 0.00
String Concatenation not working in C (TDM-GCC-64) 0.00
How to create an array of strings of unknown size? -1.96
How do you disambiguate a local static variable and a global variab... +1.73