Description:
Discussion about C language standards.
|
|
|
A very interesting book
|
| |
Buffer overflows are a fact of life, and, more specifically, a fact of C. All is not lost however. In the book "Value Range Analysis of C programs" Axel Simon tries to establish a theoretical framework for analyzing C programs. In contrast to other books where the actual technical difficulties are "abstracted away",... more »
|
|
Copy the structure variable to a string
|
| |
--------------- struct exam{ char name[5]; char surname[7]; int point; ..... ..... ...char line[60]; strcpy(example.name,"adem"); strcpy(example.surname,"mehmet "); point=2343; strcpy(line,(char*)&example); printf("%s",line); ---------------- How can I do that copy a structure to a string? The result must be "adem... more »
|
|
cheap designers puma prada dsquared armani mauri adidas nba sneakers
|
| |
[link] wholesale Michael jordans shoes fusion force shoes wholesale jordan shoes air force ones dunks, sandals, glasses, puma air max 87 89 90 95 ltd timberland jeans ugg boots lacoste sandals hoodies, t-shirts, mauri shoes, dsquared , hogan shoes, dunks , red monkey, polo t-shirts, evisu jeans, bbc jeans , dior, lv, dg, versace, coach puma shoes, nfl... more »
|
|
C and NULL character
|
| |
I have a problem about NULL's. for example, a variable is name : -------------- char name[6]="MEHMET"; /* 6 characters */ if (strcmp(name,"MEHMET") == 0){ printf("true"); ... printf("false"); ...I think result must bt "true" but I saw "false" on screen. how can I compare it. I don't want to use NULL characker after variable.... more »
|
|
Operator ~ with complex arguments
|
| |
Consider this code: < code > ...int main(void) { double complex c = 0.4+2.9I; c = ~c; ...< end code > Is this legal? The standard says about the ~ operator: <quote> 6.5.5.3 The result of the ~ operator is the bitwise complement of its (promoted) operand (that is, each bit in the result is set if and only if the... more »
|
|
monthly earning $1000 to$10000
|
| |
monthly earning $1000 to$10000 simple online survey create your membership other details visit ****************************** *************** [link] refid= sivaicici ****************************** **************
|
|
C/C++/Java survey for research
|
| |
I am an undergraduate student, Delhi University, India doing research work on the evolution of data structures. As a part of the project I have to do a survey in order to establish the statistics of understanding of data structures in different languages.If you are interested to provide your volunteering service and ready to... more »
|
|
future C standards
|
| |
Are there are going to be C standards beyond C99? I think I once read that the C standards committee had decided not to make further substantial changes to the language. If this is true, is there a document explaining how this decision was reached? Of course, a future committee could decide differently.... more »
|
|
|