StackRating

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

Jonathan Wakely

Rating
1629.44 (885th)
Reputation
138,346 (435th)
Page: 1 ... 17 18 19 20 21 ... 43
Title Δ
Using pointers to write to a std container +1.74
What is the equivalent of @loader_path for rpath specification on l... +0.37
Which constructor is used when an object is initialized with the re... 0.00
Strange behaviour of gnu make 0.00
How to clear Vector in C++?(not std::vector) -1.58
ofStream printing in another function 0.00
Trying to define types with variadic templates 0.00
How does the c++ compiler handle types declared inside conditionals? +1.17
What does this symbol mean (similiar to ^@) in the context of text... -1.75
Structure aggregate initialization with less clauses, why does it i... -1.73
How does boost::ref work? +1.57
When is this lock-then-lock-again refactor a bad idea? +1.83
What's the difference between typedef char[4] A and typedef cha... 0.00
Is it legal for the compiler to degrade the time complexity of a pr... -0.78
Why does std::vector use the move constructor although declared as... -2.14
std::function< void ( const A & )> can't cast to std:... 0.00
Why did C++11 introduce delegating constructors? -0.88
Count list elements +0.36
cin.ignore(INT_MAX) is clearing everything 0.00
Vector of std::function with different signatures +1.27
Why can't we put into initializer of T&& a variable of... +1.68
conditional evaluation of functions 0.00
Get value out of an object 0.00
Does/would c++11/14 support something like vector<auto> -0.16
segfault when assigning an std::thread to a vector<std::thread> -0.43
return value of operator[] on non-existing item in std::map +1.47
using Regex in AWK seems to not find pattern -1.02
C++ : Accessing private member of base or global variable from a de... +0.35
Protecting main thread from errors in worker thread +0.79
In C++, What should I do when I want to initialize class members vi... -1.20
Why won't std::string.find() work for "<"? +1.68
linker error when function definition is outside class +1.82
Universal references and local classes +1.88
Safely iterate over a std::vector while items may be erased 0.00
linux C++ socket select loop -2.60
their representation is part of their deļ¬nition as related to c++ c... +0.37
C++ Block Allocator for creating new objects faster -0.70
using std::async with template functions +0.03
Is it good practice to construct long circuit statements? -0.89
Unable to recieve a message using message_queue in Boost thread 0.00
Friend template function specification 0.00
move-semantics and std::future 0.00
std::packaged_task not breaking promises on destruction? -1.04
Undefined symbol in shared object file +0.35
Why is GCC tricked into allowing undefined behavior simply by putti... +0.37
std::chrono doesn't work if passing a variable +1.72
How do I return a non-movable (but copyable) object? 0.00
How to write UNIX file-system "ls -R /" utility using mod... 0.00
Why do C++ standard file streams not follow RAII conventions more c... +1.28
Why doesn't std::atomic initialisation do atomic release so oth... +0.85