StackRating

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

Angew is no longer proud of SO

Rating
1719.64 (85th)
Reputation
142,089 (411th)
Page: 1 ... 20 21 22 23 24 ... 52
Title Δ
Override method with different return type in c++ 0.00
cmake add_subdirectory with other cmake filename than CMakeLists.txt 0.00
How to get rid of these warning? +1.09
Memory requirements for C++ lambdas +0.94
Shorthand for for-loop - syntactic sugar in C++(11) -0.00
How to return a smart pointer to a member variable? +1.44
Multiplication operator overloading 0.00
How to prevent strings from beeing multiple times in PROGMEM 0.00
c++ vector of vector with differents types +1.05
Class scope and private members? -0.80
Rules to find which templated function overload is called +1.75
Difference between accessing non-existent array index and existing-... -0.28
Why is the following template declaration ill-formed? 0.00
Does final imply override? -0.32
Aligned dynamic array and smart pointer 0.00
boost::variant as friend class 0.00
Why Qt application does not give me exception or error? +0.85
SPOJ: What is the difference between these two answers for KURUK14 0.00
Using iterator for removing items from map in c++ 0.00
C++ STL associative containers: Get iterator from element? -0.58
Is an expression involving function type an lvalue or an rvalue? 0.00
Macro that allows assignment or exists the current function 0.00
Is inserting an element of a std::vector into the same vector allow... 0.00
call batch file from CMakeLists.txt 0.00
What is cin>>str+1 in C++ string? +1.00
Why is returning a reference to a string literal a reference to a t... +1.68
Type independent code in templates +0.79
What is the use case for an anonymous union type +0.54
Can reading affect writing during thread race? +1.02
Strange result from mutual reference in C++ macro -2.00
Couln't someone explain the grammar of typedef once and for all? -2.77
Why shared_ptr doesn't call a destructor of a pointer when exce... 0.00
C++, What to return from a function with reference return type to i... -2.83
What is the meaning and use of the sentence "C++ compilers use... 0.00
C++ calls destructor immediately, even when rule of three is followed +1.18
C++ Partial template specialization on virtual method 0.00
Add two value into array's cell +0.25
Why cast expression to rvalue reference to function is lvalue? +0.23
unordered_map of different custom types 0.00
What's the formal of C++ const reference (not reference to cons... 0.00
Is the c++ operator |= atomic with a multicore processor? 0.00
In Xcode, when I include <iostream>, it seems that stdlib.h i... +2.04
Contravariant types and extensibility 0.00
I have this issue where I run my program and I get a pop up saying... 0.00
Using #define with build mode 0.00
What is the difference between a dangling pointer and memory leak? +1.50
Why method of class does not have access to some field of my class? -1.12
How to create iterator without type names? -0.36
std::unique_ptr to transfer ownership of a const object 0.00
Why #pragma optimize("", off) 0.00