Message-ID: <33D0C924.27DD@lr.net> Date: Sat, 19 Jul 1997 10:03:16 -0400 From: Isaac Waldron Reply-To: waldroni AT lr DOT net Organization: The Computer Nerd MIME-Version: 1.0 To: Wald0 CC: djgpp AT delorie DOT com Subject: Re: problems including iostream.h References: <33C99B62 DOT 7A8E142F AT hotmail DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Wald0 wrote: > > I am having trouble compiling programs that use the iostream.h file. I > read some information files on it, but they didn't say anything about > compiling using the iostream.h file. If u can help me out, drop me a > line. > > Wald0 try using code like this: #include void main() { cout << "Hello World."; } Also, since iostream.h is a C++ only file, make sure your filename has a .cpp extension. -- -Begin Signature- Isaac Waldron N1YZI http://www.geocities.com/SiliconValley/Lakes/5703/home.html -End Signature-