Timeline for Calculate min, max, mean and median out of array
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 26, 2018 at 16:58 | history | edited | Jakob | CC BY-SA 4.0 | remove incorrect `const` comment |
| Jun 26, 2018 at 16:58 | comment | added | Jakob | @NieDzejkob Oh, you're probably right. Since I don't use it I don't actually have a very good idea of how it works! | |
| Jun 26, 2018 at 15:39 | comment | added | Maya | "It doesn't provide immutability" How so? Last time I checked, the compiler will scream if you try to assign to const. | |
| Jun 26, 2018 at 2:29 | comment | added | Jakob | Right. I didn't actually notice the const error and was just making a general remark. | |
| Jun 25, 2018 at 22:51 | comment | added | chux | "I don't personally use const in C." is interesting here for const int* array, const size_t len) ... qsort(array, len, sizeof(int), cmp); well could have flagged a const error here via the compiler. Something mentioned in a later answer. | |
| Jun 25, 2018 at 20:28 | review | First posts | |||
| Jun 25, 2018 at 21:14 | |||||
| Jun 25, 2018 at 20:28 | history | answered | Jakob | CC BY-SA 4.0 |