StackRating

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

Human-Compiler

Rating
1586.80 (2,524th)
Reputation
555 (251,305th)
Page: 1 2 3
Title Δ
How do I use C++ template tags in if statements +3.42
thread - How to access a member variable inside a lambda function? -4.32
How to implement an abstarct class's method in sub-class by get... -2.57
MinGw compiler errror - collect2.exe: error: ld returned 1 exit sta... 0.00
In DCL Singleton without volatile, can NULL check be optimised out? 0.00
std::vector erasing with first iterator after last 0.00
C++ "periodic" iterator over the custom container -2.96
Create player objects based on the number of players from user input? -4.74
Why does C++ not attempt to use the second template overload? +4.62
What if a reference is declared to point to itself? E.g. int& x... 0.00
Cerrno not working, but strerror working, in Xcode (11.6) 0.00
How to best define/construct/initialize a std::string wrapper class +3.56
C++ Multiple definition of ' ' first defined here 0.00
How can I use cmake to compile multiple source files and generate m... 0.00
Use of delete in union(x, y) in a BinomialHeap implementation 0.00
Will reference to member variable get corrupted after object deleti... +5.30
Is Logical && a good replacement of if statement in a branc... 0.00
Prevent unnecessary copying between large structs -4.67
Does detached thread leaks memory C++ after exit 0.00
C++ construct vector from raw array without copy 0.00
How to make a for loop variable const with the exception of the inc... +2.89
How to make a for loop variable const with the exception of the inc... -3.11
GCC doesn't like to make friends with anonymous namespace forwa... +1.34
Letting an instance of a class search through an array within anoth... 0.00
What is the runtime complexity of 'advance()' when when use... +3.33
When I can be sure that I can inherit from c++ class? +3.44
How to cause a length_error exception in C++ -3.44
How to search for const pointer in a collection of non-const pointe... +5.20
why Is it possible to use std::thread without #include thread in c++? 0.00
Binary search a list of integers that are encoded with arbitary num... +3.50
What is the meaning of this syntax in the method declaration 0.00
How to return nullptr equivalent from a C++ function whose return t... +4.44
C++ Using MACRO without INCLUDE statement -3.20
Best practices for move constructor of a class with mutex-locked ca... 0.00
Use C/C++ Macros to Generate Function Signature 0.00
Can someone breakdown the syntax of this c++ template? 0.00
Can a constant be optimized away 0.00
Pass object with derived template to function that accepts object w... 0.00
What is the best way to boilerplate the "cold/never_inline&quo... 0.00
How to split a number into digits in C++ +3.75
Size of string vs size of char array in c++ 0.00
variadic templates vs using tuples for adding different data pairs... +5.06
Divorce a parameter pack in a class template 0.00
static constexpr variables in a constexpr function +3.71
What methods could be used to create an interface between std::vect... +3.62
Change base class from derived class permanently? 0.00
Error C2711 building DLL from a C++ project that uses tbb 0.00
Is there any elegant way to format a string in C++? 0.00
Why would you want to overload operators and how can you use its or... 0.00
How to get arbitrary alignment of array in VS2019? 0.00