00:00
00:00
Newgrounds Background Image Theme

Altongoodbottle just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

How to work with visual interface i

529 Views | 3 Replies
New Topic Respond to this Topic

I am teaching myself C++, I have downloaded code::blocks and even run my first hello world scripts and a bit more, but so far all the tutorials I have bee using seem to using the shell command to display the data. I mean, when I run the program, I can only see the output from the command line interface, but I actually want to see panels, like the javascript window with button and everything, so, how do I actually call that in C++ terminology, and how can I run a simple hello world script or something similar using it? Is there any link that could show me a simple tutorial using this basic interface, instead of using a black screen to run everythin?

Response to How to work with visual interface i 2013-06-16 15:52:51


You want to download an IDE.

I currently use dev-C++

Response to How to work with visual interface i 2013-06-16 16:06:06


For fun. Since you referenced a shell interface and didn't say the term GUI. I am guessing your around 35+ years old.

Response to How to work with visual interface i 2013-06-16 16:40:51


Download Qt + Qt creator and go through their tutorials. It should get you up and running with making buttons on the screen and doing something when you click them.