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

I have created a simple C++ program that converts C -F and F-C temperatures. I want to create a GUI for it because so far it works in the command-line format. I have my source at http://www.mediamax.com/irishguy3m/Hosted/convertersource.txt.
Please, I need help to make a very simple GUI.

2006-11-18 14:31:19 · 3 answers · asked by Anonymous in Computers & Internet Programming & Design

3 answers

I couldn't look at your code... mediamax wouldn't let me see it.
As far as a gui... if you want a Windows app sort of UI, coding it by hand would take up many times more code than whatever you might have, and would require you to learn the Windows API, which is a huge undertaking.

Otherwise, you can use the graphics capabilities of the compiler you are using to draw simple boxes and such. Drawing rectangles and squares is fairly easy. Moving the cursor to what you've defined as an input box isn't that hard either. Basically you would have a graphical interface in a console app. That's not too hard to do.

2006-11-18 16:29:06 · answer #1 · answered by Deirdre H 7 · 1 0

Avast antivirus 4.8, reboot your computer after installation and enable this device analyze your computer until eventually finally now accepted placing out, that way u may have ur computer wiped clean, i'm not responsible for any elimination of contaminated archives.

2016-11-29 06:32:58 · answer #2 · answered by ? 4 · 0 0

First of all, even your console application will not work.
Next, since you are not experienced programmer, you need to use some RAD environment - such as MS VC++, BCPP, etc.
To learn how to write GUI applications, visit http://www.codeproject.com - there you will find lots of examples end even ready projects.

2006-11-18 14:50:20 · answer #3 · answered by alakit013 5 · 0 1

fedest.com, questions and answers