Click here to Skip to main content
15,888,082 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello,

I spent about 2 hours on Google trying to find a good one. I think I already have a headache.

Does anyone have a good tutorial both for windows and Linux?

Thanks in advance

Regards,

Herve
Posted
Updated 9-Feb-11 4:08am
v2

You could look at something like QT if you want to try something that works on Linux and Windows, but for Windows a more popular C++ UI framework would be MFC. Google for MFC and QT tutorials and you should find tons of content.
 
Share this answer
 
Comments
Espen Harlinn 9-Feb-11 10:26am    
QT is good, a 5
Nish Nishant 9-Feb-11 10:34am    
Thank you.
Sergey Alexandrovich Kryukov 9-Feb-11 11:03am    
Again, reasonable, my 5.
It needs selection of the desktop manager and the library (Qt is multi-platform as well as GTK). I would add some more if I knew the manuals.
--SA
JF2015 10-Feb-11 1:17am    
Very good advice!
You could also take a look at WxWidgets:
http://www.wxwidgets.org/[^]

A tutorial on building a good gui, and a tutorial on a particular toolkit/library usually doesn't have much in common.

If you want to build a good gui, you need to investigate the usage scenario. A good gui for a casual user is usually a really bad gui for a power user - and vice versa :)

Regards
Espen Harlinn
 
Share this answer
 
As others have suggested, your choice of framework (.NET, MFC, Qt) will influence your GUI. However, there are some commonly-used GUI   rules and guidelines which transcend the choice of framework. Microsoft has published their User Experience Interaction Guidelines here: http://msdn.microsoft.com/en-us/library/aa511258.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900