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 ... 30 31 32 33 34 ... 52
Title Δ
When is a forward declaration required? -0.40
Pointers to virtual member functions. How does it work? +0.75
dereferencing pointer to integer array +0.22
c++ polymorphism ((X*)y)->foo() vs ((X)*y).foo() +0.79
is there a functor that derefences a (smart) pointer, upcasts it, a... 0.00
A function pointer that points to a function that takes an object o... +0.24
What is the lifetime of class static variables in C++? +0.24
Are members of a C++ struct initialized to 0 by default? +0.73
How to implement 'virtual ostream & print( ostream & out )... +0.81
C++ Storing references to values in std::map +0.60
Crash with boost::thread +0.23
any way to get some information at least for catch(...) +0.82
Create a pointer to two-dimensional array +0.57
Is there a difference in C++ between copy initialization and direct... +0.93
Managing Implicit Type Conversion in C++ +0.11
Why doesn't this C++0x code call the move constructor? +0.25
In C, how do I restrict the scope of a global variable to the file... +0.15
Is there any reason to use the 'auto' keyword in C++03? +1.05
How do you pass boost::bind objects to a function? -0.74
What does void mean in C, C++, and C#? +0.22
C++ - Generic programming - Type selection +0.39
Will an 'empty' destructor do the same thing as the generated destr... +0.24
Dynamic Multidimensional array +0.24
making numerous pointers NULL at the same time -0.60
Why C++ allows arithmetic or enumeration values to be implicitly co... -0.39
Right way to conditionally initialize a C++ member variable? +0.70
Templated operator<< explicit instantiation and header -0.82
Changing return type of a function without template specialization.... +0.59
what does this C++ macro do? -0.70
What is the default state of variables? -0.95
How to detect whether there is a specific member variable in class? +0.82
C++ - Undefined reference to a class recently created ! +0.20
C++ Template for safe integer casts +0.28
Why does const imply internal linkage in C++, when it doesn't in C? +0.25
Bash: Delete until a specific file -0.23
Static variable inside template function +0.75
How does the C++ runtime determine the type of a thrown exception? +0.25
Error C2228 when constructing boost::function object in constructor... +0.86
About c arrays +0.36
c++: how do i call a friend template function defined inside a class? +0.05
Take the address of a one-past-the-end array element via subscript:... +0.18
C++ SFINAE examples? +0.68
instantiate a new stl vector -0.31
How to Initialize char array from a string +0.41
Is this valid C++ code? +0.65
Returning reference to static local variable in C++ +0.56
Difference between 'global' and 'static global' +0.88
dynamically allocated char +0.23
Template specialisation where templated type is also a template +0.25
Invoking GCC as "cc" versus "gcc" -0.25