If you are using linux you can redirect your input file to your executable.
as example. ./a.out < inputfile > outputfile here a.out is the executable file, inputfile is your given input file and outputfile is the file where your result will be written. Thanks Raj. On Thu, Apr 12, 2012 at 7:21 PM, K21G <[email protected]> wrote: > anybody please help me in file input in c++.....i had tried a lot of > code but still unable to input correctly... > > -- > You received this message because you are subscribed to the Google Groups > "Google Code Jam" 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. > > -- rajnesh raturi -- You received this message because you are subscribed to the Google Groups "Google Code Jam" 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.
