StackRating

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

Davide Spataro

Rating
1507.32 (106,353rd)
Reputation
4,376 (38,174th)
Page: 1 2 3 4 ... 6
Title Δ
How do i "connect" array elements with other variables? +1.51
How to fix "Variable declaration in condition must have an ini... -0.33
Role of std::unordered_set::reserve for container memory requirement? -0.99
Function Template Instantiated With Runtime Constant -1.91
I'm having problems relating to template arguments -1.15
Simple Linked List Pointer (and Error) Issues -0.02
std::chrono::milliseconds .count() returns in microseconds? -0.90
Building a connect 4 game - C++ 0.00
Why should I use a reduction rather than an atomic variable? +0.49
Use wmemset initialize cause coredump -1.96
how to start read a file at a specific position +1.68
Global Array Issues Not Updating, C Programming -1.79
Insertion Sort in a Class? +0.24
Reassigning output pointer in function 0.00
Print a comparison output in bash as a boolean value -0.47
adjacency graph in c++ using stl +2.14
CUDA - separating cpu code from cuda code 0.00
Comparing 2 values using template metaprogramming C++ -0.28
i can't declare a pointer as a global variable -1.77
How to sort a vector of strings in a specific predetermined order? +1.41
Unable to free a child of a parent struct -1.88
How to add the strings in the same line one after other instead of... -0.08
Function Complexity Analysis -0.61
Reversing an array in C using aux variable -0.02
Why can't structs be compared for NULLness in C? -0.56
Drawing rotated triangles +0.45
console input function doesn't terminate inside while loop -0.01
error: invalid use of undefined type struct in C -1.45
Deny access to a folder for a specific group of users in Ubuntu 0.00
I am using the dev c++ and i am getting the error ( C++98 'arra... +0.48
C++ brace initialization of struct with fixed size array member -0.52
Why does delegating to the default constructor not zero initialize... -2.01
Print spaces between each element using a fold expression -0.51
OpenMP and different STL vectors +0.29
Return a "const char*" as std::string& from a class m... -1.32
How to output lines into one string separated by space (bash) -0.16
corrupted size vs. prev_size in C 0.00
How can memory be allocated to a macro? -1.60
CMake configuration for ffmpeg in C++ project +0.48
Cast (C like) pointer to C++ matrix +1.41
Function that can take arrays with different dimensions -0.27
Measuring dynamic memory usage using C++ sanitizers 0.00
Create hashtable where each value is a vector of many values 0.00
Why does GNU parallel affect script speed? 0.00
replace a word in a file entered by the user 0.00
virtual pointer size varies based on class data members +0.23
Is there any guarantee that complex<Type> object's imagin... -1.84
C strcmp - compare strings declared by char and char* +0.64
How would you know the length of a long long -1.59
Why does the following code for bubble sort give segmentation fault? -0.03