Home > Software engineering >  MFC file read and write
MFC file read and write

Time:09-26

I in MFC, each time in more than one edit box input, to obtain the content of the edit box, and then save to the text, after more than text record data, I think at a certain value to find records, can be achieved

CodePudding user response:

Can consider to hash table, is actually a string fast search algorithm

CodePudding user response:

Consider a dictionary tree

CodePudding user response:

Use a file database directly

CodePudding user response:

With a small access database, simple, convenient

CodePudding user response:

What do you think easy search is how to save it

CodePudding user response:

Stored in the data.

CodePudding user response:

Who have a specific plan for reference,

CodePudding user response:

lazy cancer attack

CodePudding user response:

If the data is needs to be saved, please search: CSDN there is a simple example of ADO database,

CodePudding user response:

No more than 5000, for example, through directly,

CodePudding user response:

Data volume is small, no problem, is similar to file database.
If large amount of data, not like this,
  • Related