For instance, programs like MSN, uTorrent etc, how do the makes go about writing the GUI?
Would they use the Win32 API directly or is there a graphics package which is easier to use?
This is a discussion on What sorts of graphics libraries are used by popular programs? within the C++ Programming forums, part of the General Programming Boards category; For instance, programs like MSN, uTorrent etc, how do the makes go about writing the GUI? Would they use the ...
For instance, programs like MSN, uTorrent etc, how do the makes go about writing the GUI?
Would they use the Win32 API directly or is there a graphics package which is easier to use?
Are there any toolkits which are Windows-specific but are eaier to use than Win32?
Why is "Windows specific" a requirement? You could try MFC, I suppose.
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
It isn't, I was just hoping that someone had made Win32 easier to use.
I'd say all of those projects (except ones like QT) have made it easier.
FlyingIsFun1217
http://en.wikipedia.org/wiki/List_of_widget_toolkits
"ease of use" and "lots of features" and "programmer control" are seldom compatible aims.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
If you're writing a Windows only GUI, use C#.