StackRating

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

GManNickG

Rating
1740.04 (52nd)
Reputation
485,953 (65th)
Page: 1 2 3 4 5 6 7 ... 29
Title Δ
How come `e.what()` prints "bad allocation"? 0.00
Why can't variables defined in a conditional be constructed with ar... +1.19
What is the best way to create a specialization-only function templ... -0.44
Class scope typedef bad practice? -3.11
initialize dynamic array elements to zeros 0.00
How to place a copy of T* at a given address? +0.37
Template compilation error - standard or not? -1.51
Why does C++ see this as ambiguous function reference +0.15
string& and char* version of string::append(), string::replace(... +0.21
why "istream& object" requires reference & and if... 0.00
Pointers to static members of class -1.07
Lifetime of lambda objects in relation to function pointer conversion 0.00
How can you call a c++ constructor somewhere other than where you d... -0.28
What's wrong with my std::copy operation? 0.00
ISO C++: How to design events? +0.70
Using nullptr in API function calls? 0.00
sizeof(*this) and struct inheritance -1.44
Ordering using stl sort in Visual Studio and GCC 0.00
Move Constructors and Static Arrays -0.86
When you're dealing with C and other languages that have pointers,... +0.32
In C++, will the vector function push_back increase the size of an... +0.57
C++ comparison and decreasing variables +0.67
Is there a way get an integer out of boost::any if you don't know i... 0.00
C++ vector size types +0.06
Is the correct type required for the delete operator in C++? +0.19
c++ Passing *this as reference during construction of self +0.58
C++ Templates Question +0.26
unordered_map::find() inserts the key of the lookup +0.98
Is there any way to trick the compiler into allowing template speci... +0.79
Microsoft PPL parallel_for_each with boost filesystem directory_ite... 0.00
Disabling C++ exceptions, how can I make any std:: throw() immediat... -1.04
Given `int num[7]`, how do `num` , `&num[0]`, `&num` differ? -1.11
Evaluation order of overloaded operator |? +1.49
Is this C++0x optimization legal? 0.00
How does boost::lexical_cast take only one template type? +0.47
3D Separating Axis Theorem, what axis to test? -0.31
ordered version of unordered_map? +0.53
Kind of RAII to manage GUI state in Qt +0.86
check if any of the conditions that occur in the loop have been ful... +0.05
Is there any use case for class inside function after introduction... +0.84
How to overload an operator for composition of functionals in C++0x? +0.38
Is there a random access container type that accepts a prefilled &a... -0.29
In C++ can I reset the function pointer for an operator? -1.04
Why can't auto be used as a template type parameter? -0.99
Substitution failure is not an error (SFINAE) question with static_... 0.00
C++ Callback -- How to decouple the call back type +0.34
Crashing after catching exception 0.00
Passing/Moving parameters of a constructor in C++0x +0.19
C++ Class inheriting from template class without knowing the type? +0.81
Why SFINAE trick doesn't work for non-class type when tried for cla... 0.00