hello forum i just wanna ask how can i search a word in a textfile.. i know the basic of input and output stream... now i want is to search a word in the textfile..
my textfile contains (test.txt)
username,password
c++,cplusplus
marniel647,programmer
now i want to do is when the user inputs the marniel647 it will output the password in this case the programmer and also if the username was not found it will give a message..?