Re: GUI Programming for Beginners. Re: C going to C++
From: Steven T. Hatton (susudata_at_setidava.kushan.aa)
Date: 04/04/04
- Next message: Pete: "Re: Sample code to call another program/command from inside a C++ program"
- Previous message: Pete: "Re: restricting deletion on local drives"
- In reply to: Pete: "Re: GUI Programming for Beginners. Re: C going to C++"
- Next in thread: Pete: "Re: GUI Programming for Beginners. Re: C going to C++"
- Reply: Pete: "Re: GUI Programming for Beginners. Re: C going to C++"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 04 Apr 2004 10:43:54 -0400
Pete wrote:
> Steven T. Hatton wrote:
> <snip>
>>
>> I will *highly* recommend the learning materials found in the Qt
>> documentation. You can get Qt free for Win32, or better.
>>
>> http://www.trolltech.com
>>
>> http://doc.trolltech.com/3.3/index.html
>
> I will *highly* recommend you stay away from Qt and use the real Windows
> API instead.
> Qt's licensing is horrible. Yes, you can get it free, but once you want to
> do something useful with your program it costs around several thousand
> dollars.
That's interesting. I'm using a Qt based application as my usenet client,
and the license is free. AAMOF, my entire desktop is Qt based, and free.
Oh, you want to /sell/ your product, and not /pay/ TrollTech! Well....
> It also includes a bunch of non-standard C++ language features.
There is nothing in Qt that isn't standard C++. That is, there is no
language feature used in Qt that is not specified in the Standard. Perhaps
you mean moc? It's standard preprocessor metaprogramming.
But the really nice thing is, you don't even need to use Windows.
-- p->m == (*p).m == p[0].m http://www.kdevelop.org http://www.suse.com http://www.mozilla.org
- Next message: Pete: "Re: Sample code to call another program/command from inside a C++ program"
- Previous message: Pete: "Re: restricting deletion on local drives"
- In reply to: Pete: "Re: GUI Programming for Beginners. Re: C going to C++"
- Next in thread: Pete: "Re: GUI Programming for Beginners. Re: C going to C++"
- Reply: Pete: "Re: GUI Programming for Beginners. Re: C going to C++"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|