C++ project

Our group has to write a program that has Move,Delete,Copy,Insert, etc. It is like word processor but more sample than the real word processor. So I need some help how to write Move in the program. Please help.
There are two parts to move, first is to cut out the data you want to move, storing it in a place until you paste it, placing it in the proper location. You have to determine how you want the program to recognize these steps and work on them piece by piece.
Can you show me couple lines of that?
Topic archived. No new replies allowed.