StackRating

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

Emilio Garavaglia

Rating
1461.49 (4,527,725th)
Reputation
16,748 (8,298th)
Page: 1 2 3 4 5 ... 12
Title Δ
How multi-types containers (array/vector/list) are traditionally im... +0.60
User input to matrix in C++ +0.55
Is it bad practice to operate on a structure and assign the result... +1.52
Why is virtual WndProc not called? 0.00
difference between cin.get() and cin.getline() +0.05
what happens with member of class during erasing from vector? -0.52
What is the difference between Abstract and interface in C++ context? +0.07
Derive from template constuctor of template base class -1.36
convert a number from base-10 to another base +0.17
Trouble accessing private members from my class header in my cpp fi... -0.47
What is the need of global objects in c++? +0.24
About Interface Class usage in C++ +0.26
Return a statically or dynamically allocated object from a factory? -0.96
How to implement a string that solely allocates on the stack +0.44
In C++, what happens when I use static_cast<char> on an integ... -0.99
String not turning blue and only reading up to space +0.01
Return multiple types from c++ method? +0.53
C++ mystical infinite loop +1.29
Why can't we allocate dynamic memory on the stack? -0.51
square of square root C++ -1.32
How Reverse Iterator in C++ works -0.12
pass vectors by pointer and reference in c++ 0.00
C++ make folder inside Program files 0.00
How can I find why system can not run my application? +1.67
Compiler error C4244: 'initializing' : conversion from '... +0.67
Applying conditions to the whole vector -0.62
Random Guessing Game in C++ +0.02
Is there a way to specify a precedence among user defined conversio... +1.19
Simple types with higher meaning (C++11) -0.33
c++ notation - namespace - class - function -0.83
Something wrong with my for loop 0.00
"Intercept" Windows shut down and execute a command 0.00
Is this slower because of two lookups instead of one? +1.06
How to get the exception information in 'catch(...)' 0.00
C vs C++ file handling -1.06
Cannot use explicitly typed lambda +1.87
overload *= operator for matrices c++ +2.37
C++ check if any of the previous 5 or next 5 elements equal a value +1.55
Validity of "this" in destructor -0.96
Printing characters from string give different results 0.00
Is y * (1 - x / y) better than y - x for computing the difference o... -1.33
Friend operator in template struct raises redefinition error -1.79
Why are copy operations deleted when move operations are declared? -1.27
Why can't I use objects created on stack for upcasting? -2.18
c++ ubuntu detecting real time keypress event -2.17
inline in C++ and compiler -0.22
Providing multiple models for a template class to choose from -1.18
What happens when using make_shared -0.74
How does c++11 implements "... = default;" for the rule o... 0.00
Do I have to implement commutativity for comparison operators manua... +0.33