(C++)
Do not #include <vector>
You are going to create a vector of strings.
a. Define a class, making good us of protected: and public:,
that implements a vector of strings. Give your class a
constructor.
b. Give your class a method for adding a new string to the end
of the vector.
c. Give your class a method for adding a new string to the
beginning of the vector.
(C++) Do not #include You are going to create a vector of strings. a. Define a class, making good us of protect
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
(C++) Do not #include You are going to create a vector of strings. a. Define a class, making good us of protect
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!