Thread: Beginner's help
View Single Post
  #3 (permalink)  
Old 03-24-2008, 06:03 PM
nutario's Avatar   
nutario nutario is offline
Newbie
 
Join Date: Mar 2008
Location: Germany
Posts: 23
Rep Power: 3
nutario is on a distinguished road
Send a message via ICQ to nutario Send a message via Skype™ to nutario
Default Re: Beginner's help

In Part A:
There are some ";" missing. (e.g FILE * in_file; )

I don't see the sence of this code part:
if(!f)
{ return 1; }
For me it is like that: You didn't declare "f".


For part B:
I only can repeat what WingedPanther said.
Reply With Quote