StackRating

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

Vaughn Cato

Rating
1582.77 (2,777th)
Reputation
54,475 (1,784th)
Page: 1 2 3 4 ... 22
Title Δ
Using a constructor outside of the defining file 0.00
what does nanosleep with zero time value do? -0.11
Dynamic programming: box stacking variation -1.05
Pthreads and Structures C++ -1.37
How to design this program with easy modification in mind? -0.58
const_cast and std::move to remove constness from non-reference +1.05
How do I send data in C from two children to parent using pipes? 0.00
Passing pointers to structures through recursion (maze solving) -0.09
Variadic template function where return type depends on template ar... +2.85
C++ Memory leaks form inserting data into linked list 0.00
Find missing numbers in array, time complexity O(N), space complexi... 0.00
Is function parameter constness mismatch allowed? 0.00
operator -overloading in C++ 0.00
Reverse of a string in C program? +0.57
Why is the performance of a running program getting better over time? +1.87
Why does this scanf() conversion actually work? +2.03
Inserting a node into a Binary Tree using Level Order Traversal 0.00
Wrapping method in a macro in C++ 0.00
Non-friend single-line operator + overload based on operator += +0.17
Auto reference and iterators +2.24
Why output is coming infinite loop 0.00
How to optimize this simple algorithm further? 0.00
Copy two dimensional array elements to another two dimensional arra... -1.07
Use typedef for passing parameters by reference +0.39
std::map get value - find vs handcrafted loop -1.14
copying constness in templates fails strangely based on type 0.00
Passing std::function type which has a templated return type +2.05
Can C++ enable_if have a default implementation? +2.69
Merging two text files to one gives a different output -1.15
What obvious thing am I overlooking in this failing C++ class insta... 0.00
Generating objects of variable types from combinations of construct... +0.12
C++ equivalent to python code: 'function(*list)' +0.18
Shortest possible sequence to get to a number 0.00
C++, Makefiles, headerfiles 0.00
Why `inf` represent float overflow? -2.06
What is the relation between dup() and close() system calls? 0.00
C++ class expression must be a modifiable lvalue 0.00
Most efficient way to implement matrix on large inputs in c++? 0.00
C++ What is the best way of allowing moving data out of a class mem... +1.09
How to make custom function has `func<type>` syntax 0.00
Adding memory allocation to a C++ array -2.09
C++ Beginner Issue with moving b/w Functions +0.38
Automatic move constructor +0.84
Error when when creating Derived Class constructor 0.00
class with float variable +1.43
We cannot create an std::array from an initializer_list, but can we... 0.00
Is "polymorphic base class" a part of C++ standard? -0.90
Why are my ASCII integer values becoming negative? 0.00
Fast algorithm for minimizing 2D coordinate mappings 0.00
to find the middle item in a vector, why use "mid = beg + (end... +1.91