I found that many of my business cards were inadvertently discarded by my friends. It was really difficult. If I could scan them into my computer, I would not lose them. Based on the above ideas, I thought of writing a simple business card management program with simple names, occupations, and contact methods, the business card scan chart is displayed at the same time when the group is displayed or separately (the group is a thumbnail and the single image is the original image ). You can query by conditions.
The thought was quite simple. Considering the low development efficiency of C ++, I thought of C #. Yesterday, I roughly scanned C # advanced programming the day before yesterday and found that it was similar to C ++, be prepared.
Next I went to C #'s business card management and found that it was based on the database. I had been struggling with this because I wanted to create a management program that was as primitive as possible. I didn't need to install those databases and used folder management, A folder indicates a person, which contains a scanned copy and a description document. Well, for the time being, a very simple C # version will be available in a week before it can be improved.