StackRating

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

Lightness Races in Orbit

Rating
1607.72 (1,473rd)
Reputation
349,563 (103rd)
Page: 1 ... 40 41 42 43 44 ... 146
Title Δ
C++ size_t modulus operation with negative operand 0.00
Why null pointer dereference is not an exception +1.66
Is using while(true) and (else) if (...) break; "better"... +1.50
Variable Length Array (VLA) in C++ compilers +1.62
Range-for loop with custom class(simple version of vector<string... 0.00
why linker to do "targeting of absolute jumps, loads and store... 0.00
C++ lambdas, "error: expected expression" -1.99
Why does this while Loop never end? -0.47
Why does my C++ program crash when I forget the return statement, r... -0.36
Using std::ios::sync_with_stdio(false) can be faster than scanf and... 0.00
Is this the right way to loop through Arrays? -0.13
C++ creating a scope at the file level 0.00
Access of member functions in C++ inheritance -1.33
std::upper_bound returns const iterator in const member function +1.92
No implicit conversion from std::string to std::string_view? 0.00
What is the difference between isdigit() and isnumber()? -1.74
Should return 0; be avoided in main()? +0.40
c++ basic inheritance classes +1.50
Why bitwise shift acts differently when sequenced? -0.75
Why can the return type of main not be deduced? -1.48
What function does C++ write and call in an empty class? -2.44
Use of the Implicit Copy Constructor in User-Defined Copy Constructor -0.09
What these macros do (LLVM)? 0.00
const char* acts weird 0.00
what happens if i interpret the stat() attributes when stat() for d... 0.00
How to open a file in Sudoku? 0.00
Template deduction with leading pack expansion fails on GCC 4.8.2 x... -0.01
Is it possible to select the number of threads to run from inside a... -1.47
Do C++ iterators hold a reference to the underlying object? +0.91
How can I programatically determine where my C++ runtime libraries... -0.62
Is std::unique_ptr deletion order guaranteed? -1.69
How can std::cin return a bool and itself at the same time? -1.09
Does standard C++11 guarantee that temporary object passed to a fun... 0.00
Deduction of auto doesn't work when implemented as Lambda. Erro... 0.00
Making unsigned integer underflow throw an exception 0.00
How to Include-guard when using multiple headers on a main.cpp? +1.48
How Early & Late bindings are implemented? -0.18
Use of std::function for function return 0.00
Setup static member object +0.38
How does this C++ parser work? -2.52
How to perform operator overloading to avoid if condition in c++? +0.36
Replace c++ macro's concatenation by modern c++ techniques 0.00
c++ Why does an int Array return an adress, but an int x; return a... 0.00
Link shared library with main() to executables providing a handler... +1.72
Forward declaring anonymous structure from C in c++ -1.97
Does Making std::mutex as static creates race-condition for the mut... -2.10
What are all the operations/functions that has to be Mutexed when u... -0.18
#if statements in c++ code -1.56
ifstream read only one text file in for loop +0.97
How to give a warning if h file is not included directly -0.64