Answer the question
In order to leave comments, you need to log in
What is the most efficient way for a beginner to write a specific program?
I'm new to programming, I have only general ideas. I want to write a cross-platform application program in C ++ in the QT compiler for my needs. Please tell me which way will be the most effective for solving this problem in the shortest (preferably) time. My assumptions are as follows:
1) choose one of the many courses on the Internet on programming in C ++ in QT (I will be very grateful if you advise which one), go through it sequentially to get some basic ideas, which then try to apply to create the desired program. At this stage, search the Internet for solutions to specific issues that will arise during the development process, including asking questions to specialists on resources like this. This, as I see it, is a longer way.
2) find a programmer who would write this program for me. But there are two points: firstly, finances are limited (I still have no idea how much such work would cost); secondly, I would like to understand the essence of the program and, if necessary, make changes and adjust for myself. Ideally, the specialist would act as a kind of tutor, and that he would give explanations in the process of working on the program, so that we would write it together and I could understand the main points. In addition, I have ideas for several more programs that I would like to implement later.
This path is probably shorter.
This is how I imagine it, but due to the fact that I am not familiar with the topic, I can be wrong, and therefore I ask for advice on how to maximize the optimization of time and resources.
Briefly about the program that I want to write. This is a database of your own mistakes (in different areas), which allows you to record, analyze, draw conclusions and not repeat them. Every day an error is entered with a description that belongs to a certain category, situation (context), is classified as new or repeated, an analysis or conclusion is made, etc. This data must then be processed to produce statistics: the number of errors per day, week, month, etc.; qualitative composition by categories, size, situations and contexts; the number of repeated and new ones; the most common, and so on. Separately, it should be possible to issue conclusions for the future (for individual contexts and situations) based on the analysis of errors in order to reduce the likelihood of their repetition. The program is somewhat reminiscent of applications for accounting for finances, time, etc., but with its own specifics. That is, in the basis, if I understand correctly, maintaining a database with their further processing and presentation in a statistical form (tables, graphs, diagrams, etc.).
Answer the question
In order to leave comments, you need to log in
Optimal way:
After all this, start writing your application, and in about half a year you will have some kind of prototype of what you want. Of course, if you have the proper desire and diligence.
in C++ in QT compiler
I want to write a cross-platform application program in C ++ in the QT compiler for my needs.
Briefly about the program that I want to write. This is a database of own mistakes (in different areas)
Thank you all for the replies, now something has become clearer in terms of how best to proceed. Might be worth experimenting with excel first. Can anyone suggest a cross-platform analogue of excel that supports scripts? (preferably free)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question