StackRating

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

463035818_is_not_a_number

Rating
1577.70 (3,228th)
Reputation
20,174 (6,742nd)
Page: 1 ... 5 6 7 8 9 ... 39
Title Δ
How do you count frequency of element in a vector using count_if fu... +1.42
Idiom for data aggregation and post processing in C++ 0.00
when exactly the increment happens in a for loop in C++? 0.00
C++: How do I round arithmetically after a division with BASIC oper... 0.00
an out of range pointer to array is forbidden with constexpr +0.21
Read first bit of a number in one line -1.21
Overload operator* without allocating new memory +2.23
Access protected data member via friend member function -0.86
how do I replace pow()? -2.59
C++ program crashes when trying to sort a vector of strings 0.00
Put all function that are in a header file in a namespace 0.00
How can I make function that take a string and return a char array 0.00
Extending the class definition upon including a file inside its block 0.00
Header files and include for sourcing functions +0.24
How do these three ways of creating vectors differ? 0.00
Static member in a template class. Same counter for all types of th... 0.00
give how many numbers in a vector that are less than itself 0.00
How to encapsulate a class that is only being used inside another c... -1.51
What is the structure of a std::vector? -0.32
How do you check is a char input is longer than one letter, without... 0.00
Creating a container to store Template Class instantiations -0.51
I need to access the value within a const std::string& call in... 0.00
C++ Variable destruction +1.99
Why does this initialization from itself not generate compiler warn... 0.00
How can I make my text file go down the same line reading diifernt... -0.10
Is there anything like an execute_if algorithm in stl? -0.31
What template<typename> template <typename> does? +0.40
How to use std::find algorithm on a vector of boolean elements -1.55
I got stuck in this syntax of c++. "Check if the frequency of... +0.21
How to take multiple line string input in C++? +0.97
Why vector.push_back(s) does not work here but vector[i]=s works(me... 0.00
How would I put two words from a file into one index in an array? +0.40
Unexpected behavior of arrow operator "->" in c++ +1.66
Why does exception::what not return a std::string -0.81
c++ how to call static function of another class in namespace 0.00
Is it legal to use the insert member function to insert a range int... -2.41
What do istringstreams or stringstreams in general initialize to by... 0.00
Why do we access the value of the bytes pointed at by the char* ins... -1.84
Iterator or std::iota with regular C++ Array? +1.59
Implement delete repeat function with pointer 0.00
How to create a callable function pointer to a function that has va... -0.77
How to use the bisection method in boost C++ for a function with mu... +1.66
Does std::this_thread::get_id work independently of how threads are... 0.00
std::compare_exchange int with #define value -1.16
Why do i need to subtract 7 from the while condition in the end for... +2.44
Multiple double colon (::) in call stack of VS 2010 C++ +2.25
Trying to dynamically allocate an array inside an element of a vect... -2.02
C++ std:: string starts_with/ends_with case insensitive versions? -0.39
C++ class for getting key states +0.03
Why zero-initialize when it's not necessary +0.40