Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

main.cpp: In function int main ( ) : main.cpp: 1 7 : 1 4 : error: request for member push _ back in idList ,

main.cpp: In function int main():
main.cpp:17:14: error: request for member push_back in idList, which is of non-class type int
17| idList.push_back(i);
|^~~~~~~~~
main.cpp:19:20: error: request for member push_back in employeeList, which is of non-class type int
19| employeeList.push_back(i);
|^~~~~~~~~

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Oracle Database 19c DBA By Examples Installation And Administration

Authors: Ravinder Gupta

1st Edition

B09FC7TQJ6, 979-8469226970

More Books

Students also viewed these Databases questions

Question

List the functions that are served by short-term memory.

Answered: 1 week ago