Skip to content

Conversation

@Ankitverma3507
Copy link

This project include knowledge of OOPS and constructor and destructor. It also includes file handling concept.

This project include knowledge of OOPS and constructor and destructor
Comment on lines +75 to +78
cout<<"Enter First Name: ";
cin>>fname;
cout<<"Enter Last Name: ";
cin>>lname;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about if you use
Cout << "Full name: ";
getline(cin, fullname);
Instead of using directly cin function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants