Как использовать массивы строк и/или символов в классах...
I am writing a very simple c++ program to print the name of the sender, recepient and time of an email message using classes. It shows the following errors. I am having difficulty using string and/or char arrays in classes. However, if I use single char, it does not show error. Please help...