I use jEdit, g++4.2 and valgrind. Often valgrind is really the only aid I need for debugging when there are segmentation faults. I moved all my editing needs to jEdit because it was very customizable (support for custom languages is very important for a guy that created his own custom languages for a game) and it is also cross platform free software. Only weakness was that since it is Java it doesn't do anti-aliasing very well, I solved this by moving to a dark back ground , low contrast scheme. I actually found out that no anti-aliasing + low contrast dark background was - surprisingly - the best setup for my eyes.
Debugging by cout<< may not be too efficient but I got used to it and never really learned other stuff so. On May 28, 8:45 pm, Lev Neiman <[email protected]> wrote: > Dev-c++ is a horrible abomination. > > I use eclipse + java > > in linux i use vim > > On 5/26/10, guillermo sahonero <[email protected]> wrote: > > > > > Dev-C for C++ at Windows XP, Vista, 7 > > > 2010/5/26 Ahmed Medhat <[email protected]> > > >> Geany <http://www.geany.org/> for java and C++ > > >> On 25 May 2010 15:08, Kristofer Karlsson > >> <[email protected]>wrote: > > >>> Writing Java in IntelliJ IDEA is snappy enough for me, since the project > >>> generally only consists of 3 source files and a couple of sample input > >>> files. > > >>> On Tue, May 25, 2010 at 2:03 PM, Shrey <[email protected]> wrote: > > >>>> While attempting Code Jam and similar competitions, saving on time > >>>> spent writing, testing and debugging code can be a major factor. I run > >>>> Ubuntu on a VMware image, simply using gedit and make to write and > >>>> test programs. However, writing code can be easier with IDEs having > >>>> code completion and debugging facilities. Although the topic seems to > >>>> have been beaten hollow on linux discussion forums, the questions > >>>> there are usually raised by users intending to create and manage large > >>>> projects. > >>>> My question is this- what do you prefer to use for writing, testing > >>>> and debugging code during contests where time can be a major factor? I > >>>> have used Code::Blocks and Eclipse CDT but the former fails to debug > >>>> properly while the latter was too slow and bulky to use during a > >>>> contest. > > >>>> -- > >>>> 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]<google-code%[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-codejam" group. > >>> To post to this group, send email to [email protected]. > >>> To unsubscribe from this group, send email to > >>> [email protected]<google-code%[email protected]> > >>> . > >>> For more options, visit this group at > >>>http://groups.google.com/group/google-code?hl=en. > > >> -- > >> Kind Regards, > > >> Ahmed Medhat Osman > >> [email protected] > >> +20122870644 > >> Software Engineer > >> Egypt Development Center (EDC) > >> Egypt > > >> -- > >> 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]<google-code%[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-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. > > -- > - Lev. -- 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.
