Remix.run Logo
webdevver 4 hours 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.
zabzonk 2 hours ago | parent [-]

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

they never were in C++.