Hacker News new | ask | show | jobs
by webdevver 143 days ago
i was sincerely hoping i could get

    auto main(argc, argv) -> int
         int argc;
         char **argv;
to work, but alas it seems c++ threw pre-ansi argument type declarations out.
1 comments

> c++ threw pre-ansi argument type declarations out

they never were in C++.