Question
C++ programming assignment, answer the following questions 1. what are the pointer basics such assigning a pointer variable to an object and using the pointer
C++ programming assignment, answer the following questions
1. what are the pointer basics such assigning a pointer variable to an object and using the pointer to manipulate the object?
2. what are the main operations of the string class and how to use a string object as if it were an array of characters?
3. How to use strings in functions (as arguments and return values)?
4. How to create and use arrays of objects?
5. What a vector object is used for and the main operations of the vector class. Be comfortable with vectors of objects, passing a vector as an argument to a function (by value or by reference), returning a vector from a function?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started