I personally use Java. For that I use IntelliJ Idea as an editor with EgorK's Chelper plugin configured. That helps me generate tasks for contest and makes testing codes quite easy and quick. Also the auto gen code feature in it helps code quickly(although this is present on most Java editors like eclipse and netbeans)
When I need to switch to C/C++ i use codeblocks . On Wednesday, March 13, 2013, Pranav Kulkarni wrote: > does lang makes difference? > > On 13/03/2013, Pranav Kulkarni <[email protected]> wrote: > > I prefer, c, but sometimes i switch between, c, c++, java. I know all > > three, bcoz of my acadamics. > > > > On 13/03/2013, Lokesh Khandelwal <[email protected]> wrote: > >> Which language do u code in ? > >> > >> On Wednesday, March 13, 2013, Pranav Kulkarni wrote: > >> > >>> yeah, but my setup may be not good enough. I have seen in other even > >>> people just submits there code in first five mins. While i m just > >>> starting my editor (quiet a funny though). What setup they might be > >>> using this was my curiosity? > >>> > >>> On 13/03/2013, Lokesh Khandelwal > >>> <[email protected]<javascript:;>> > >>> wrote: > >>> > You can use absolutely any OS , any editor.All they need is the > source > >>> code > >>> > and the output file. > >>> > It is recommended to use that language in which you excel, and that > >>> editor > >>> > in which you practice the most. > >>> > > >>> > You can to the practice link and try solving some problems. I feel > >>> > Introduction to Algorithms by Cormen is the best book available. > >>> > But theoretical knowledge doesnt help here. You need to keep > >>> > practicing. > >>> > > >>> > Good luck!!! > >>> > > >>> > On Wednesday, March 13, 2013, Pranav Kulkarni wrote: > >>> > > >>> >> Hello all, > >>> >> > >>> >> Its my first time in online coding contest. I was worried about what > >>> >> environment should be, for such events. > >>> >> By environment, i mean which os? Which ide/editor? Which browser? > And > >>> >> if any tutorials,books,etc should be made prepared. > >>> >> Thankyou for helping. > >>> >> > >>> >> -- > >>> >> Thanks and Regards. > >>> >> > >>> >> Pranav Kulkarni, > >>> >> B. Tech., Department of Computer Science and Engineering, > >>> >> Walchand College of Engineering, > >>> >> Sangli - 416 415 > >>> >> > >>> >> Wish you a Very Good Day! :) > >>> >> > >>> >> -- > >>> >> 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] > >>> >> <javascript:;><javascript:;>. > >>> >> To post to this group, send email to > >>> >> [email protected] <javascript:;><javascript:;> > >>> >> . > >>> >> For more options, visit https://groups.google.com/groups/opt_out. > >>> >> > >>> >> > >>> >> > >>> > > >>> > -- > >>> > 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] <javascript:;>. > >>> > To post to this group, send email to > >>> > [email protected]<javascript:;> > >>> . > >>> > For more options, visit https://groups.google.com/groups/opt_out. > >>> > > >> -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
