Hi All,
I need to write a code in C or C++ where some text in text_file_1 needs to be replaced with some other text which is in text_file_2.
both the text files are stored at some location Text_file_1 has text:
user,pass
jojo, beans
where jojo and beans need to be replaced with some other username and password which is stored in anothet text_file_2. Please help as I am new to C/ C++ and need this code urgently.