Lines: 15 X-Admin: news AT aol DOT com From: roadraat AT aol DOT com (RoadRaat) Newsgroups: comp.os.msdos.djgpp Date: 04 Jul 2002 19:21:34 GMT References: Organization: AOL http://www.aol.com Subject: Re: compiler not working Message-ID: <20020704152134.19300.00002663@mb-mt.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >I have no idea what the >> problem is. Can anyone tell me how to fix it? >> The program is as follows: >> #include >> int main(){ >> return 0; >> } I didn't try your code, but if you cut and pasted it right into your message, one thing that will definitely blow up is the typo in your include filename You include "isotream" instead of "iostream". Nelson