I’m learning C and want to write programs with GUI. Personally I’m OK with terminal in Linux or the black window in Windows. However, I want to write something that could be used by other non-professional users. So I wrote this post to ask how to write a GUI program in C (C++ is OK). What kind of books should I read? Or anything else I need to know. Thank you.
Share
For pure C, you could use GTK+, but if you’re familiar with C++ too, i ‘d recommend Qt Framework from Nokia. There are over 100 of youtube videos for mastering Qt. Follow this link: Qt training