main() returning voidthanx i know std c++ requires an int return from main. the question is more like why it is enforced ...
main() returning voidI was asked the other day why it was a bug or problem that main() returned void instead of int. I ha...
polymorphism with objects/adressesMany many thanx to all you. I really was thinking about what u are talking about, without knowing th...
polymorphism with objects/adressesHere goes my question. i understand how upcasting and late binding works when it is used in a global...