Comment by mitxela
12 hours ago
In C++ you're not allowed to call main yourself, so that the compiler can call the global constructors at the start of main.
12 hours ago
In C++ you're not allowed to call main yourself, so that the compiler can call the global constructors at the start of main.
Which also exist as C extensions, in some compilers.