PDA

View Full Version : Creating a window



Mehashi
April 6th, 2008, 07:02 PM
Hey guys!
I am new to c++ programming and I am currently using g++ to compile what I write in Scite.

I have made a couple of successful programs now, with basic input/output functions that all run in the terminal.

What I would like to know is how to create a window in c++ so that once my program is run it runs in its own window? Every time I do a search, I get led back to creating c++ in windows. >.<

Thanks for any help!
^_^

LaRoza
April 6th, 2008, 07:03 PM
See my wiki, you can use several GUI toolkits, QT, GTK+ or wxWidgets.

Mehashi
April 6th, 2008, 07:17 PM
Thanks LaRoza!

I thought I could do it on a purely text basis, but I have now set glade wxwidgets, gtk+ and some other apps to download, and I shall play with those!
^_-