Timeline for StringBuilder in C
Current License: CC BY-SA 4.0
7 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Sep 18, 2018 at 14:54 | comment | added | Toby Speight | Oh, and welcome to Code Review! | |
Sep 18, 2018 at 14:14 | comment | added | Toby Speight |
Or, equivalently, compute new_cap = to->cap * LOAD_FACTOR , and then memset(new_mem + to->cap, 0, new_cap - to->cap) . Good catch.
|
|
Sep 16, 2018 at 5:47 | history | edited | Sᴀᴍ Onᴇᴌᴀ ♦ | CC BY-SA 4.0 |
use inline code span format for code within text, use quote style for cited code
|
Sep 15, 2018 at 21:19 | history | edited | forsvarir | CC BY-SA 4.0 |
Formatting
|
Sep 15, 2018 at 21:10 | review | Late answers | |||
Sep 15, 2018 at 21:19 | |||||
Sep 15, 2018 at 20:55 | review | First posts | |||
Sep 16, 2018 at 0:52 | |||||
Sep 15, 2018 at 20:53 | history | answered | Ramin | CC BY-SA 4.0 |