I’ve been studying and experimenting on c language with c99 standard for almost 3 months,and everything the whole book i read only taught me how to program in DOS(console) but not in terms of GUI,I know any pro might say i should continue stick to programming in DOS so that i could learn the essence of the language without the need to focus on creating GUI,which could make learning less hassle,but i just wonder if i wanted to create GUI apps ,what thing should i learned??Don’t worry i would finish learning the basic and everything before proceed to GUI,for time being i just curious about it and wanting to ask.Thank you.
I’ve been studying and experimenting on c language with c99 standard for almost 3
Share
First, if you’re primary concern was learning to code GUI’s… You may have chosen the wrong language!
If you’re willing to consider C++, you should look at Qt. wxWidgets is also pretty good.
If you really have to stick to C, take a look at GTK+.