Windows API - Use QT Now?

Please support our C++ advertiser: Intel Parallel Studio Home
Thread Solved

Join Date: Jan 2008
Posts: 33
Reputation: DigitalPackrat is an unknown quantity at this point 
Solved Threads: 1
DigitalPackrat's Avatar
DigitalPackrat DigitalPackrat is offline Offline
Light Poster

Windows API - Use QT Now?

 
0
  #1
Apr 14th, 2008
I searched the forums for Windows API tutorials and have found this. Is it necessary to do everything manually like in the tutorial and after getting the hang of it move on to QT or should I jump into QT right now?
Last edited by DigitalPackrat; Apr 14th, 2008 at 2:11 pm.
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 15,412
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1469
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is online now Online
Still Learning

Re: Windows API - Use QT Now?

 
0
  #2
Apr 14th, 2008
I would work though the tutorial first to find out how things go. Then it will be easier to understand QT.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
Reply With Quote Quick reply to this message  
Join Date: Dec 2005
Posts: 5,850
Reputation: Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute Salem has a reputation beyond repute 
Solved Threads: 749
Team Colleague
Salem's Avatar
Salem Salem is offline Offline
Void main'ers are DOOMed

Re: Windows API - Use QT Now?

 
0
  #3
Apr 14th, 2008
It might be worth reading, but I wouldn't spend too long on it.

Like learning asm when you're programming in C++. You don't need it, but if you know a few things, you'll have an appreciation of some of the finer points.
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 33
Reputation: DigitalPackrat is an unknown quantity at this point 
Solved Threads: 1
DigitalPackrat's Avatar
DigitalPackrat DigitalPackrat is offline Offline
Light Poster

Re: Windows API - Use QT Now?

 
0
  #4
Apr 14th, 2008
Alright, so I would probably skim through the tutorial once.
Also, is QT the way to go, what are other options?
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 1,678
Reputation: vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold 
Solved Threads: 193
vmanes's Avatar
vmanes vmanes is offline Offline
Posting Virtuoso

Re: Windows API - Use QT Now?

 
0
  #5
Apr 14th, 2008
Originally Posted by DigitalPackrat View Post
Alright, so I would probably skim through the tutorial once.
Also, is QT the way to go, what are other options?
That depends on where you want to go.

If you intend to write only for Windoze, you can write at the API level or you can use the MFC components, and various libraries that support them. If you want to write for multiple platforms (ie., Linux and Mac OS/X) then QT or wxWidgets are popular tools - essentially write once, compile for the various target platforms.

If you intend to write commercial software, be sure to check the licensing - QT can be quite pricey, wxWidgets is not. Visual Studio, cheap to pricey, depending on the suite you get.

Programming at the WinAPI level, you can use any editor/compiler - it's just C/C++.
Everyone's gotta believe in something. I believe I'll have another drink.
~~~~~~~~~~~~~~~~~~
Looking for an exciting graduate degree? Robotics and Intelligent Autonomous Systems (RIAS) at SDSM&T See the program brochure here.
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 7
Reputation: eager is an unknown quantity at this point 
Solved Threads: 2
eager eager is offline Offline
Newbie Poster

Re: Windows API - Use QT Now?

 
0
  #6
Apr 14th, 2008
To echo vmanes, I recommend wxWidgets. It is simpler and easier to use than the WinAPI, and it is portable to other platforms. QT is nice, but there are license fees for use on Window. Also, take a look at GTK+, which is free and supported on Windows, Linux, and Mac.

The WinAPI is old and very low-level. All of the other toolkits are much higher level, more user friendly, more robust, etc.
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC