On Saturday 29 December 2001 12:00 pm, Aldous B Bernardo wrote: > Greetings, > > I would like to ask for some advice on what programming tools can I use > in developing Linux apps. I've been developing Windoze applications for > about 3 years and would like to shift to Linux. I'm interested in GUI tools > for X, preferably using KDE ( Gnome would be great too). i've been using > Delphi for my Windoze apps- I know that there is Kylix but I would like to > know of similar if not better tools. Console programming tools would be > nice too. > > Aldous
There's KDevelop (Looks a lot like MS Visual stuff). I tried it (KDevelop) about a year ago, and, frankly, wasn't impressed (Can't quite remember why) I personally use what most people programming for UNIX/Linux use: vi + makefiles + compiler (to be more specific, I use VIM + GMake + G++-3.0) The learning curve may be a bit steep, but you get to understand a lot of things better. Good luck Alec