I could't understand what you meant, but you can change the function signature to be more readable cause if you are using Eclipse code generation functionality, it won't be able to know what the parameters are used for..
Anyway both eclipse and netbeans can be used to develop console, and window apps. Try to download and test some code. Thanks, Hussein On Tue, Mar 27, 2012 at 10:19 PM, Sachin Gupta <[email protected]> wrote: > i tried using eclipse, but it was listing the functions as e.g. > binarysearch(int[] a, int arg0, int arg1, int arg2) : the reason why i want > other IDE. For netbeans, i don't know how to develop console based > applications, as i was working in console only. > > > On Wednesday, March 28, 2012, Hussein El-Sayed wrote: >> >> You can start using eclipse as it is very nice and rich development >> environment and for all needed dev facilities their is a plugin that >> makes it easy to integrate it to your eclipse environment.. >> >> Also Netbeans is a very nice IDE but really eclipse is the best :) >> >> Thanks, >> Hussein >> >> On Tue, Mar 27, 2012 at 9:51 PM, Luis Eduardo Hernandez Torres >> <[email protected]> wrote: >> > I think Eclipse would be the best choice, since it works perfectly >> > with Java and C++, that way you can switch languages easily, depending >> > on your needs. >> > I am also a big fan of Netbeans for develop in Java. But, for >> > programming contest, Eclipse is the best. >> > >> > On 3/27/12, Sachin Gupta <[email protected]> wrote: >> >> which is the best java IDE for developing programs for codejam.. >> >> >> >> -- >> >> 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. >> >> >> >> >> > >> > -- >> > 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. >> > >> >> -- >> 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. >> > -- > 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. -- 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.
