- Sep 18, 2005
- 172
- 0
- 0
I just got into C++ programming this semester (college freshman) so I really don't have a clue about a lot of things. For my final project, however, I want to make a program (it's like.. a schedule thing), but I want to make a graphical interface for it, so users don't have to use the terminal or command window all the time...
I heard that GTK+ does that job, but I don't know how it works at all...Can anybody point me to the right direction?
Just trying to do the "hello world" here :
http://www.gtk.org/tutorial/c39.html#SEC-HELLOWORLD
I got the source kit from their website, but I don't know how to compile with GCC or w/e...I have Dev C++ as my compiler. Can anybody walk me through?
I heard that GTK+ does that job, but I don't know how it works at all...Can anybody point me to the right direction?
Just trying to do the "hello world" here :
http://www.gtk.org/tutorial/c39.html#SEC-HELLOWORLD
I got the source kit from their website, but I don't know how to compile with GCC or w/e...I have Dev C++ as my compiler. Can anybody walk me through?