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

  Convert the following infix expressions to postfix

Convert the following infix expressions to postfix

  Create an array of objects from the provided code

Create an array of objects from the provided code and run a for loop to assign strings and numbers. In this assignment, I will need to see the main function. Make sure there is a default constructor.

  Write program in c to calculate diameter-compression load

Write a program in C to calculate diameter in centimeters of steel rod, an aluminum rod, and a copper rod, which can withstand a particular compression load.

  Design a simple game of blackjack

Prepare a simple game of blackjack using object oriented programming.

  Compute the area of a circle

Develop the program that will convert the temperature from degree Celsius to degree Fahrenheit. User input the temperature in Fahrenheit. The relation is 1)  Develop the program that will convert the temperature from degree Celsius to degree Fahrenhe..

  Consider implementing subnetting to support three department

Consider implementing subnetting to support three departments within an organization. The three departments P, Q and R need support for 30, 40 and 60 hosts.

  Show that regularity is preserved under the shift operation

Show that the regularity is preserved under the shift operation - I have the answer already but i do not understand

  Objectivein this assignment you read a list of employees

objectivein this assignment you read a list of employees from a csv file and convert them into corresponding objects.

  Make an explicit statement of the invariant of the set class

Prepare a new container class called ser, which is similar to a bag, except that a set can contain only one copy of any given item, you'll need to change the interface a bit.

  Write a class coord that includes degrees and minutes

The main () program must allow the user to enter the coordinates one-by-one, create the Coord object, and apply its toString() method for displaying. You can use hex character constant 'xB0' for printing the degree symbol (°).

  How a base version of this assignment works

For this assignment you are to create an interactive moving sign in the context of a cityscape street scene. Click the link below to see how a base version of this assignment works. Type a message in the long blank slot at the top left, and then clic..

  The above array is a declaration of an array of type integer

The above array is a declaration of an array of type integer. The name of the array is studentMark, and the array is of size 10. Arrays in C can be initialized by using a single statement that declares the array or by breaking it into two statements...

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