free c++ programming solutions on Windows?

S

Steven Woody

hi,

i wanna pick up a solution of programming on Win32 platform. is there
anyone ? i heard the Qt is not free.

thanks.

-
woody
 
V

Victor Bazarov

Steven said:
i wanna pick up a solution of programming on Win32 platform. is there
anyone ?

You'd be much better off asking in a Win32 programming newsgroup.

There is Microsoft Visual C++ 2005 Express Edition, it's free.
> i heard the Qt is not free.

For some purposes it is. Please ask in Trolltech forums on their web
site about that.

V
 
D

Duane Hebert

Steven Woody said:
hi,

i wanna pick up a solution of programming on Win32 platform. is there
anyone ? i heard the Qt is not free.

With Qt4 they have a GPL version for Windows.
 
M

Michael O'Keeffe

Steven said:
hi,

i wanna pick up a solution of programming on Win32 platform. is there
anyone ? i heard the Qt is not free.
Not true, Qt4 is available for Windows published under the GPL. If you
are writing closed-source, commercial code, and thus are not in
accordance with the GPL, you would need to pay for a license.
http://www.trolltech.com/download/opensource.html

Also check out this version, built off of the GPL'd Qt3/x11 sources:
http://qtwin.sourceforge.net/qt3-win32/index.php
 
S

Steven Woody

thanks all of you. i am so wandering about which one is better
between wxWiget and Qt4. it will be a pleasure for me to hear your
considerations on it.

-
woody
 
D

Duane Hebert

Steven Woody said:
thanks all of you. i am so wandering about which one is better
between wxWiget and Qt4. it will be a pleasure for me to hear your
considerations on it.

Well we use Qt.
 
B

BobR

Steven Woody wrote in message
thanks all of you. i am so wandering about which one is better
between wxWiget and Qt4. it will be a pleasure for me to hear your
considerations on it.
-
woody

EASY! Take a coin out of your pocket, toss it into the air. If it lands heads
up, pick one of [wxWidgets || QT]. If it's tails, pick the other! <G>

If you want to get up-n-running quickly, I'd try wxWidgets first, and dabble
with QT later. Both have their pros and cons. IMHO, I'd never state that one
was *better* than the other. "Better" depends on the programmer using it.

Go read the license for QT to see if it will fit your needs.
 
S

Shaun

I use either Windows.Forms for C++/CLI (strictly for Win32), or
wxWidgets for standard C++ (cross-platform).

QT is nice too. I started with it but don't use it anymore. I'm not
much of a GPL fan though and I don't want to shell out the $$ for it,
so I go with the alternatives.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top