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 ... 17 18 19 20 21 ... 33
Title Δ
Issues with c++ 11 mersenne_twister_engine class +1.20
NULL vs nullptr (Why was is replaced?) +0.07
Bus error: 10 on Mac OS X 0.00
Returning a void? +1.11
Given a 32-bit unsigned ran num, how to manipulate value in a certa... +1.73
segmentation fault when using double brackets with printf -0.53
Declaring type of pointers? -0.17
Prototype of printf and implementation +1.81
Why does g++ not warn/err while concatenating an integer to a strin... 0.00
Why does everything in library headers start with an underscore? -0.60
What type does C++ expect for array subscripts? +2.48
function with rand initializes matrix always the same way -0.47
Maximum number of cases that can be addressed using switch statement +0.76
Why the output of printf("%d",1/0.0) is 0? +0.30
Why the following program giving exit failure? -0.86
Struggling with strings. What is wrong with my function? 0.00
How to declare a (multi-dimensional) array with value inputted by t... +1.21
how to get an int out of array of 4 chars? I don't understand an an... +0.22
Check if a string is unallocated -0.60
Difference between array and pointer to string literal +0.85
variable length arrays VLA (static binding or dynamic) +0.41
Can anyone make heads or tales of this spigot algorithm code Pitiny.c +1.12
Correct behaviour of trivial statements involving expressions with... -1.86
Error: Invalud use of flexible array member 0.00
stack overflow error in C++ program +1.77
something about the default constructor I don't understand +0.81
Can I use an aggregate initializer to return a struct in C++? -0.08
How we access stack variables without poping them? -0.33
Unsized array declaration in a struct +1.61
Array of objects inside a class -1.95
Variable numbers of arguments +1.38
Size of a bitfield member? -0.22
How to understand and fix the Segmentation fault in this code? +2.28
offsetof on standard-layout class? +0.43
While never ends with random number +1.22
sqrt is only defined when argument is nonnegative +1.49
Consecutive pointer assignment with post-increment -1.03
If both var have same value why it will show not equal +0.08
Some find of overflow issue with this code. small number is extreme... -0.60
Weird behavior of reference to vector.back() after vector is modified +2.95
Array size determined at runtime -1.57
Can not assign to this: lvalue required as left operand of assignment 0.00
warning: comparison of unsigned expression >= 0 is always true +0.43
Scanf produces segmentation fault for non-pointer argument -1.10
C++ Linked List: Node inside of another Node -0.14
Avoid signed by unsigned integer division 0.00
Using {} in a case statement. Why? +0.21
Why is this struct initialized with data already in a field? +0.60
return ; what does this statement returns? +0.19
return list of values between parenthesis (10, 20, 30, 40)? +0.74