StackRating

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

alain

Rating
1525.42 (23,416th)
Reputation
10,473 (14,461st)
Page: 1 2 3 4 5 ... 7
Title Δ
Allocating memory inside a class member function -0.30
C++ Versions, do they auto-detect the version of an exe? +1.14
if more than 1 number is missing from array,How to find those missi... +1.94
Is ((a + (b & 255)) & 255) the same as ((a + b) & 255)? +0.66
How does s[i]^=32 convert upper to lower case? +1.49
Why is there no implicit bitwise comparison in C++? +2.56
Efficiency of Cryptarithmetic Algorithm solver decomposition +1.24
Big O when stacking containers -0.61
Memory allocation when using the strtok() function +1.88
Defining a constructor of a class in C++ 0.00
One of my variables in my simple calculator says that it is not bei... +1.37
At what point in the loop does integer overflow become undefined be... +0.59
Converting link list from C to C++ -0.33
Violating strict-aliasing, even without any casting? -0.51
Generating all combinations with unknown length +1.46
Allocate n bytes by new[] and fill it with any type? +0.49
How to safely offset bits without undefined behaviour? +1.07
Windows 10 specific crash on call LeaveCriticalSection -0.54
Label called outside the loop isn't accessible from outside the... 0.00
Why do logical operators in C not evaluate the entire expression wh... +0.52
Understanding A Disavantage of OOP 0.00
Do I still need to call a destructor of a std::container if both th... 0.00
C++ std:search behavior or restriction -0.99
How to validate a time in “YYYY: MM: DD HH:MM:SS” format in c++? 0.00
struct node in queue structure in c++ -0.18
Formulas for comparing float equality in PHP -0.27
Why is char a = 65 less portable than char a = 'A' -1.73
Is it ok to compare floating points to 0.0 without epsilon? +0.04
converting from unsigned long long to unsigned int 0.00
Concatenating buffer when the sending is too fast in a socket 0.00
Can the compiler decide the noexcept'ness of a function? 0.00
Acquire/Release semantics 0.00
Assigning a pointer to a vector +1.97
recursion without base case and statements following recursion func... +2.37
Can I specify what IP address and Port number is allowed to send me... +1.02
How does recursion work for the following code, since a Boolean OR... -0.62
Pointers to pointers vs. normal pointers +1.90
Calling function in C by its name and by function pointer +2.02
How do I put a thread in a C++ smart pointer? -0.70
Is it necessary to re-evaluate a variable that refers to another va... +0.49
Unique character code not working when ran in linux but fine in win... 0.00
How can I match Base* against a list of Derived*, from within Base... -0.02
Dynamically allocated member variable. What's the point? +1.61
Rotating a polygon around its center 0.00
virtual function in parent of parent class -0.64
How to find odd/even number without arithmetic operators in C? +2.04
C - function to search a substring.. need to simplify -0.57
Is there a C++ standard class to set a variable to a value at scope... +1.25
How would I know if the counter increments are at the correct place... -0.02
Should std::atomic be volatile? -1.78