English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am teaching myself how to program in c++ and so far I can only make programs that run in the dos-looking cmd.exe window.

How do I go about making programs that have a more windows-like window with buttons and drop down menus and graphics and stuff?

Obviously it would be kind of hard to explain something like this here but if you could point me in the direction of some tutorials or tool-kit recommendations or some tips for getting started?

Thanks

2007-02-25 21:34:12 · 5 answers · asked by cpine505 3 in Computers & Internet Programming & Design

I am using Visual C++ to program, and as someone said below, it provides 'windows form programming'....how do I get started there?

2007-02-25 21:55:42 · update #1

5 answers

Gr8.. For dos-looking cmd.exe window, coding is easy in c++. For windows programming, you will have to use any language from the list: Java, VisualBasic 6.0, Visual C++, C#, VB.NET, VC++.NET etc.
These languages have inbuild libraries for Windows platform components. So just use it, for example, DialogBox.Show displays a designed dialogbox, where user can interact.

2007-02-25 21:54:54 · answer #1 · answered by Jk 1 · 0 0

Use Visual C++, Visual Studio.Net
They provide windows form programming.

2007-02-25 21:44:15 · answer #2 · answered by Talha 4 · 0 0

Google for windows programming tutorials and WinAPI tutorials.

You better have a very good understanding of C and C++ before you jump into the API world. Windows programming is *not* a part of C++ itself. Just an application of C++ programming.

2007-02-25 21:37:40 · answer #3 · answered by csanon 6 · 0 0

Teaching yourself to program in C++ is very complicated. You might want to start out with something less complicated that can do much more like visual basic on the .net platform. This language is great for learning OOP (Object Orientanted Programming).

2007-02-26 03:10:06 · answer #4 · answered by deccasoftware 3 · 0 0

There are many libraries for helping one to code windows applications, such as FLTK - Fast Light ToolKit ( http://www.fltk.org/ ) or RAD C++ ( http://www.radcpp.com/ ) or gg_tk ( https://gna.org/projects/ggtk/ ), all of which can be used with g++, and can be downloaded as dev-paks for Dev-C++ ( http://www.bloodshed.net/dev/devcpp.html )

2007-02-25 22:04:58 · answer #5 · answered by lwz 2 · 0 0

fedest.com, questions and answers