StackRating

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

Glenn Teitelbaum

Rating
1485.77 (4,464,974th)
Reputation
7,443 (21,407th)
Page: 1 2 3 ... 5
Title Δ
Is std::push_back relatively expensive to use? -0.97
Can a programming language still be called "typed" if it... -0.48
Compiler design preprocessing and compiling -1.61
Why can't compilers automatically optimize regular recursion? 0.00
Optimizing For Loops C++ -0.92
C++ Performance: pass by reference for object vs for function -0.54
(C++) terminate called after throwing an instance of 'std::bad_... 0.00
C++ const function error -1.33
What is the best sort algorithm for continuously (NOT FIXED) input... -0.86
Remove/Destroy Function logic (Struct/Tries) 0.00
I am doing the program the subtracting game (NIM) in one of my exer... 0.00
Recursive binary search in sorted array c++ -1.28
How to organize header/class files in subdirectories in C++ (coming... -0.49
Check for nullptr and valid index in the same if statement -1.02
Design pattern for accessing non-const through a const intermediate +2.15
How can I use strcmp() correctly in this code? +0.51
More efficient way to write this algorithm? +0.75
std::stack<int> with max function? -0.23
Whats wrong with my code? Output (Average Female GPA: nan) -0.24
How do I parse a line into pieces and ignore parts of it? 0.00
C++ Reverse a null terminated string using the position of the term... -1.44
How is this Calculation working? 0.00
dynamic memory allocation,pointer members and destructors -0.02
Is using a non-ptr at std::map's value a good practice -0.95
How to find the position of the only-set-bit in a 64-bit value usin... -1.23
Initializing An Array of Unknown Dimensionality +0.29
avoid cost of std::mutex when not multi-threading? -0.86
What container to use when I need to know both the max value and wh... -0.50
Casting enum to int in a template parameter +1.16
mergesort c++ implementation out of bound index accessing 0.00
why are the bytes in byte array reversed in C++ -0.27
Member function accessible in main function, but in while loop thro... 0.00
Friend Function can't see private member -1.72
How to write C/C++ code correctly when null pointer is not all bits... -0.31
Should every function which calls itself be considered a recursive... 0.00
What would it be an alternate way to properly discard a volatile va... +0.22
How to solve pointer errors? +0.80
2-D character array -0.50
Trying to generate 9 digit numbers with each unique digits -1.40
Trying to generate 9 digit numbers with each unique digits -0.44
Unexpected exit code for a C program compiled for 32 bit architectu... -1.88
Is uninitialized local variable the fastest random number generator? -0.50
What is the most efficient way to represent small values in a struct? -0.63
Char to Int Pointer Casting Not Working -0.39
Extent of G++ compiler optimization on non-commutative operations -2.08
C++ memory alignment -1.23
Without format specifiers, converting binary int number to hexadeci... +0.48
Why does the same variable have different values depending on forma... +0.59
Why is x[0] != x[0][0] != x[0][0][0]? -1.03
Scenarios where we force to use Pointers in c++ +0.67