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 ... 14 15 16 17 18 ... 33
Title Δ
Why string literals are comparable with pointers? +1.15
Why can I call a non-constexpr function inside a constexpr function? 0.00
Is vector.size() function computational heavy? 0.00
NetBeans 6.8 for C does not recognize 'bool' (C/C++ noob) -0.97
why there is semicolon after loop while(); +0.59
Unsigned integer bit field shift yields signed integer 0.00
Is conversion int -> unsigned long long defined by the standard +1.85
Is it correct to say if any non-macro variable that is used in a co... +2.04
Size in bytes for literals +0.70
What is the difference between if (NULL == pointer) vs if (pointer... +0.92
return(sizeof(array)) gives unexpected result +0.82
String concatenation with a space -0.85
Free the memory using delete[] operator on void pointer 0.00
At what point does an implicit cast happen in a C++ expression? 0.00
Signed arithmetic +1.21
Why is this happening with the sizeof operator when comparing with... +0.97
Can you assign the value of one union member to another? 0.00
Error: control Reaches end of non void function +0.69
Why GCC allows catch by rvalue reference? 0.00
Is there a situation when an array is not converted to pointer exce... -1.65
Invalid union member +0.34
Static pointer default value in c/c++ +0.31
What does [&] mean in C++ 0.00
Confusion after counting maximum allocation that can be done by mal... +1.71
Different results with ON/OFF modes of strict compliance with ANSI C -0.75
Is my interpretation correct about n3797 8.5.3/5? +2.28
What is the difference in how C and Java handle out of bounds array... +0.35
Is there a difference between bitshift by a constant versus bitshif... +1.53
Is there a difference between using a[i] and *(a + i)? +0.63
Will using a preprocessor directive to define what a dollar sign re... -0.42
Why can i declare an array with a predestined size on gcc but not o... +1.53
When a function missing the return value, the compiler generates a... -0.32
Best platform independent pi constant? +0.36
Simple C code snippets +1.01
Comma inside enum value definition? 0.00
Size of string literal consisting of escaped characters +0.91
Why does 0%0 result in 1? +0.91
C++1y/C++14: Assignment to object outside its lifetime is not allow... 0.00
Modifying a char* in another function ? (Segmentation Fault) +1.80
Regarding struct variable declaration in C vrs C++ -0.78
Passing float as argument screws up value +0.10
Casting negative integer to larger unsigned integer -0.61
Random number generator without repeating numbers -0.45
Trying to change pointer value +1.22
When can I get away with not declaring int with signed? +0.65
Strange crash at runtime -1.13
Is it correct to have a variable with the same name as a namespace +0.36
Why can I assign struct with a pointer? -1.51
error: invalid operands to binary == (have 'struct demo' and 'struc... -2.78
Enum in C is not throwing an error on invalid input +0.36