Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 80 / 1624
C++ Students Data Program ---------------------- Create a program to store infor
C++ Students Data Program ---------------------- Create a program to store information about students and then print it to the screen. Requirements: 1) The user will decide for ho…
C++ Students Data Program ---------------------- Create a program to store infor
C++ Students Data Program ---------------------- Create a program to store information about students and then print it to the screen. Requirements: 1) The user will decide for ho…
C++ Sudoku solver. Setting values to multi dimensional arrays. In my .h file I h
C++ Sudoku solver. Setting values to multi dimensional arrays. In my .h file I have a function called mySudoku(int anArray[][Size]); I have an alternate constructor in Sudoku.cpp …
C++ Suggested point values are marked in parentheses. In all questions that invo
C++ Suggested point values are marked in parentheses. In all questions that involve writing methods, be sure to think of whether method arguments and return values should be refer…
C++ Suggested point values are marked in parentheses. In all questions that invo
C++ Suggested point values are marked in parentheses. In all questions that involve writing methods, be sure to think of whether method arguments and return values should be refer…
C++ Summary Three employees in a company are up for a special pay increase. You
C++ Summary Three employees in a company are up for a special pay increase. You are given a file, say Ch3_Ex5Data.txt, with the following data: Each input line consists of an empl…
C++ Summary To make telephone numbers easier to remember, some companies use let
C++ Summary To make telephone numbers easier to remember, some companies use letters to show their telephone number. For example, using letters, the telephone number 438-5626 can …
C++ Suppose a local farm has hired you to write a program for them that keeps tr
C++ Suppose a local farm has hired you to write a program for them that keeps track of all sensory information. This farm has installed sensors that monitor the farm and has robot…
C++ Suppose arr is an array of ints initialized to contain [ 6, 4, 2, 1, 3, 5, 7
C++ Suppose arr is an array of ints initialized to contain [ 6, 4, 2, 1, 3, 5, 7, 8 ] What are the contents of arr after the following code executes? Explain/show your work. What …
C++ Suppose that I have a hash table data[CAPACITY]. The hash table uses open ad
C++ Suppose that I have a hash table data[CAPACITY]. The hash table uses open addressing with linear probing. The table size is a global constant called CAPACITY. Locations of the…
C++ Suppose there is a game with two options: A and B. Each of these options add
C++ Suppose there is a game with two options: A and B. Each of these options adds a different amount o points from a range of numbers. You start with 0 points and your goal is to …
C++ TEXT-BASED ADVENTURE GAME: 1 The Lab The source code for the “game” we devel
C++ TEXT-BASED ADVENTURE GAME: 1 The Lab The source code for the “game” we developed in class is included with this lab. In this lab you will add items and doors, make some simple…
C++ TIC TOC game using a multidimensional array. It should allow two humans to p
C++ TIC TOC game using a multidimensional array. It should allow two humans to play together. Your game must prevent illegal moves and have an option to erase the board to allow f…
C++ TO MIPS TRANSLATION Mstrdup.s This file must be transferred for Part Two Thi
C++ TO MIPS TRANSLATION Mstrdup.s This file must be transferred for Part Two This program is very important to practice the procedure calling convention. This program will simply …
C++ Take a user specified input file the file will contain a list of 10 people a
C++ Take a user specified input file the file will contain a list of 10 people and their heights the file is formated as: Last name First Name Height etc for all 10 people in the …
C++ Task You will design a set of classes for storing student information, along
C++ Task You will design a set of classes for storing student information, along with a class that will manage a list of students. Data can be imported from files for storage in t…
C++ Task: Write a C++ program to process student scores using functions, array o
C++ Task: Write a C++ program to process student scores using functions, array of structures, pass-by-Reference, const keyword, and random number generator. Each array element is …
C++ Task: You are to write a class called Sphere, using filenames Sphere.h and S
C++ Task: You are to write a class called Sphere, using filenames Sphere.h and Sphere.cpp. This class will allow creation and handling of Sphere objects. The Sphere class is descr…
C++ Tasks Write a function that takes a string as an argument and returns a bool
C++ Tasks Write a function that takes a string as an argument and returns a boolean. The function should return true if the string is a palindrome and return false if the string i…
C++ Tasks: Create a SavingsAccount class. 1.Define a static data member annualIn
C++ Tasks: Create a SavingsAccount class. 1.Define a static data member annualInterestRate (type double value such as 0.03, i.e. three percent) for all the savings accounts. 2.Eac…
C++ Tasks: Develop a polymorphism banking program using the Account hierarchy de
C++ Tasks: Develop a polymorphism banking program using the Account hierarchy defined in Programming Assignment 4. This assignment uses the Account, SavingsAccount and CheckingAcc…
C++ Template class sort from txt data Create a text file called classes.txt . Th
C++ Template class sort from txt data Create a text file called classes.txt. This text file lists, by course number and section number. 10 The contents of the file could state: 80…
C++ Templates and Exceptions Here is the definition for a CheckedArray class and
C++ Templates and Exceptions Here is the definition for a CheckedArray class and the implementation of one of its constructors and the length function: template<class T> cla…
C++ Thank you!! Complete problem 23 on page 1099 ( http://www.chegg.com/homework
C++ Thank you!! Complete problem 23 on page 1099 (http://www.chegg.com/homework-help/write-program-keep-track-hardware-store-inventory-store-sell-chapter-16-problem-23pe-solution-…
C++ The Caesar cipher is one of the earliest known and simplest ciphers . It is
C++ The Caesar cipher is one of the earliest known and simplest ciphers. It is a type of substitution cipher in which each letter in the plaintext is 'shifted' a certain number of…
C++ The No Interest Credit Company provides zero-interest loans to customers. (I
C++ The No Interest Credit Company provides zero-interest loans to customers. (It makes a profit by selling advertising space in its monthly statements and selling its customer li…
C++ The Tree class can represent various kinds of trees, including a null tree,
C++ The Tree class can represent various kinds of trees, including a null tree, i.e., a location in the forest that does not have a tree. The Tree class will have the following Pr…
C++ The class dateType defined in the previous project prints the date in numeri
C++ The class dateType defined in the previous project prints the date in numerical form. Some applications might require the date to be printed in another form, such as March 24,…
C++ The cost to become a member of a fitness center is as follows: The senior ci
C++ The cost to become a member of a fitness center is as follows: The senior citizens discount is 30% If the membership is bought and paid for 12 or more months, the discount is …
C++ The data members for struct CreditCard are given below. Write its default an
C++ The data members for struct CreditCard are given below. Write its default and explicit constructors. Assume that all necessary includes have been done. A]. Default constructor…
C++ The file below contains first and last names and the radii of circles. You\'
C++ The file below contains first and last names and the radii of circles. You'll need to cut and paste the data into a text file. Write a program to read the file and store the f…
C++ The following program should: -Make Employee and Department editable. That m
C++ The following program should: -Make Employee and Department editable. That means, the user should be able to edit a given Employee and Department. -Do not allow the user to ed…
C++ The following questions refer to the skeletal C++ program shown below. (a) A
C++ The following questions refer to the skeletal C++ program shown below. (a) Assume that static scoping is used. List all variables, along with the functions in which they are d…
C++ The function should take as input an array of characters, a character, a sec
C++ The function should take as input an array of characters, a character, a second character, and an int. It should return nothing. The 4th parameter is the length of the input a…
C++ The goal of this assignment is to implement a new search function that retur
C++ The goal of this assignment is to implement a new search function that returns a pointer to the correct node if the search term matches the data in the node, otherwise returns…
C++ The great distance is the distance between two points on the surface of a sp
C++ The great distance is the distance between two points on the surface of a sphere. Although the earth is not a perfect sphere, it can be treated as a sphere with an average rad…
C++ The history teacher at your school needs help in grading a True/False test.
C++ The history teacher at your school needs help in grading a True/False test. The students’ IDs and test answers are stored in a file. The first entry in the file contains answe…
C++ The input should read in integer values for the hours, read in the colon cha
C++ The input should read in integer values for the hours, read in the colon character and discard it, and eger values for the minutes. Three user defined functions should be used…
C++ The intersection of two bags is a new bag containing the entries that occur
C++ The intersection of two bags is a new bag containing the entries that occur in both of the original two bags. Design and specify a method intersection for the ADT bag that ret…
C++ The kinetic energy of a moving object is found using the following equation:
C++ The kinetic energy of a moving object is found using the following equation: K=(1/2)(MV2) Where: K is the kinetic energy in kgm/s M is the mass in kilograms …
C++ The local precious metal retailer needs a program to calculate the amount th
C++ The local precious metal retailer needs a program to calculate the amount that a sales person will get paid per order for selling precious metal for them. The company has only…
C++ The name of the file must be college.cpp CPP State College has a student fil
C++ The name of the file must be college.cpp CPP State College has a student file with the following data: (students.dat) - Social Security No. - Student Name - Class Code - Schoo…
C++ The name of the file must be convertermain.cpp As a software programmer in a
C++ The name of the file must be convertermain.cpp As a software programmer in a financial institution, you have been asked to develop a program that converts dollar amounts betwe…
C++ The object alist is a list object. Identify the sequence of operations
C++ The object alist is a list<int> object. Identify the sequence of operations that would store the following elements in the object alist: 8 6 2 5 7 alist.push…
C++ The only library functions you are allowed to use are: emath, climits, cstdl
C++ The only library functions you are allowed to use are: emath, climits, cstdlib: all String: empty, length, conatenation, indexing/at, relational operators iostream: , getline …
C++ The output of your program should like the below in red. Write a C++ program
C++ The output of your program should like the below in red. Write a C++ program Palindrome.cpp that reads: a- a line of text in lowercase, b- placing each letter onto both a stac…
C++ The profit from the sale of a stock can be calculated as follows: Profit =((
C++ The profit from the sale of a stock can be calculated as follows: Profit =((NSXSP)-SC ) . (( NS X PP ) + PC ) where NS is the number of shares, SP is the sale price per share,…
C++ The purpose of this assignment is to replace the static array by dynamic arr
C++ The purpose of this assignment is to replace the static array by dynamic array. You are required to modify the String class accordingly: Data: we wish to allow our String clas…
C++ The purpose of this lab is to develop the habit of understanding the situati
C++ The purpose of this lab is to develop the habit of understanding the situation before you write code. You will do the analysis for a program, then develop a class hierarchy to…
C++ The purpose of this programming assignment is to illustrate the concept of p
C++ The purpose of this programming assignment is to illustrate the concept of polymorphism by creating de rived classes that define their own operations in virtual functions. A b…