From: David Jenkins Newsgroups: comp.os.msdos.djgpp Subject: Re: Quotes Date: Tue, 7 Oct 1997 05:03:37 +0100 Organization: None Distribution: world Message-ID: References: <3439A959 DOT 80F8532E AT hotmail DOT com> NNTP-Posting-Host: jenkinsdavid.demon.co.uk MIME-Version: 1.0 Lines: 48 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk In article <3439A959 DOT 80F8532E AT hotmail DOT com>, Hugh Barrett writes >I have a program - c:\hugh's~1\tutori~1\c\firstex.c. Here it is: t here?? > >#include > >int main() >{ >int index; > > for (index = 0 ; index < 7 ; index = index + 1) index++) (Easier to type. :) > printf("First example program."); \n (for a newline.) > > return 0; >} > >When I compile it it says: > >Compiling: c:\hugh's~1\tutori~1\c\firsex.c no t here?? >Unmatched quote error >There were some errors. > Never seen this error before, I can't understand the "t" thing, why does your first line above use firstex.c and the compilers reporting firsex.c?? Human error?? Only other thing I can think of is your using long filenames, try moving firstex.c to a temp folder and compiling it there, c:\temp\firstex.c >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 > > -- http://www.jenkinsdavid.demon.co.uk for C programmers. David Jenkins