| | |
Windows API - Use QT Now?
Thread Solved
![]() |
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.
•
•
•
•
Alright, so I would probably skim through the tutorial once.
Also, is QT the way to go, what are other options?
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++.
"We Americans got so tired of being thought of as dumb by the rest of the world that we went to the polls last November and removed all doubt."
~~~~~~~~~~~~~~~~~~
Looking for an exciting graduate degree? Robotics and Intelligent Autonomous Systems (RIAS) at SDSM&T See the program brochure here.
~~~~~~~~~~~~~~~~~~
Looking for an exciting graduate degree? Robotics and Intelligent Autonomous Systems (RIAS) at SDSM&T See the program brochure here.
•
•
Join Date: Jan 2008
Posts: 7
Reputation:
Solved Threads: 2
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.
The WinAPI is old and very low-level. All of the other toolkits are much higher level, more user friendly, more robust, etc.
![]() |
Other Threads in the C++ Forum
- Previous Thread: getline failing to read from data file?
- Next Thread: Square root??
| Thread Tools | Search this Thread |
addition api array base based binary bitmap c++ c/c++ char class classes code coding compile console conversion count delete deploy desktop developer directshow dll download dynamic dynamiccharacterarray email embed encryption error erroraftercompilation excel file forms fstream function functions game getline givemetehcodez gmail graph gui homework homeworkhelp homeworkhelper iamthwee ifstream input int integer java lib linkedlist linker loop looping loops map math matrix matrix3d memory multiple news node output parameter pointer problem program programming project python random read recursion reference rpg std::coutwstring string strings temperature template test text text-file tree url variable vector video visualization win32 windows winsock word wordfrequency wxwidgets






