4
4
4ertovo4ka2014-10-11 14:12:56
Programming
4ertovo4ka, 2014-10-11 14:12:56

What is the optimal environment for writing a program under windows?

There is a task: to write the program under windows. A brief TOR for it is as follows:
there is a set of batteries and pipes, there is a floor plan. We upload the plan to the program, drag batteries and pipes to the right places on it. There is a limitation - not all elements can be joined to each other. In the process of docking, the program counts the number and does not allow docking the inconsistent. And on the press it issues a plan with the amount planned.
I'm looking at qt in terms of implementing this case, but since I'm new to programming programs, I would like to get a hint what other options are better.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
D
Dmitry Skrylnikov, 2014-10-11
@worlxxaker

learn C++ then QT and then write your own program

A
AlexP11223, 2014-10-11
@AlexP11223

If only Windows, then C# / .NET is easier (WinForms or WPF, WPF is more modern and powerful, but more difficult to learn, although if from scratch, it may not matter)

V
Vladimir Zhurkin, 2014-10-11
@icCE

Indeed, you are probably better off using c#/.net + visual studio if you don't plan on cross-platform. You simply do not need QT in this case.

A
Alexander Solodyankin, 2014-10-11
@http57

In my opinion, the easiest way would be to use the good old Delphi.

A
Alexander, 2014-10-11
@daapp

Have a look at Tcl/Tk - wiki.tcl.tk. Small, very simple and very powerful.
But you should definitely read about how to design a GUI in general.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question