Y
Hacker News
new
|
ask
|
show
|
jobs
by
unwind
2106 days ago
Posting C++ in a thread about C is odd. In C it's:
#include <stdio.h> int main(void) { printf("%zu\n", sizeof (int *)); return 0; }
1 comments
MaxBarraclough
2106 days ago
There's a double-quote character missing.
link
unwind
2105 days ago
Thanks. I suck at posting from my phone. Edited.
link