Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

how to fix the issue of incompatible types in assignment of 'std::string' {aka 'std::_ cxx11: basic_string '} to 'char [15]' Names comes from a const

how to fix the issue of incompatible types in assignment of 'std::string' {aka 'std::_ cxx11: basic_string'} to 'char [15]'
image text in transcribed
image text in transcribed
Names comes from a const int Names = 15;
I/ Creating a struct for employees and customers struct Employee f int EmpId; char EmpName [Names] ; if ( type = ' e) 1/ reading data from the file cin id: cin name: employees[empCount]. EmpId = id: 11 assitsns the id of the employee employees[empCount]. EmpName = name; 11 assigna the name to the employee empCountt+: 1/ counts the number of employees

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions