Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 57 / 1624
C++ I\'m trying to make a 4 digit random account number for my vector and I\'m g
C++ I'm trying to make a 4 digit random account number for my vector and I'm getting an error. 'a' redifinition basic types void makeAccount(vector<account>& bank) { …
C++ I\'m trying to make a diamond, but I can\'t get the code for the diamond rig
C++ I'm trying to make a diamond, but I can't get the code for the diamond right. What am I doing wrong? #include <iostream> using std::cin; using std::cout; using std::endl…
C++ Imagine that you are a student about to graduate. You realize that it would
C++ Imagine that you are a student about to graduate. You realize that it would be handy to have a tool to help you calculate your GPA and determine whether you are graduating wit…
C++ Imagine you are developing a software package that requires users to enter t
C++ Imagine you are developing a software package that requires users to enter their own passwords. Your software requires that users’ passwords meet the following criteria: a) Th…
C++ Implement a Stack ADT (abstract data type) as discussed in class; this invol
C++ Implement a Stack ADT (abstract data type) as discussed in class; this involves writing a stack.h header file. Then, write prog6.cpp which should include stack.h; what your pr…
C++ Implement a circular, doubly linked list with a hash table implementation. D
C++ Implement a circular, doubly linked list with a hash table implementation. Don’t use header and trailer nodes in the list, as those nodes were supplied only for easy removal o…
C++ Implement a class Account. An account has a balance, functions to add and wi
C++ Implement a class Account. An account has a balance, functions to add and withdraw money, and a function to query the current balance. Charge $20 penalty if an attempt is made…
C++ Implement a doubly linked list that can perform the following: insert (inser
C++ Implement a doubly linked list that can perform the following: insert (inserts elements), delete(deletes the elements), display (displays the elements) Based on doubly linked …
C++ Implement a line editor using linked lists. You must implement your own link
C++ Implement a line editor using linked lists. You must implement your own linked list. A document will be represented by a linked list. Each line in the document is a node in t…
C++ Implement a line editor using linked lists. You must implement your own link
C++ Implement a line editor using linked lists. You must implement your own linked list. A document will be represented by a linked list. Each line in the document is a node in t…
C++ Implement a menu based program with the following array-based queue function
C++ Implement a menu based program with the following array-based queue functions: ADD (an element to the end of queue) DELETE (an element from the front of queue) SHOW (all eleme…
C++ Implement a number class to represent integers in accordance with the follow
C++ Implement a number class to represent integers in accordance with the following UML class diagram. The number class represents integers. The integer value it represents is pas…
C++ Implement a program for evaluating infix expressions. The program should rea
C++ Implement a program for evaluating infix expressions. The program should read an infix expression from a text file, check if the parentheses in the input expression are balanc…
C++ Implement a template class Queue as defined by the following skeleton via th
C++ Implement a template class Queue as defined by the following skeleton via the reserved element method in a dynamic array: template<class ItemType> class Queue { p…
C++ Implement operators for “-“ and “-=” for the bag class. For two bags X and Y
C++ Implement operators for “-“ and “-=” for the bag class. For two bags X and Y, the X-Y contains all the items of X, with all items from Y removed. For example, suppose that X h…
C++ Implement the following Shape class. 1. TwoDimensionalShape class provide th
C++ Implement the following Shape class. 1. TwoDimensionalShape class provide the function getArea(), which calculate the area of 2 dimensional figure. 2. ThreeDimensionalShape cl…
C++ Implement the following code: More Info added: Database: Generally, a user s
C++ Implement the following code: More Info added: Database: Generally, a user should instantiate a single database object and work from there. The database object should include …
C++ Implement the following four functions to work with the Link class: f and l
C++ Implement the following four functions to work with the Link class: f and l are pointers to first and last links in the list void addFirst(int n, Link *&f, Link *&l); …
C++ Implement the following two functions: -Invoke the function by passing the p
C++ Implement the following two functions: -Invoke the function by passing the pointer of a string array, and return the size of the string array: int count_char(constchar *) -Inv…
C++ Implement the queue class as shown below. (don\'t use STL verison please) Us
C++ Implement the queue class as shown below. (don't use STL verison please) Use it to store 5 students waiting outside Student Services to meet with advisors. Add data to each no…
C++ Implement this algorithm as shown here exJ rray the the ing ys lay the the 1
C++ Implement this algorithm as shown here exJ rray the the ing ys lay the the 10 A radix sort is a technique for sorting unsigned integers (or other data that has individual char…
C++ Implementation of the moveDown function. There is a spot below to input the
C++ Implementation of the moveDown function. There is a spot below to input the code, thank you! ----------------------------------------------------------------------------------…
C++ In a population, the birth rate and death rate are calculated as follows: Bi
C++ In a population, the birth rate and death rate are calculated as follows: Birth Rate = Number of Births ÷ Population Death Rate = Number of Deaths ÷ Population For example, in…
C++ In a population, the birth rate and death rate are calculated as follows: Bi
C++ In a population, the birth rate and death rate are calculated as follows: Birth Rate = Number of Births ÷ Population Death Rate = Number of Deaths ÷ Population For example, in…
C++ In class, we went over node insertion in detail. Consider a linked list wher
C++ In class, we went over node insertion in detail. Consider a linked list where each node is of the type struct Node, as defined on display 13.7 on page 754. Complete the defini…
C++ In code, every { must have a corresponding } Similarly, every [ must have a
C++ In code, every { must have a corresponding } Similarly, every [ must have a corresponding ] and every ( must have a corresponding ) Furthermore, the symbols must be “appropria…
C++ In code, every { must have a corresponding } Similarly, every [ must have a
C++ In code, every { must have a corresponding } Similarly, every [ must have a corresponding ] and every ( must have a corresponding ) Furthermore, the symbols must be “appropria…
C++ In general, your program should ask the user for five different test scores,
C++ In general, your program should ask the user for five different test scores, determine which one is the lowest, and calculate and display the average of the remaining four hig…
C++ In general, your program should ask the user for five different test scores,
C++ In general, your program should ask the user for five different test scores, determine which one is the lowest, and calculate and display the average of the remaining four hig…
C++ In the following program use Random Access Files to store the data in Binary
C++ In the following program use Random Access Files to store the data in Binary Form. This means, you should not use an Arrays to store the data in the memory. Instead, when the …
C++ In the sport of diving, seven judges award a score between 0 -10. Each score
C++ In the sport of diving, seven judges award a score between 0 -10. Each score may be a double value. The scores are added together, with the highest and lowest scores are throw…
C++ In this assignment, you create a singly linked list consisting of two classe
C++ In this assignment, you create a singly linked list consisting of two classes: List and ListNode. List will manage a collection of ListNodes that hold integer values. You will…
C++ In this exercise, you will create a program that displays a table consisting
C++ In this exercise, you will create a program that displays a table consisting of four rows and three columns. The first column should contain the numbers 10 through 13. The sec…
C++ In this lab you are going to explore visualizing a grid-based Wumpus World u
C++ In this lab you are going to explore visualizing a grid-based Wumpus World using ASCII art. We will build this program incrementally. You need to take as input from the user t…
C++ In this problem you will implement integer matrix addition. This will requir
C++ In this problem you will implement integer matrix addition. This will require you to dynamically allocate space for a 2 dimensional array. An example of matrix addition is: 12…
C++ In this problem, we will read cars from a file, rather than typing them in f
C++ In this problem, we will read cars from a file, rather than typing them in from the keyboard. Do the steps in order to build the solution to this problem. 1. Copy and clean up…
C++ In this program, I had to read in a text file from a judging competition whe
C++ In this program, I had to read in a text file from a judging competition where there were 10 players with 6 scores each. The highest and lowest score for each player was throw…
C++ In this project you are going to implement a Bag class to function as a word
C++ In this project you are going to implement a Bag class to function as a word search engine program. The program allows users to find words among a given set of text files. The…
C++ In this project you are going to implement a Bag class to function as a word
C++ In this project you are going to implement a Bag class to function as a word search engine program. The program allows users to find words among a given set of text files. The…
C++ Include Comments Write a program that reads students names followed by their
C++ Include Comments Write a program that reads students names followed by their test scores. The program should output each student's name followed by die test scores and the rel…
C++ Include comments Write a program to convert the time from 24-hour notation t
C++ Include comments Write a program to convert the time from 24-hour notation to 12-hour notation and vice versa. Your program must be menu driven, giving the user the choice of …
C++ Include comments with program Thank you! SAMPLE OUTPUT (example of how the o
C++ Include comments with program Thank you! SAMPLE OUTPUT (example of how the output should be) in a process of creating a weekly lottery. Once a week, five distinct random integ…
C++ Increment and Decrement keep returning the same numbers. I can\'t locate my
C++ Increment and Decrement keep returning the same numbers. I can't locate my error. Design a class called NumDays. The class’s purpose is to store a value that will convert the …
C++ Infix to Postfix and Evaluating postfix. Write a C++ program that will take
C++ Infix to Postfix and Evaluating postfix. Write a C++ program that will take any input Infix computation consisting of (, ), +, -, *, / and positive numeric operands and conver…
C++ Inheritance / Bank Account MAIN.CPP ACCOUNT.CPP ACCOUNT.H CERTIFICATE_OF_DEP
C++ Inheritance / Bank Account MAIN.CPP ACCOUNT.CPP ACCOUNT.H CERTIFICATE_OF_DEPOSIT.CPP CERTIFICATE_OF_DEPOSIT.H CHECKING_ACCOUNT.CPP CHECKING_ACCOUNT.H SAVINGS_ACCOUNT.CPP SAVIN…
C++ Inheritance Assignment Suppose you are creating a fantasy role-playing game.
C++ Inheritance Assignment Suppose you are creating a fantasy role-playing game. In this game we have four different types of Creatures: Humans, Cyberdemons, Balrogs, and elves. T…
C++ Inheritance Create a new class that inherits from another class Override a m
C++ Inheritance Create a new class that inherits from another class Override a method Exercise static binding create the following :: Write an Account (base) class and CheckingAcc…
C++ Inheritance Hierarchy! Package-delivery services, such as FedEx\", DHL\" and
C++ Inheritance Hierarchy! Package-delivery services, such as FedEx", DHL" and UPS, offer a number of different shipping options, each with specific costs associated. Create an in…
C++ Inheritance Problem Step a: Suppose you are creating a fantasy role-playing
C++ Inheritance Problem Step a: Suppose you are creating a fantasy role-playing game. In this game we have four different types of Creatures: Humans, Cyberdemons, Balrogs, and elv…
C++ Inheritance. Any help with this would be greatly appreciated :) Write a clas
C++ Inheritance. Any help with this would be greatly appreciated :) Write a class named ProductionWorker that is derived from the Employee class. The ProductionWorker class should…