StackRating

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

Tony Delroy

Rating
1561.81 (5,270th)
Reputation
85,937 (933rd)
Page: 1 ... 19 20 21 22 23 ... 52
Title Δ
avoiding the first newline in a C++11 raw string literal? +2.39
Unexpected behaviour of cin for bool -0.98
How can I pass floating point numbers as template parameters? +0.20
Random 1-to-1 hash function -0.16
Inheritance vs. instance 0.00
Drawbacks of using boost::shared_ptr instead of boost::optional +1.17
Is having a clone() method a 'Good Thing'? +0.46
Separating messages in a simple TCP echo server using Winsock DLL 0.00
Pass By Value/Pointer/Reference Clarification +0.85
Is it a bad practice to return a std container from a interface cla... -1.58
std::cout and printf are dropping chars out C++ 0.00
Efficient way to lock std::list -0.38
What is reasonable indicative size when it is better to go from sta... +1.29
Correct way to deep copy std::string to char* -0.54
Measuring a hash functions quality (for use with maps/assosiative a... -1.19
C++ Delete[] giving error in VS 2013 -0.74
Is there an equivalent to the "for ... else" Python loop... -0.46
more efficient structure as unordered_map<pair<int, int>,... -0.36
How to write a C++11 template that can take a const iterator +1.48
How can I tell if "inline" worked? 0.00
Explanation about deprecated enum types -0.04
C++ returning a string reference and passing a string reference in... -0.59
Is it possible to write an agile Pimpl in c++? +0.88
Return a pointer to a newed array +0.82
Is it possible to assign a memory location to a class variable? -0.07
Why is ::operator new[] necessary when ::operator new is enough? -0.26
inline function in relation to the stack -0.90
How to use dynamic data structures like std::vector and prevent pag... +1.53
Backwards compatible noexcept(false) for destructors -1.74
Select right elements inside a vector +0.44
Will gcc optimize away repeated function calls upon the same variab... -1.15
How to test whether stringstream operator>> has parsed a bad... 0.00
How to test whether stringstream operator>> has parsed a bad... 0.00
Maintain a std::vector parallel to std::map 0.00
Optimized process for receiving data packets during heavy network l... +2.06
Why is the deconstructor called on an empty pointer +1.01
Does using small datatypes reduce memory usage (From memory allocat... -0.54
I'm trying to relate C++ reference to pointer -0.60
Dynamic equal_to function unordered_map boost +0.46
Making a hash table 0.00
Mutiple loggers writing to one file C++ -0.22
Using different arguments for different functions -0.03
Is it possible to browse a structure? +0.68
How to create a set with my customized comparison in c++ +0.29
How do separate a string from a text file +0.12
Reference counted structure exposing a POD interface 0.00
How to parse a function in a cpp file to access the loops 0.00
Why upcasting works but downcasting gives compile time error? -0.83
Convert text to csv file in C++? -0.05
How can I substitute a look-up table for the Sin function? -0.24