Is it true that in C++ main () is not required to include a return 0;?
main ()
return 0;
Does it apply to main only or to any non-void function?
main
Is it new in C++11 or was it always like that?
What is the rationale?
Aucun commentaire:
Enregistrer un commentaire