Hacker News new | ask | show | jobs
by uecker 494 days ago
My number one issue are VLA parameters

int foo(int N, char buf[N]);

which I like to use because they improve warning messages, but they are not accepted in C++.