StackRating

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

Johannes Schaub - litb

Rating
1660.40 (425th)
Reputation
487,788 (64th)
Page: 1 ... 9 10 11 12 13 ... 52
Title Δ
Understanding Function Prototypes in C -1.33
Is it possible to write a program without using main() function? -0.00
Is initializing with "var{args}" a new feature of C++0x,... +0.59
C++0x uniform initialization "oddity" +0.28
c++0x: resolving ambiguity between function-definition followed by... 0.00
clang llvm intermidiate representation for debug information -0.79
Why main() in C++ cannot be inlined? -0.79
std::enable_if to conditionally compile a member function 0.00
C++ usage of template<> +0.75
How to construct std::array object with initializer list? +1.04
Is this macro statement legal C++ or something else? And if it is l... -1.00
My "Tic-tac-toe" C++ loop doesn't work +0.72
Is it possible to write specialization for member function of a tem... -0.87
Calling private method in C++ +0.54
How to use extern template 0.00
What is the type of a named rvalue reference? 0.00
Difference between const char*, char const*, const char const* &... +0.22
Can a compiler inline a virtual function if I use a pointer in a cl... +0.23
C++0x Variadic Paramater Pack: Syntax Question 0.00
Specialising a template to include template templates +1.49
Non-type function template parameters 0.00
C return const pointer +0.91
What is the rationale behind the syntax chosen to declare template... +1.03
Extraneous (void *) in: type_a sample; type_b *sample_b = (type_b *... +0.22
String reversal using a single line of code in c -1.78
Source compiles in GCC but not Visual Studio +0.63
c++ overload operator resolution +1.15
C++0x: Why forbid "braced-init-list" in "operator[]&... +0.19
Knowing the number of template parameters in the declaration -3.24
Template - class that uses int, short or float when necessary +1.33
Evaluation of type for auto in C++0X -2.42
Template specialization fails on linking +0.88
Using only g++ works, but not "g++ -c" and ld +0.66
Template within template: why "`>>' should be `> >... +0.74
Copy constructor +1.16
How to deal with last comma, when making comma separated string? -2.22
enable_if method specialization 0.00
Alias template specialisation +1.12
Is printf("%d", 1.0) undefined? +0.89
Uniform initializer used in default argument to const reference +0.91
Why might std::bind1st be considered "almost unusable"? -0.79
C++ Does it make sense to declare a template function with static i... 0.00
What does the C++ standard say about stack overflow? -0.28
What are the Pointer-to-Member ->* and .* Operators in C++? -0.02
implicit conversion operator hiding rules +0.80
operator<<(ostream&, X) for class X nested in a class tem... -2.30
Why is an assignment to a base class valid, but an assignment to a... +0.97
C++ templates: how to determine if a type is suitable for subclassing 0.00
Template Specialization of Template method 0.00
Variadic template templates and perfect forwarding +0.57