.in file is like a text file from where ur written programm will get the
input and the output needs to be save in another text file like x.out. for
reading .in file either use file i/o or there is a method where u can
redirect the whole .in file to stdin buffer and read from there using scanf
function in c without using file i/o functions and it gives a illusion like
u r providing input directly from keyboard.

On Mon, Aug 31, 2015 at 7:07 PM, Dheeraj Nair <[email protected]>
wrote:

> Hello,
>
> I have done a lot of programming in Netbeans IDE and I would like to do
> some practice problems in GCJ. I need some help regarding it. I am able to
> understand the problem and write a code for it but what do I do after that
> ? What do I do with the .in file given to me and how do I use that in
> Netbeans to get a output file ? I am just a beginner and first-year student
> in college, so I would appreciate all the help I would get.
>
> Thank You !
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Code Jam" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-code/8a62836f-8571-429a-8808-5fc92ec0101c%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Code Jam" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-code/CAL3o0ywFwnAUqU6tehnzS%2BhTgPLxOQmyi%2BNVpGq9LK1DX04dgA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to