are there more wrong things like void main() , and <iostream.h> ?
are there more wrong things like void main()?
Collapse
X
-
Originally posted by dorkzwhat do you mean google? google is a searching machine, what do you mean ?Comment
-
Trying to talk about what is wrong is hard. Breaking from the standard is wrong would be an excellent catch-all. That's what void main and <iostream.h> do, they break from the standard, either relying on something that is wrong or obsolete.
EDIT:
Yes, Google searching is faster. You aren't the first one to be asking these questions. They have been talked about in articles, written up in resources like Wikipedia, and generally answered in forum posts.Comment
Comment