Hi, I need some help on making a function that is deciphering multiple strings from a .txt file. The function is supposed to remove all instances of the first three characters from the string. An example would be from l.pjkjsdfl.p[)sdfslkl.p ------> jkjsdf[)sdfslk
Basically it removes "l.p" from wherever it is in the string.
I am new to C++ and I don't know where to start from. I would appreciate it if you can help me.