StackRating

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

Lundin

Rating
1559.33 (5,730th)
Reputation
120,052 (545th)
Page: 1 ... 77 78 79 80 81 82
Title Δ
What is the difference between (char)0 and '\0'? in C -0.73
How can I fill an S-record with two byte values starting on even ad... -0.11
why "int main(anything_you_type)" doesnt produce any error? -0.93
In an array with integers one value is in the array twice. How do y... -0.99
embarrasing problem with #include in C -0.16
How do I avoid copy-pasting code blocks when only minor things need... -0.59
Byte padding issue on cross arch +1.08
Using pointer to char array, values in that array can be accessed? +0.40
How can I copy a file from one directory to another in c/c++ -1.37
Are string literals necessarily considered adjacent (and thus conca... +0.97
Best practice to detect two simultaneous signals on two input pins +1.51
How to use (2d) arrays with negative index? +1.06
Is realloc() safe in embedded system? +1.64
Declare variable as locally as possible -0.44
2d array using a double pointer and malloc function -1.29
Why are these C macros not written as functions? +0.93
How to right use free for data +0.26
How the size of this structure comes out to be 4 byte -0.51
Compress black & white pixel data on an 8-bit microprocessor +0.34
Does C language supports inheritance? +0.80
Is volatile bool for thread control considered wrong? -1.81
sizeof operator explanation +0.60
(float) in c / c++ -0.20
How can I initialize an array globally in C or C++? +0.64
what does the following c++ code do +1.77
How to search a pattern in a file using c skills? or how to read li... -1.47
Cycle every item in an enum -0.75
C++ thread termination with waiting window +0.02
Quickest way to be sure region of memory is blank (all NULL)? -0.52
pointers to an array of structures -1.14
C without stdio, what is possible? -0.97
strcat Vs strncat - When should which function be used? -1.04
C89, Mixing Variable Declarations and Code -0.07
How to type cast elements of a huge array initialized with numbers 0.00
Trailing commas and C++ -0.57
Why did Misra throw an error here? +2.15
initialize union members - using MS visual studio +1.98
K&R chapter-2 difficulty +0.23
Append 1 to 32 bit numbers to a char buffer +0.66
C Primer Plus Programming Exercise Question +0.52
Dealing with FAR pointers in code library for multiple embedded pla... -0.63
In C, what is the difference between `&function` and `function`... -0.89
Strange use of strlen +0.83
C code help(can't find the reason that causes problem) +0.20
C Compare fixed size char array to String +0.43
Flushing buffer with fgets +2.20
What's the purpose of these `typedef`? -0.00
Is using an union in place of a cast well defined? -0.75
Low level capabilities of high level languages +1.41
Is this the correct way to return an array of structs from a functi... -0.09