User Controls
The TRT Thread: Its the end of the world as we know it so GET WHOLESOME edition
-
2022-05-10 at 6:54 PM UTC
-
2022-05-10 at 7:17 PM UTC
-
2022-05-10 at 7:39 PM UTC
-
2022-05-10 at 8:12 PM UTC
-
2022-05-11 at 1:09 PM UTC
-
2022-05-11 at 3:34 PM UTC
#include <stdio.h>
int main() {
char a[] = {40, -11, -1, 11}, b=0;
while((putchar(*a = *a + a[b++]) & 0xf) != 0xf);
} -
2022-05-11 at 4:55 PM UTC
Originally posted by troon
#include <stdio.h>
int main() {
char a[] = {40, -11, -1, 11}, b=0;
while((putchar(*a = *a + a[b++]) & 0xf) != 0xf);
}
Do you often just feel like computing forever? If only you could do something productive with all those instructions. Now that's 5 lines of code if we're being generous. I wrote more lines in total by several orders of magnitude. And that's just my public projects. Try again. -
2022-05-11 at 5:40 PM UTC
-
2022-05-11 at 5:44 PM UTCA B A C A B B
-
2022-05-11 at 5:49 PM UTC
-
2022-05-11 at 6:24 PM UTCFucking slut
-
2022-05-11 at 6:27 PM UTC
-
2022-05-11 at 6:35 PM UTC
-
2022-05-11 at 6:36 PM UTC
-
2022-05-11 at 6:50 PM UTC
Originally posted by troon LOL NO IT DOES NOT COMPUTE FOREVER LOL
lol you can't write code, you can't even read it
I have no problem admitting i was wrong. In human logic: The value of your pointer gets populated with value at operator = value at operator + operator[increase in value] AND 0xf, then write the result with putchar() unless the result that comes out of that computation is 0xf, and if so the loop stops.
I can think of a few reasons why 0xf is significant but i don't have a compiler in my head. Besides you could have written that simpler but you purposefully didn't.
I'm probably still wrong in some nitpicky way that i am sure you will point out, or i am misusing some terminology. But you have still not proven anything. One C program does not a portfolio make. I write object oriented languages mostly and relatively recently got into low level. Again, that does not prove anything on your behalf. -
2022-05-11 at 7:28 PM UTC
-
2022-05-11 at 7:34 PM UTC
-
2022-05-11 at 7:34 PM UTC
-
2022-05-11 at 7:45 PM UTC
-
2022-05-11 at 8:25 PM UTC