| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 8 months |
| seen | Jan 13 at 23:19 | |
| stats | profile views | 3 |
|
Sep 5 |
awarded | Yearling |
|
Jun 24 |
comment |
C Flexible Arrays: When did they become part of the standard? AFAIK you're confusing flexible arrays ( struct X { int len; double data[]; } and variable-length arrays (int n = get_the_value_somewhere(); int array[n];). They are different. |
|
Jun 24 |
answered | C Flexible Arrays: When did they become part of the standard? |
|
Apr 22 |
comment |
Integer sign and compilation via C @tdammers: Not really. The C standard specifies the implementation may choose between 2-complement, 1-complement and sign-magnitude. And it is implementation defined, what happens in case of overflow (may behave strangely). |
|
Apr 22 |
answered | Integer sign and compilation via C |
|
Oct 12 |
awarded | Editor |
|
Oct 2 |
answered | Why is the formal definition of Big O notation formulated as such? |
|
Sep 15 |
awarded | Supporter |
|
Sep 6 |
awarded | Teacher |
|
Sep 5 |
answered | What has been learned about making variance part of the type? |