neverrain89
2008-10-06 07:26:58 UTC
Nowadays I'm not interested in other languages, and I want to get up to speed with the C language as time goes by. One of the biggest problems I encounter is my inability to know about GUI programming in C/C++.
I've heard that one can use widget toolkits like GTK+, Qt, wxWidgets, MFC, WTL etc. to develope GUIs for software applications written in the C programming language; however, I wonder whether I can write my own functions and classes to design my own GUIs, without taking advantage of the toolkits mentioned above.
Is that possible?