C++

woiwky

New Member
Messages
390
Reaction score
0
Points
0
The command prompt actually isn't DOS. It looks and operates similar, but it's just an application.

Anyway, you probably have no GUI for your program. I recommend looking into GTK+ or Qt. Both are great toolkits for developing GUI's.
 

woiwky

New Member
Messages
390
Reaction score
0
Points
0
It's still C++, and yes you do need to include files and write more code. I can't really explain it all in a post. Try googling for GTK+ or Qt tutorials/examples. I'm sure there's plenty of them.
 
Top