Forgot your password?
typodupeerror

Comment Re:XP and featureful! (Score 1) 432

Hmm. I've been writing an app. in wxGTK recently. I started out writing it in Java, with the calculating engine being in C++. I wanted the XP stuff (which is why I was looking at Java in the first place) but it just didn't look very good. I then thought about Tcl/Tk, because Visual Tcl is really quite cool and I've written quite a few apps. with it in the past. In the end I settled on wxWindows because it could all be in C++ and their coding style is pretty similar to my own.

I have to say it looks at least as good as any Tk app. I've ever written (and there's bits of it that are way way better). It was at least as quick to get the first frame up and running properly as in Java, too, which I found pretty impressive.

Slashdot Top Deals

A list is only as strong as its weakest link. -- Don Knuth

Working...