StackRating

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

TartanLlama

Rating
1698.62 (157th)
Reputation
54,835 (1,769th)
Page: 1 ... 8 9 10 11 12 ... 22
Title Δ
C++ Template function differences between VC++ and g++/Xcode 0.00
overloaded operator deduction using user-defined conversions in c++11 +0.29
c++ why "A a();" will not call constructor +0.28
Why would an Alias Template be treated differently than the aliased... 0.00
Type of (x) in C++ +0.84
Equivalent of "typename", to indicate that a dependant na... -2.35
Force a compile time error in a template specialization +2.23
c++ copy constructor between different templates +1.75
C++ override inherited methods +0.80
Can std::string be used without #include <string>? +1.12
How to use friend to access STL private member +0.02
Enabling a member function only if template parameter has member fu... 0.00
template alias in specialized class +0.98
What's the grammar meaning of '&buf_pool->watch[0]&#... +0.76
Pure virtual destructor vs. protected constructor + virtual dtor +0.30
determination of the type of multiplication 0.00
What happens when you assign a reference to a newly-created stack-a... +1.48
Can I return a NULL-Pointer in a C++ method? -0.76
Can I use template specialization or type coercion here? 0.00
Common Lisp: function A passes a function to B which passes it to C... +0.30
C++11 Variadic Templates: 3..n int's seperated into first, midd... +0.71
How to return multiple parameter with function prototype +0.63
When do rvalue objects get destroyed when accessing their members a... +0.31
Is there a way to mechanically identify which operations are safe o... -0.23
c++ difference between x++ and x = x + 1 when dereferencing iterators 0.00
Can I access a variable's type for generic programming? +0.27
C++ Error when mixing template class and template method +1.64
Apply SFINAE to check if a trait is defined for T +0.44
Is there a way to cast Template's Type to shared_ptr<T>? 0.00
Can I multiply an int with a boolean in C++? +0.59
const method in a class returning vector of pointers -1.83
Why constructor is not called when passed by value +1.36
Access type member +0.31
What should I do to add data/values/objects to an initializer list... -2.34
Template substitution failure with std::function 0.00
Implicit casting - which cast is used 0.00
What is the function of "none" in "mount -t debugfs... 0.00
enable_if template specialization custom traits 0.00
instantiate a template class with a template parameter of another c... +1.44
Difference between constructor calls with and without ( ) +0.73
String to Integer Conversion +0.83
pass pointers to pointers to function +0.28
Why do the print sequence of this code does not work as I expected? -1.44
C++ meta-programming: A template parameter which *must* inherit an... +2.14
Why is my code not outputting (just) numbers? -0.04
why MSVS allows NULL as pure virtual function specifier? +0.11
in C++, how should I enforce the order of composited object constru... -0.67
Calling a function pointer on a member function +1.08
Converting from one template instantiation to another -0.62
Comparing pairs separately for equality, less and greater. +0.32