StackRating

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

Richard Hodges

Rating
1480.72 (4,494,137th)
Reputation
57,694 (1,644th)
Page: 1 ... 13 14 15 16 17 ... 44
Title Δ
C++ String splitting but escaping all delimiters in quotations -2.06
Bit shift whole block of memory efficiently +0.68
Making `std::get` play nice with SFINAE -1.17
C++ avoid compare NULL to 0 +2.11
What's the best way to make an std::string out of one char? -1.58
C++ alias for global namespace 0.00
What does this code do ? (About pointers) +0.31
How to implement operator>>(std::istream&, std::array<... -1.52
Unconditionally throw *this from constructor +2.35
CLion CMakeLists.txt library paths for different build systems 0.00
aliasing a std template function +0.08
Blocking on many locks/futures/etc. until any is ready +0.49
C++ priority queue does not respect FIFO order +0.11
How to find the file pointer position in c++? 0.00
Lamba type is not being deduced by templated function or auto keyword -0.43
Is it better to sort from server and distribute to clients or send... 0.00
C++ what happens when function returns vector<shared_ptr<>... +1.42
is there an example of protobuf with text output? -1.04
async_send data not sent -0.02
C++ understanding RVO (as compared to returning local variable refe... 0.00
Clever if/else structure +2.02
why clang++ compile code while clang -x c++ fails? ncurses with std... 0.00
Initializing both dimensions of a vector of vectors inside a class -0.51
C++17 lambda capture *this -2.25
#pragma warning clang/msvc compatibility 0.00
how to avoid code duplication between syntactically identical const... -2.09
EditreturnI cannot quite get the idea of the recursive function ask... +2.46
Function using iterators to perform a object operation -1.05
String initialization fails: "expression must have integral or... -0.61
Clean coding: how to break loops from inside a function call inside... -1.43
Efficient way to get float array from QByteArray with bigendian for... +0.51
C++ - cURL - difference between using multiple easy_init with std::... 0.00
Returning std::string from method non-deterministic behavior? -1.46
C++ static variable initialization inside a template function +2.05
Howto parse DWORD and LPBYTE to std::string +2.31
Return index of struct position in vector +2.36
Multiple level of interfaces - Returning pointer to base interface -1.72
Dereference a structure to get value of first member +0.04
Is move semantics just a shallow copy and setting other's point... +2.52
What is the rationale behind std::optional? 0.00
convert vector<unique_ptr<T>> to vector<unique_ptr&l... -1.06
DRY way to construct all elements of an array with the same initial... +2.35
Why is this plain array implementation slower than the std::vector... +0.11
Is there a standard static function wrapper type template? -1.63
Changing Binary Number > Decimal Number Using For Loop +0.45
Can std::string::c_str() be used whenever a string literal is expec... +0.50
The right way of memory management +0.20
Why can I not instantiate a const instance of a class when non-cons... +2.19
Condition variable waiting on multiple mutexes 0.00
How do I split my c++ program into files that contain plain code li... -0.53