delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/10/07/07:16:16

From: Elton Fry <elton AT iafrica DOT com>
Newsgroups: comp.os.msdos.djgpp
Subject: Re: Quotes
Date: Tue, 07 Oct 1997 09:02:40 -0700
Organization: UUNET Internet Africa
Lines: 32
Message-ID: <343A5D20.1AE7@iafrica.com>
References: <3439A959 DOT 80F8532E AT hotmail DOT com>
NNTP-Posting-Host: 196-31-98-119.iafrica.com
Mime-Version: 1.0
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

Hugh Barrett wrote:
> 
> I have a program - c:\hugh's~1\tutori~1\c\firstex.c. Here it is:
> 
> #include <stdio.h>
> 
> int main()
> {
> int index;
> 
>    for (index = 0 ; index < 7 ; index = index + 1)
for(index=0;index < 7; index++)  //No vital but, does the same thing.
>       printf("First example program.");
> 
>    return 0;
exit(0);	//Don't ask me why, may be someone else can fill us in.
> }
> 
> 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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019