Create a vector class called vectordouble

Assignment Help C/C++ Programming
Reference no: EM13937726

Your class VectorDouble will have a private member variable for a dynamic array of doubles. It will also have two member variables of type int; one called maxCount for the size of the dynamic array of doubles, and one called count for the number of array positions currently holding values. (maxCount is the same as the capacity of a vector; count is the same as the size of a vector.)

If you attempt to add an element (a value of type double) to the vector object of the class VectorDouble and there is no more room, then a new dynamic array with twice the capacity of the old dynamic array is created and the values of the old dynamic array are copied to the new dynamic array.

Your class should have all of the following:

- Two constructors: a default constructor that creates a dynamic array for 50 elements and a constructor with one int argument for the number of elements in the initial dynamic array.

- A destructor.

- Member functions push_back, capacity, size, reserve, and resize that behave the same as the member functions of the same names for vectors.

- Two member functions to give your class the same utility as the square brackets: value_at(i), which returns the value of the ith element in the dynamic array; and change_value_at(d,i), which changes the double value at the ith element of the dynamic array to d. Enforce suitable restrictions on the arguments to value_at and change_value_at.

Reference no: EM13937726

Questions Cloud

What do the words mean in the context of dismissing a class : What do the words mean in the context of dismissing a class? Look at the words in their biblical context (Genesis 31:49 --- include the context of the chapter and broader context of the Jacob and Laban story).
Major side effect of stimulant medication treatment : A major side effect of stimulant medication (e.g., Ritalin) treatment for ADHD is _______
Explain why the ending inventory balance : Explain why the ending inventory balance (assuming it is not zero) computed under full costing will always be greater than the ending inventory balance computed under variable costing.
Describe how the project aligns with the organization : Goal of Case Study One is to apply project management skills acquired in the first three modules to a real-world project or situation - Dallion was not given a project charter so he begins the project by creating a charter for approval by management..
Create a vector class called vectordouble : Two constructors: a default constructor that creates a dynamic array for 50 elements and a constructor with one int argument for the number of elements in the initial dynamic array.
Attractiveness of the dairy processing industry : Evaluate the attractiveness of the dairy processing industry in both Hong Kong and mainland China by conducting a systematic analysis of the competitive forces. Specify the key changes that have occurred in this industry since the 2008 melamine-in..
What does the analysis tell you about overall profitabity : What does this analysis tell you about the overall profitability of Accent Company over the 5-year period? What does this analysis tell you about what has happened to Accent's amount of debt over the past 5 years?
Counting and boolean algebra : Counting and Boolean Algebra 1. Given that there are 100 elements in A1, 1000 in A2, and 10, 000 in A3, find the number of elements in A1 ∪ A2 ∪ A3 in each of the cases below.
Which method of computing net income will result : Which method of computing net income will result in the higher net income? Why?

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Review a phonebook program

Add a command ‘d' for delete to delete an entry corresponding to a name typed by the user. Add a command "u" to allow a user to update (edit) one or more of the fields in the phonebook

  Calculate the effective access time

Calculate the Effective Access time if page fault rate is 5% and 60% of time the page has to be replaced.

  How to use classes with private and public variables in c++.

I am trying to learn about how to use classes with private and public variables in c++. I've got a conversion program that I would like to use as a prop.

  Creating virtual computer using c programming language

I need help with creating virtual computer using c programming language, the program should exactly work like a real computer

  Create example c++ code based on working logical flow chart

Use the generate dropdown to create example C++ code based on your working logical flow chart. Also attached the code in a Microsoft Word file or a text file

  Implementation of a priority queue

i) Describe in detail (using pseudocode) the implementation of a priority queue based on a sorted array. Show that your implementation achieves O(1) for operations min and removeMin, and O(n) for insertions.

  Design and implement a library system that does the

design and implement a library system that does the following ? takes details of a studentlibrary users first name last

  Setup a class to store a book

Setup a class to store a book. The data is to include title, author, year of publication, dewey number and age.

  Aimthis assignment is designed to apply your knowledge on

aimthis assignment is designed to apply your knowledge on microcontroller to build a traffic light system. you are

  Write another main function create three bank accounts

Write another main function - in this function create three bank accounts, then prompt the user to enter a bank account number, if the account number matches one on the three accounts then display the following menu otherwise allow the user to ent..

  Reading of coefficients

Reading of coefficients a, b, c shall be done by a function named readCoeffs(). They shall be entered as double's from the keyboard by an operator, after prompt, as follows.

  Longest increasing subsequence problem

Write a computer program to solve the Longest Increasing Subsequence problem.Your program should read input from a text file (one value per line

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd