Mail Archives: djgpp/1997/10/07/04:31:12
In article <3439A959 DOT 80F8532E AT hotmail DOT com>, Hugh Barrett
<realzucchini AT hotmail DOT com> writes
>I have a program - c:\hugh's~1\tutori~1\c\firstex.c. Here it is:
t here??
>
>#include <stdio.h>
>
>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
- Raw text -