Pair programming and Failure

  In this pair programming, we are asked to reuse individual to develop a project to have a primary and secondary UI interface of the topic and the program. In this program, we group learning and using Microsoft mfc class library to develop UI interface, Let me sum up this experience in programming as well as gains and losses.
  In this program, we are directly applied to the topic and some personal items, and use it directly in the junction of programming, greatly reducing the workload. However, due to the need to generate options that is necessary to calculate the correct value of the formula, we calculated directly in the original project is very convenient, it is also redesigned the topic and logic, using a float array to replace the string variables to represent the title, generation simple title but also easy to calculate.

  The programming logic UI interface is not difficult, but it is cumbersome, so the design when the need to be very careful. For example: When designing login and password to hide, to check whether the user name or password is empty, and so on, to detect whether there is a user name when registering, you also need to determine whether the same password twice. When we implement these functions using c ++ file operations prepared a class for change, and add features to check accounts, this class of similar projects in the future can be directly quoted, facilitate future work.
  Experience: This program, since the first use of mfc class library, in the process of learning by doing, the progress is slow, often an error, and correct these errors take a long time, need to query large amounts of data. Therefore, in the future of learning, to enhance self-learning ability, and to learn some more in advance, to prepare for future contingencies.

Guess you like

Origin www.cnblogs.com/li648662924/p/11593517.html