Hacker News new | past | comments | ask | show | jobs | submit login

> int main() {

To be fair to C++, this is undefined behaviour in C until C23. Prior to that the () is interpreted as (...), varargs, and not (void).

So, some mutually beneficial cross pollination of ideas.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: