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

  Create program that uses functions and reference parameters

Create program that uses functions and reference parameters, and asks user for the outside temperature.

  Write a program using vectors and iterators

Write a program using vectors and iterators that allows a user to maintain a personal list of DVD titles

  Write the code required to analyse and display the data

Calculate and store the average for each row and column. Determine and store the values for the Average Map.

  Write a webservices application

Write a webservices application that does a simple four function calculator

  Iimplement a client-server of the game

Iimplement a client-server version of the rock-paper-scissors-lizard-Spock game.

  Model-view-controller

Explain Model-View-Controller paradigm

  Design a nested program

How many levels of nesting are there in this design?

  Convert celsius temperatures to fahrenheit temperatures

Write a C++ program that converts Celsius Temperatures to Fahrenheit Temperatures.

  Evaluate and output the value in the given base

Write C program that will input two values from the user that are a Value and a Base with which you will evaluate and output the Value in the given Base.

  Design a base class shape with virtual functions

Design a base class shape with virtual functions

  Implementation of classes

Implementation of classes Chart and BarChart. Class barChart chould display a simple textual representation of the data

  Technical paper: memory management

Technical Paper: Memory Management, The intent of this paper is to provide you with an in depth knowledge of how memory is used in executing, your programs and its critical support for applications.

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