They are just plain text files. Your program must read them. You have at least two options how to deal with them: 1) Through File IO - you open the file with input and read from it in your application 2) Use stdio in your app and then redirect the file: in unix - ./myprogram < inputfile.in > outputfile.out
I prefer the second option, because I can feed the application with sample data from stdin. On Wed, Aug 19, 2009 at 8:48 AM, Adil Ansari<[email protected]> wrote: > > this is my first time with code jam and i was getting my hands over > the sample files but after downlading them i'm not getting something > to run em... > > Please help me out how to deal with these input files.... > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-codejam" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-code?hl=en -~----------~----~----~----~------~----~------~--~---
