G
Gary Labowitz
Paul said:news:XU2Xc.23719$L94.11173@fed1read07...
Second, the new Visual C++ 7.x compiler will *not* compile the code. The
reason is that there is no such file any more as <iostream.h>. Try it an
see for yourself. As a matter of fact, the top rated web-site that answers
C++ questions (which I have been an active member of now for 5 years, and
one of its biggest contributors as far as answering C++ questions), gets
queries from beginners as to why thei riostream.hladencodedoesn't
compile with the latest Visual C++ compiler.
Okay, got rid of precompiled headers (I'm lazy, but not that lazy) and now
<iostream.h> generates an error.
Shows what you get for using MS defaults.