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 ... 9 10 11 12 13 ... 146
Title Δ
Can anyone check if this Palindrome c++ code is correct? -1.04
Is returning a dereferenced pointer as a reference from a function... -1.08
How to fix "Access violation writing location 0xFFFFFFCD."? 0.00
Leap seconds and std::chrono +0.35
How does C++ allow to wait without excessive CPU usage +1.86
TypeError: function() argument 1 must be code, not str -2.71
What does PFYvv stands for? (not PFvv!) 0.00
When a function takes an rvalue reference, what is the type of that... -2.70
Possible results of integer xor in C++ +1.31
Why does the pointer to method dereference operator in C++ have suc... +0.89
Should I use static variables in my functions to prevent recomputin... +0.96
More about EOF in loop condition 0.00
When to use weak_ptr instead of call by reference +0.04
How to fix (ERROR: SIGSEGV) in the following code and what is its c... 0.00
std::vector<std::vector<int>>: Debug assertion failed.... +2.16
Can you explain this syntax: ros::Rate loop_rate(10); 0.00
typeid("") != typeid(const char*) -1.93
gcc precompiled header: pragma once in main file 0.00
Can't understand the output of C++ string with special characters +1.28
Why does the output format of an int8_t use 4 bytes? +0.88
How to convert an Vector of strings to an Vector of uint8_t 0.00
Can a single pointer point to two or more variables +0.34
a large enough problemSize in C++ takes 0 run time +0.55
What are the possible side-effects of using gcc's -fno-math-err... 0.00
Problems implementing clang -fno-stack-protector to compile code on... 0.00
Initialize a 2D vector inside constructor of class +1.56
Why can't we do three-way comparison in C++? +0.11
Compiler error showing up on one particular machine 0.00
Disabling Auto-generated comments in Visual Studio Enterprise 2017 0.00
Which of these two is the proper way to implement a header? -0.06
Assigning function to function pointer, const argument correctness? -0.58
Passing struct to a function inside a different .c file but it does... 0.00
Is it bad design to have static and non-static versions of the same... 0.00
Is there anyway for the array at the end of class to work? +0.35
Cin getting skipped after being used in for loop +0.35
C++ when to use an & in front of an operator overloading function +1.87
Send big string into socket +1.57
why pointer->data works , whereas *double_pointer->data doesn... 0.00
How to use memset in c++? -0.54
How to compile a preprocessed file into object file using VS compiler 0.00
How is this kind of template function called? 0.00
Why is reading uint8_t as hex not working as expected? 0.00
Does value initialization of an aggregate use its member's defa... 0.00
How to pass on 'char* data' when the data is stored as vect... +0.35
How to add to map in C++ using emplace? -1.47
How can I compare the elements in a vector? 0.00
Treat warnings as errors but ignore warnings in googletest +0.36
Why 54 + 400 = 453? +1.57
std::vector construction with in place construction of elements -1.43
C++ throw an exception in a function and catch it in the caller? +1.24