"Kelly Mandrake" <[EMAIL PROTECTED]> writes: > Ive noticed that I can leave out includes such as iostream and my > program will still compile.
This is because some *other* header that you do #include already includes iostream. > It seems g++ is auto includeing headers, It doesn't. > could this be true and if so how might I turn it off. It's not, and you can't. > I had searched google and groups but was unable to find anything > problably because of the search terms I was useing. This has been discussed just 2 weeks ago in this very newsgroup. Search 'groups.google.com' for "g++ default #include's". Cheers, -- In order to understand recursion you must first understand recursion. Remove /-nsp/ for email. _______________________________________________ Help-gplusplus mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gplusplus
