Answer the question
In order to leave comments, you need to log in
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
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)
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.
In my opinion, the easiest way would be to use the good old Delphi.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question