I actually had a similar idea for MED, in that you should be able to select a part of a mesh, cut/copy it, and paste it in another file (or a brand new one for that matter).
Code:
void main()
{
cout << "I am MrCode,";
cout << "hear me roar!";
system("PAUSE");
}