RE: [newbie] Problems with C ++ compiling and LM 9

2002-10-24 Thread Gary Armstrong
Just a guess, but I think the new style for includes leaves off the '.h'. #include iostream Good luck Gary -Original Message- From: [EMAIL PROTECTED] [mailto:newbie-owner;linux-mandrake.com] On Behalf Of Dennis Herndon Sent: Thursday, October 24, 2002 9:15 AM To: '[EMAIL PROTECTED]'

RE: [newbie] Problems with C ++ compiling and LM 9

2002-10-24 Thread Michael Notforyou
On Thu, 2002-10-24 at 13:02, Gary Armstrong wrote: Just a guess, but I think the new style for includes leaves off the '.h'. #include iostream I think so, but there are reasons to use the .h. i.e. the iomanip library. If you're using the APSTRING class (Advanced Placement Computer Science