C++ project

Oct 18, 2011 at 4:32am
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.
Oct 18, 2011 at 6:33am
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.
Oct 19, 2011 at 6:38am
Can you show me couple lines of that?
Topic archived. No new replies allowed.