Question: ++ i am having a problem with my programming project in c it keeps giving me invalid conversion from 'const char*' to 'char' error i

++ i am having a problem with my programming project in c

it keeps giving me invalid conversion from 'const char*' to 'char' error

i could not understan most of slotuions online so plase make it clear and simple

what should i change and how can i do it

 ++ i am having a problem with my programming project in

CiUsersiDiOYDocumentsiproject22..pp - Dev-C++ 5,11 File Edit Search View Project Execute Tools AStyle Window Help Project Classes Debug project22.cpp Untitled144444.cpp \#include Aincludecfstreams "include(cstdilib> Hincluderstring> using namespace std; class CommunityMemberf private: unsigned long int ID; char FirstName[35], char LastName[35]; unsigned long int CellPhone; pub1ic: CommunityNember OX ID=83 FirstName =nn; LastName CellPhone 8; CommunityMember (unsigned long int id, const string fn, const string B1n, const string saddr, unsigned long int cp ) ID = id; FirstName =fn; LastName =1n; Address = addr Address = addr; CellPhone =cp; void setID (unsigned long int id) \{ ID=1d; \} unsigned long int getID () const \{ return ID; void setFirstName(const strig 8fn){ int length-fn.size(); length-(1ength

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!