@stebo02 @Bogus5553 Neither of them require a return value, but void main
isn’t legal C++.
@stebo02 @Bogus5553 Neither of them require a return value, but void main
isn’t legal C++.
Strictly speaking, it should be
Unsafe block syntax in C++
{ ...}
@affiliate Hey, you didn’t even mention that
char *args[]
actually meanschar **args
in a parameter list.