View Single Post
  #1   Spotlight this post!  
Unread 16-06-2013, 16:06
vikkydonlad vikkydonlad is offline
Junior Member
no team
 
Join Date: Jun 2013
Location: United States
Posts: 1
vikkydonlad is an unknown quantity at this point
How to work with visual interface in C++?

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?