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 ... 7
Title Δ
How to accelerate pointer dereferencing? +1.21
Choose option based on percentages from dictionary -0.79
const_cast 'this' in const method to assign 'this'... -1.84
How to overflow a float? -0.72
How to calculate CRC using this code? +1.84
Does C++ compiler generate code for every template class instance w... +1.88
How to get a C++ vector out of const float* +2.46
Check if a pointer points to a valid structure -0.66
Why do references occupy memory when member of a class? +1.01
Why do you have to specify an index number when assigning a value t... +1.17
How to achieve const-correctness in multidimensional map in C++ 0.00
How Java and C manage memory of local variable? +1.41
The array that I created has unexpected size +1.69
Check pointer's nullability: !pointer or pointer == nullptr? +0.39
Does C++ allow any integer literal to be implicitly converted to a... -1.14
Why should string length be plus one its capacity in C? +0.09
Is it legal to use placement new on initialised memory? -0.68
Playing around with concurrency, lambda-threading c++/multithreading 0.00
Deep copy in a move constructor -0.56
Computional complexity of sorted array -1.82
pointer c++ on objects and variables +0.49
How to use shared_ptr to manage already ref-count managed objects? +1.95
Using an unordered_map with arrays as keys +0.77
short int Integer wrap around / short int inversion in c not unders... -1.69
Cannot set a value when an object contains Vector of another objects +0.73
How do I update a member in a set of std::pair? 0.00
Reversing a string using recursion without <algorithm> or loops +0.47
Call a function only once and let other functions access it's r... +0.47
Pointer subtraction on Big/Little endian -0.25
How to generate 2 non-adjacent random numbers in a range -1.23
Is it true that reinterpret_cast wont change the value of a pointer? 0.00
Floating point and the avoidance of rounding errors +0.02
Handle != null check for two variable -0.13
in C, what is the maximum amount of identifiers you can have? -1.65
std::hex and std::setw not working with some charachters 0.00
Why is the condition in this simple program ignored when a comment... +0.45
C++ Multiset count() -0.13
"char* p="123" is right or wrong? +0.06
How to force pointer returned by new operator to be 32-byte aligned -0.51
C++ char* as a class member -0.30
Is it legal to initialize a struct with only one array as member us... 0.00
Is it OK not to call the destructor on placement new allocated obje... -0.91
sizeof reference differing for class type and data member +0.34
Any legal way to reinterpret a char * as an array of another primit... +0.27
What do I return for undefined index when overloading [] operator f... 0.00
How does this C iteration work? +0.62
Why use this comma in this return statement? -0.80
C - Should I return a result in a function or save it in a variable... +1.05
Why is inserting into a set<vector<string>> so slow? -0.12
In nested for-loops use j= i+1 vs j = 1? -0.53