Hacker News new | ask | show | jobs
by junon 903 days ago
which characters are missing?
1 comments

"]=" after "*d["
It's not necessary in C.

   const char *d[{"First","Second",...,"Twelf"};
is not a valid C unconditionally.
You should tell my compiler.