Decipher code

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.
I believe this program calls for the std::string class! Have a little tutorial:
http://www.cprogramming.com/tutorial/string.html

Good luck, and let us know if you have any other questions!

-Albatross
Topic archived. No new replies allowed.