purpleKarrot
1 month ago
Daniel Pfeifer
_@purplekarrot.net
npub1purp...ajf8
executive high priest of blowing your mind
gm
Es heisst nicht umsonst „Klaut“.
View quoted note →
Add me to #OnlyDans
Mäxle
View quoted note →
Gewindebohren zur Mutter. @calle


#cpp question: Where do you put the `const` keyword: To the left or to the far right?
Can I write hightlighted code here?
```c
for (j = 0; j < array_len; j += 8) {
total += array[j + 0];
total += array[j + 1];
total += array[j + 2]; /* Main body of
total += array[j + 3]; * loop is unrolled
total += array[j + 4]; * for greater speed.
total += array[j + 5]; */
total += array[j + 6];
total += array[j + 7];
}
```
Hello Nostr!