Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Programming in Linux 1

Status
Not open for further replies.

TonyScarpelli

Programmer
Jan 23, 2003
361
US
Back about 20 years I used to program a Unix machine. It was on an Onix computer with a whole 5 meg of memory. In fact I still have it.

I am interested in getting a Linux machine to play with or installing Linux on one of my computers.

Right now I do a lot of FoxPro, VB .NET and SQL Server programming with Microsoft products.

I am interested in graphical user interfaces and databases.

I was wondering what program would I be using to write such programs on a Linux computer?

Thanks.


Tony Scarpelli
Clinical Engineering Dept.
Maine Medical Center
Portland, Maine 04102
 
GUIs - try FLTK. It is easier to use than Motif and XView. Alternatively, if you have a MS/MFC bias, try WxWindows or if you want to go OO, try QT. Takes a while to get round QT philosophy - the event handling mechanism is a bit inverted but that's just a personal opinion.

You can always use KDE, that is similar to Motif.
 
I'd also say to try Ruby. It's a nice open source language that made programming fun again.

-------------------------
Matt Grande
C# Master.
Ruby on Rails Admirer.
ActionScript Student.
JavaScript Hate-Monger.
 
Thanks. I looked at Ruby a bit last year; even bought two books on it, too. Maybe I'll look at it again.

I've been doing a lot of Visual Studio VB.NET programming, so how about IronRuby:


CU


Tony Scarpelli
Clinical Engineering Dept.
Maine Medical Center
Portland, Maine 04102
 
Java has swing for GUIs

If you want a very simple database, try sqlite - works on embedded systems too.
 
Java and eclipse, g++ with any of the window manager's libraries (GTK or QT [watch licensing on QT]) and Emacs/XEmacs or eclipse. IDEs are very much seperated from the compiler on Linux so you can get a number of IDEs on top of any number of languages.

[plug=shameless]
[/plug]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top