StackRating

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

Alan Stokes

Rating
1536.69 (13,586th)
Reputation
17,535 (7,994th)
Page: 1 2 3 4 ... 13
Title Δ
Heap crash when overloading new and delete 0.00
Playing with setw, cout and for +0.45
How can I in-place construct an object of some class in an std::uno... +2.32
C++ Circular Struct -0.92
Unable to match function definition, template -0.06
Return number of days in a given month of a given year -0.40
peek multiple chars from cin with putback -0.32
Clarification on a circular dependancy 0.00
C++ : How to return the value the iterator of a set is pointing to? -0.59
C++ Addition within a Macro Function Argument -0.89
Static initialization with private constructor +1.75
Error C3861: 'aligned': identifier not found 0.00
Is there a better way to do a find with optional insert using unord... 0.00
Calling destructor by object pointer -0.85
Delete array of classes without calling destructors +1.49
Why can't I forward declare pointer structs? 0.00
Function headers 0.00
Why is returning a reference to const pointer allowed in constexpr... 0.00
C++ uint64_t bitwise AND check for even number +0.44
friend not allowed outside of a class definition 0.00
Why visual studio needs <string> to compile, but codeblocks d... +0.45
Equal sizeofs of a template class 0.00
warning: expression results unused -1.58
exceptions:try throwing and catching in cpp classes 0.00
"Condition is always true" when I know it's not -0.54
the exact operation of the delete operator -0.87
How does shared_from_this in std::bind work where object does not e... 0.00
How to Access an Object's Variables/Methods using Another Varia... +2.03
std::conditional_variable::notify_all does not wake up all the thre... 0.00
Explanation about the address of a pointer +0.19
C++ self made exception handling failure -0.04
What ABI/C++runtime said when exception has happened in oher dynami... 0.00
how to reset std::condition_variable +1.81
C++ Vector pointer problems/Vector of pointers to a object in a vec... +0.01
ciphertext length is not a multiple of block size in cryptopp -0.49
Boolean array getting unexpected default values -0.55
Difference between defining globally and within scope 0.00
Switch statement in base class needing to use a derived class's... +2.70
Destruction via const iterators in C++11 +1.95
Why does this code in C++ give me a runtime error? -1.04
Ensure that program crash on runtime error at proper place in C++/f... -1.54
About multiple inheritance and ambiguity +0.55
Give an O(m +n) time algorithm to decide whether or not T is a vali... 0.00
Return a reference on a string using an iterator +2.32
trash output when run a std:: vector<double> code in linux te... +0.40
visual studio 2015 c++ unresolved external symbol link error 0.00
what does theSize/2 means percolateDown(i) function? +0.46
Function const return type: invalid initialisation of reference of... -0.04
Need help outputting things from different functions (C++) -2.29
Which container should I use to quickly find an element, knowing th... +0.45