#include <stdio.h> int main() { int x = 5; int y = &x; FILE *f = x * y; fputs("hello", f); }
I mean, you said:
>> Knowing the type of everything won’t save you
but the compiler is trying to save you! You have to actively work against it in order to hang yourself, and you blame the language?
I mean, you said:
>> Knowing the type of everything won’t save you
but the compiler is trying to save you! You have to actively work against it in order to hang yourself, and you blame the language?