StackRating

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

alain

Rating
1525.42 (23,416th)
Reputation
10,473 (14,461st)
Page: 1 2 3 4 5 6 7
Title Δ
Printing a number in sequence using C - Algorithm -0.60
Deriving functions from a base class +0.35
Member functions of a derived class -0.88
Wrapping in Conway's Game of Life C++ 0.00
STL map to generic vector C++ -0.37
How to uniquely identify a set of strings using an integer -1.52
Caveats and risks of calling a constructor and destructor like comm... +1.18
static initializer is optimized away when it is in a library +0.74
Access Elements of Vector - C++ -0.87
Using a global variable in a for loop -2.61
Using C++ Log class from within other non-related classes -1.20
Wrong pointer after copying all data from array to a structure +0.96
Why same variable declaration for two FOR loops is right? -0.57
Difference in Boost CRC and linux/lib/crc-ccitt.c +0.56
How pointers work in a function in C - Pointer to integer without a... +1.76
Can lambdas translate into functions? +0.93
Oscillating a value within range +0.51
In C/C++ is it safe to use boolean operator short circuit for contr... +0.77
Does "Undefined Behavior" really permit *anything* to hap... -0.91
Calling by reference without explicitly declaring function paramete... +1.38
Bitwise AND and order of operations in C/C++ -1.26
Bitwise and/or with ternary operator +1.24
Can I do pointerarithmetic like this to avoid letting the pointer l... 0.00
Working with arrays in C to procedurally generate descriptions, but... +0.50
The compiler takes the padding bytes of a structure into considerat... -2.40
Are variables and functions defined in a library project's Pre-... +3.40
C++ ThreadPool is not running parallel -0.07
Getting a (const char*) representation of an integer in a one-liner +2.43
Boost pool malloc() and free() compiler error 0.00
How to generate smaller unique number from larger (11 bytes) unique... -1.26
sizeof(int*) in 32-bit compatibility mode +0.81
Related with the performance of these codes? One being very fast an... +0.50
Necessity of gracefully ending a thread +1.72
Float value not being stored correctly +0.42
When should I pass or return a struct by value? -1.48
Why virtual & static keywords aren't allowed outside class... -0.33
Memory Leaks without calling clear() on C++ STL container objects -0.54
Is it legal to call memcpy with zero length on a pointer just past... +0.65
Efficiently treating functions in C/C++ called a million times +1.00
S.E.M.F. physics C++ code -0.70
assign a expression to a typedef struct variable +2.01
How can be retrieved the address of the struct array? 0.00
Sprite doesn't appear on the screen when states are passed by r... 0.00
Please help me correct the threading code +0.02
2-D dynamic array of Base and Derived classes -0.52
Multithreaded debugging in java -0.52
How can I delete a node in my linked list in C++? -0.28
Is there anyway that I can initialize members on conditional basis... -1.52
Using offsetof with a float in c 0.00
How to run 2 threads in the same method without it freezing? +0.29