0
For log in system
How i can match the data of append file and user input data in cpp
1 Answer
0
1. Read a file
2. Save the content in a string or char array
3. Get Input in a string or char array
4. Match them via your own function or strcmp() etc.