StackRating

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

jalf

Rating
1635.77 (774th)
Reputation
213,107 (209th)
Page: 1 ... 12 13 14 15 16 ... 37
Title Δ
Best explanation for languages without null +0.48
Fastest way to run a program in a 64 bit environment? -0.45
Is an If branch that does nothing a code smell or good practice? +0.75
how to safely delete multiple pointers -0.66
optimization of access to members in c++ +0.62
what is the workaround for floating point inacurracy? +1.88
How hide C++ source code from customer +0.42
How to use for_each here correctly? +0.35
Peformance on arrays or matrices -0.13
How can this be implemented(elegantly) without using RTTI? +0.14
Member subobjects of zero size. Why not? -1.13
Is replacing a line break UTF-8 safe? +1.01
Class members that are objects - Pointers or not? C++ +0.44
How can I force the compiler-generated copy constructor of a class... +0.45
Why wasn't yield added to C++0x? +1.34
What is the meaning of "generic programming" in c++? +0.26
gcc optimizations cause app to fail -1.70
Is storing an invalid pointer automatically undefined behavior? +1.05
Private data types and member functions +0.01
c++ string in C struct, is it illegal? -1.09
NULL check before deleting an object with an overloaded delete +0.20
Is if(var == true) faster than if(var != false)? -0.36
Initialize pointer to pointer using multiple address operators in C... -1.43
Is there a standardised way to get type sizes in bytes in C++ Compi... -1.20
May a compiler ever generate code to unload parts of the code segme... -2.18
Visual Studio 2010 not autolinking static libraries from projects t... +0.32
Benchmarking math.h square root and Quake square root 0.00
C++ structure: more members, MUCH slower member access time? -0.30
Keeping memory usage within available amount -1.01
Should my API use nonmember functions to act on an object, or make... +1.03
Compiler Optimization with Parameters +1.10
Speed difference between global and object variable -0.97
Why don't people use c++ to make operating systems +1.06
Non-virtual derivation: what do I really get from the compiler? +0.68
OpenMP 'slower' on iMac? (C++) -0.64
multithreading and classes? +0.54
Is it possible to *safely* return a TCHAR* from a function? -0.35
Can static local variables cut down on memory allocation time? +0.87
Visual Studio 2010 & 2008 can't handle source files with identi... +0.89
Visual Studio C++ compiler optimizations breaking code? +0.34
Is it meaningful to optimize i++ as ++i to avoid the temporary vari... +1.01
benchmarking trig lookup tables performance gains vs cpp implementa... -1.37
Strange #define in Template? -1.77
Compiler detection of returning reference to local variable +1.31
Consequences of only using stack in C++ -0.69
C++ visual studio inline -0.32
C#'s default keyword equivalent in C++? +0.69
What is the philosophy of managing memory in C++? -1.05
How do I avoid both global variables and magic numbers? +0.46
C++ standard library vs mortal made code + where can I find the sou... +1.39