StackRating

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

Fred Larson

Rating
1606.91 (1,507th)
Reputation
47,723 (2,154th)
Page: 1 ... 11 12 13
Title Δ
What's the best portable way to represent pointer as string in C++? +1.23
Do template specializations require template<> syntax? +0.69
assertEquals vs. assertEqual in python -3.87
C++, removing #include<vector> or #include<string> in c... +2.82
How do I construct a std::string from a DWORD? +0.80
Overriding a Base's Overloaded Function in C++ +4.07
Is there a Python equivalent to Java's AWT Robot class? -2.81
C++ constructor problem +3.52
Given a pointer to a C++ object, what is the preferred way to call... +4.31
If and equality statements +3.93
C++ vector literals, or something like them +4.11
Is it good to have all the setter functions return a reference to t... -2.95
Am I initializing my C++ reference variables correctly? -3.17
Must I use pointers for my C++ class fields? +3.28
Macro questions +2.22
How does delete[] know it's an array? +4.00
(*this)[i]? +2.93
C++ const std::map reference fails to compile -0.79
Is there a GCC preprocessor directive to check if the code is being... +4.10
Different methods for instantiating an object in C++ -0.01
STL removing elements that match a predicate +2.73
What's the best way(error proof / foolproof) to parse a file using... -3.30
How do I parse this correctly with spirit? +0.98
Best way to copy a vector to a list in STL? +0.30
Convert C++ Header Files To Python +4.48
Is const_cast safe? +2.83
How do I convert a double into a string in C++? +1.20
When should static_cast, dynamic_cast, const_cast and reinterpret_c... -0.07
Returning multiple values from a C++ function +3.41
Are all macros evil? -0.33
Can you call Ada functions from C++? -3.85
Why do we even need the "delete[]" operator? -0.73
Your least favorite C++ Coding guideline +0.77
python name a file same as a lib -0.88
C++ concatenate string and int +0.85
Is Iterator initialization inside for loop considered bad style, an... -2.85
Switch Statement Fallthrough...should it be allowed? +4.09
In what cases do I use malloc vs new? -1.93
Default constructor with empty brackets +0.11
const int vs. int const as function parameter in C++ and C +1.34
C++ class initialisation containing class variable initialization -3.01
How do I find the size of a struct? -2.26
Can this macro be converted to a function? -2.46
STL Alternative +1.12
Is it pythonic for a function to return multiple values? -1.67