Re: gui c/c++ programming

2002-10-19 Thread Shri Shrikumar
On Wed, 2002-10-16 at 02:37, Kevin Coyner wrote: > > I've recently took a college level course in beginning C, and then a > follow-on course in C and C++. I enjoyed learning the basics of the > languages and now want to pursue it further. > > One of the things I'd like to be able to do is put to

Re: gui c/c++ programming

2002-10-17 Thread Burkhard Ritter
On Tue, 15 Oct 2002, Kevin Coyner wrote: [...] > So, can anyone point out what they think the best toolsets are for > learning how to write GUI interfaces in C/C++? So far I've found that > Qt seems to have a lot geared towards the beginner. Am I correct in > that assumption? I also like the

Re: gui c/c++ programming

2002-10-16 Thread Gregory Seidman
Sean 'Shaleh' Perry sez: [...] } I have one problem with QT -- it is all or nothing. Not only do you } get a UI you also get QTs equivalent of the STL. This means that you } are learning an API which is only good for QT programming. Gah! If I had to give up the STL to use Qt I'd give up C++ ent

Re: gui c/c++ programming

2002-10-15 Thread Sean 'Shaleh' Perry
On Tuesday 15 October 2002 18:37, Kevin Coyner wrote: > I've recently took a college level course in beginning C, and then a > follow-on course in C and C++. I enjoyed learning the basics of the > languages and now want to pursue it further. > > One of the things I'd like to be able to do is put

Re: gui c/c++ programming

2002-10-15 Thread Michael D. Crawford
A friend of mine named Andy Green spent almost ten years developing the ZooLib C++ cross-platform application framework before placing it into open source under the MIT license: http://zoolib.sourceforge.net/ I have spent quite a bit of time working with ZooLib and think it's just wonderful.

Re: gui c/c++ programming

2002-10-15 Thread Edward Guldemond
On Tue, Oct 15, 2002 at 09:37:09PM -0400, Kevin Coyner wrote: > > So, can anyone point out what they think the best toolsets are for > learning how to write GUI interfaces in C/C++? So far I've found that > Qt seems to have a lot geared towards the beginner. Am I correct in > that assumption?

Re: gui c/c++ programming

2002-10-15 Thread Faheem Mitha
On Tue, 15 Oct 2002 21:37:09 -0400, Kevin Coyner <[EMAIL PROTECTED]> wrote: > > I've recently took a college level course in beginning C, and then a > follow-on course in C and C++. I enjoyed learning the basics of the > languages and now want to pursue it further. > > One of the things I'd lik

Re: gui c/c++ programming

2002-10-15 Thread Bruce Park
I would really recommend using emacs to program in c or c++ because many companies require development work under unix/linux environment but I believe MS has some tools regarding GUI with c and c++. bp _ Surf the Web without mis

Re: gui c/c++ programming

2002-10-15 Thread Rob Weir
On Tue, Oct 15, 2002 at 09:37:09PM -0400, Kevin Coyner wrote: > So, can anyone point out what they think the best toolsets are for > learning how to write GUI interfaces in C/C++? So far I've found that > Qt seems to have a lot geared towards the beginner. Am I correct in > that assumption? I a

gui c/c++ programming

2002-10-15 Thread Kevin Coyner
I've recently took a college level course in beginning C, and then a follow-on course in C and C++. I enjoyed learning the basics of the languages and now want to pursue it further. One of the things I'd like to be able to do is put together simple programs so that the user of the program can e