I learned C++. It opens in Dos once i comple it. Is there a way to make it run as its own program
Jacob Kid Mania Creator New Member Messages 341 Reaction score 0 Points 0 Jun 21, 2008 #1 I learned C++. It opens in Dos once i comple it. Is there a way to make it run as its own program
W woiwky New Member Messages 390 Reaction score 0 Points 0 Jun 21, 2008 #2 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.
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.
Jacob Kid Mania Creator New Member Messages 341 Reaction score 0 Points 0 Jun 21, 2008 #3 So is there something there I #include or is that a whole other scripting language
W woiwky New Member Messages 390 Reaction score 0 Points 0 Jun 21, 2008 #4 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.
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.