Re: US Military Dead during Iraq War
- From: Herbert Kleebauer <klee@xxxxxxxxx>
- Date: Mon, 22 Aug 2005 00:23:16 +0200
Frank Kotler wrote:
>
> Okay, what's the trick? Segfaults on my machine...
Maybe you don't have created the input file input.txt.
Replace the line:
in= fopen("input.txt","r");
by:
if ( (in=fopen("input.txt","r")) == NULL)
{printf("input file not found\n"); exit(0);}
.
- Follow-Ups:
- Re: US Military Dead during Iraq War
- From: Frank Kotler
- Re: US Military Dead during Iraq War
- References:
- Re: US Military Dead during Iraq War
- From: Herbert Kleebauer
- Re: US Military Dead during Iraq War
- From: Herbert Kleebauer
- Re: US Military Dead during Iraq War
- From: Frank Kotler
- Re: US Military Dead during Iraq War
- From: Frank Kotler
- Re: US Military Dead during Iraq War
- From: Herbert Kleebauer
- Re: US Military Dead during Iraq War
- From: Frank Kotler
- Re: US Military Dead during Iraq War
- From: Herbert Kleebauer
- Re: US Military Dead during Iraq War
- From: Frank Kotler
- Re: US Military Dead during Iraq War
- Prev by Date: Re: US Military Dead during Iraq War
- Next by Date: Re: US Military Dead during Iraq War
- Previous by thread: Re: US Military Dead during Iraq War
- Next by thread: Re: US Military Dead during Iraq War
- Index(es):
Relevant Pages
|