Y
Hacker News
new
|
ask
|
show
|
jobs
by
junon
903 days ago
which characters are missing?
1 comments
huhtenberg
903 days ago
"]=" after "*d["
link
junon
903 days ago
It's not necessary in C.
link
huhtenberg
903 days ago
const char *d[{"First","Second",...,"Twelf"};
is not a valid C unconditionally.
link
tgv
903 days ago
You should tell my compiler.
link