You're not setting m_name in the CEmployee constructor.
Also, if name can have a space in it (first and last name) you'll want to use getline in main to read it.