[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA: SPICE GUI
On Tue, Aug 10, 2004 at 03:39:27PM +1000, MSWaters wrote:
> I think your idea of everyone using the same portable GUI library is a good
> one. The only requirement I would have is C++ bindings, I find it easier to
> develop large projects using C++ than C.
The beautiful thing about C++ is that you can continue to use C
libraries with it just fine. So, one can use GTK+ directly, and that
doesn't mean they can't write their application in C++.
Libraries written in C can easily be used from virtually every language
under the sun.
That said, for several reasons wxWindows seems like a cood choice, even
if it would be a pain to get it working with languages other than C++.