User profile: xavipoes

User info
User name:xavipoes
Location:terrassa
History
Joined:
Number of posts:4
Latest posts:

main() returning void
thanx i know std c++ requires an int return from main. the question is more like why it is enforced ...

main() returning void
I was asked the other day why it was a bug or problem that main() returned void instead of int. I ha...

polymorphism with objects/adresses
Many many thanx to all you. I really was thinking about what u are talking about, without knowing th...

polymorphism with objects/adresses
Here goes my question. i understand how upcasting and late binding works when it is used in a global...