From: Hugh Barrett Newsgroups: comp.os.msdos.djgpp Subject: Quotes Date: Tue, 07 Oct 1997 13:15:37 +1000 Organization: OzEmail Ltd. Lines: 30 Message-ID: <3439A959.80F8532E@hotmail.com> NNTP-Posting-Host: 203.108.18.190 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I have a program - c:\hugh's~1\tutori~1\c\firstex.c. Here it is: #include int main() { int index; for (index = 0 ; index < 7 ; index = index + 1) printf("First example program."); return 0; } When I compile it it says: Compiling: c:\hugh's~1\tutori~1\c\firsex.c Unmatched quote error There were some errors. If this is an obvious question, I'm sorry, but I'm dumb ok? Thanks a lot -- -cya--------------------------------------------- Hugh Barrett realzucchini AT hotmail DOT com http://www.geocities.com/TelevisionCity/Set/2254