Home > Software engineering >  Thank humbly great god! How to open the document in the VC MFC keyword search
Thank humbly great god! How to open the document in the VC MFC keyword search

Time:09-29

I used single text format in MFC creates an editor Ben, how do I open in the editor this text (C language source code) for keyword search C operation, thank you!!!!!! The teacher has said the text stored in a string array, I won't the key, how to find which one is the open text, what is stored in a string array

CodePudding user response:

Baidu file operations such as open local D: \ \ test TXT
And then you read line by line for each a judge your string string cstrings a Replace function c language yourself to find the similar function after ather
Save your comparison results

CodePudding user response:

CFindReplaceDialog?

CodePudding user response:

Vector String & gt; v1;

CodePudding user response:

reference sichuanpb reply: 3/f
vector String & gt; v1;


Write wrong don't delete, it is only the CSDN (bed waiting for you!!

It should be:

The vector & lt; The vector & lt; String> v1;//two dimensional array
The vector & lt; String> V2.//a one-dimensional array can also appeared to be,

CodePudding user response:

CEditView: : FindText
  • Related