main must never be void, it must always return int.

iostream and string should be included using <>, not "" because they are not your own header files.

Your BubbleSort is still wrong, you have a buffer overrun in it.

You're still missing that all-important copy constructor.