6 ms·
Surely you must mean C**, which is the type of a thing which you can dereference twice to get C. Otherwise, you're dereferencing C twice, which gets you m
by gosu 13y ago
Surely you must mean C**, which is the type of a thing
which you can dereference twice to get C. Otherwise,
you're dereferencing C twice, which gets you machine
instructions, I guess.
- simcop2387 13y agoActually I think it'd get you a processor design instead. Dereferencing it once would get you machine level instructions.
- gosu 13y agoNot if you compile via LLVM/clang.