StackRating

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

Shafik Yaghmour

Rating
1679.88 (251st)
Reputation
130,232 (481st)
Page: 1 ... 10 11 12 13 14 ... 33
Title Δ
Why an expression instead of a constant, in a C for-loop's cond... -0.80
Cryptic struct definition in C +1.20
What is the default value of char in c -0.73
Why use a function parameter 'foo' in this way: *(&foo)? -1.58
What are global strongly-typed enums initialized to by default in C... +1.15
Understanding signed vs unsigned comparison -2.14
enum type value as the length of a array in C++ 0.00
What happens if you dereference `new int`? +0.09
C99 Structure Designated Initialisers and other value +0.85
Doesn't get() break the idea behind std::unique_ptr? +0.75
Pointer Arithmetic in C -1.06
Calling delete on NULL pointers - C++03 vs C++11 +1.62
Adding pointer addresses - legality +0.37
Interpreting unsigned char array as bool array -2.75
Why does gcc warn about decltype(main()) but not clang? -0.54
Why is assert a macro and not a function? +0.70
segment fault for a simple std::shared_ptr construction case -0.72
Is 'float a = 3.0;' a correct statement? +0.16
Writting a mathematical calculation as the value of a constant expr... +1.45
g++4.9 libstdc++ std::string support for C++11 broken 0.00
Will gcc skip this check for signed integer overflow? 0.00
Get warning when a variable is shadowed +0.30
implicit conversion from class to enumeration type in switch condit... -1.91
Defining array of long long int -1.08
Using std::shuffle with custom rng? +1.84
How printf("%d","<string>") work in C? +1.63
strict aliasing in C 0.00
Can I initial a static global variable by calling a function in C l... +0.31
Declaring main as friend considered harmful? -2.41
Memory usage of literal strings in C +1.05
Classes with both template and non-template conversion operators in... +1.21
Internal compiler error - Templated conversion operator in switch e... 0.00
What are the default initialization values of static variables in c... -0.97
typeid results not matching -0.23
Cast from 32-bit address to 64-bit integer yields unexpected results 0.00
What is the proper way to store narrower data types into a wider da... -2.62
Adding `bool` to `float` +0.65
Redeclaring of an VLA array in loop in C -2.28
GOTO before local variable -1.57
Should a diagnostic be emmited for discarded value expressions that... +1.36
Enums in C: What assumptions can be made about the value of the und... +0.77
Unary operator ambiguity +1.11
Is modifying a mutable member of a const object valid? +1.10
Microsoft C deviation from standard -0.03
Why does deallocation function called with one argument instead of... -0.93
Designated initializers and compound literals for struct in C +1.41
assigning float into int variable causes no warning -0.20
Differences in C and C++ with sequence points and UB 0.00
Is it safe to calculate pointer offset using nullptr? +1.60
How can I pass floating point numbers as template parameters? -0.72