Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse C

Alphabetical listing with fast deep pagination.
81169 items • Page 42 / 1624

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
C++ 2DArrays binary relations The program you write for this lab will read in th
C++ 2DArrays binary relations The program you write for this lab will read in the number of nodes and a binary relation representing a graph. The program will create an adjacency …
C++ 3 CheckingAccount class Change to a template class. Add accountNumber to the
C++ 3 CheckingAccount class Change to a template class. Add accountNumber to the constructor. No other modifications. // // checkingaccount.cpp // Homework 3 // // Created by ines…
C++ 3) Write a structure definition named Person that will allow the structure t
C++ 3) Write a structure definition named Person that will allow the structure to hold a last name of 30 characters, a first name of 20 characters, the person's date of birth (mon…
C++ 3. Write a computer program that prompts the user for two numbers, n for the
C++ 3. Write a computer program that prompts the user for two numbers, n for the number of items in the array to sort, and num_ifor a number of iterations. Then do the following: …
C++ 30 Questions. Please do NOT bother to answer if you cannot answer all 30 que
C++ 30 Questions. Please do NOT bother to answer if you cannot answer all 30 questions!! Thanks!! 1. The >> operator can be used to write a line to a file. 2. An array is a …
C++ 34 Questions. Please Help. Thank you very much! 1. Consider the following fu
C++  34 Questions. Please Help. Thank you very much! 1. Consider the following function called duplicate and the main function that calls it. What are the values for x, y and z th…
C++ 34 Questions. Please Help. Thanks heaps! 1. Consider the following function
C++ 34 Questions. Please Help. Thanks heaps! 1. Consider the following function called duplicate and the main function that calls it. What are the values for x, y and z that are d…
C++ 34 Questions. Please Help. Thanks heaps! 1. Consider the following function
C++ 34 Questions. Please Help. Thanks heaps! 1. Consider the following function called duplicate and the main function that calls it. What are the values for x, y and z that are d…
C++ 4. Write a client function that merges two instances of the Sorted List ADT
C++ 4. Write a client function that merges two instances of the Sorted List ADT using the following specification; Write the function definition, using a linked implementation. Me…
C++ 4. Write a function named calculate ( ) that has two integer numbers paramet
C++ 4. Write a function named calculate ( ) that has two integer numbers parameter named x and y and char parameter named operator. The passed char represents a type of mathematic…
C++ 46. 11. Following problems are forthe Binaru Tree data structure with templa
C++ 46. 11. Following problems are forthe Binaru Tree data structure with template. Read the problem carefully and answer them. Following codes are parts of binaryTree for deletin…
C++ 5 T/F questions need help! Syed needs help with C++ Programming as soon as p
C++ 5 T/F questions need help! Syed needs help with C++ Programming as soon as possible. Syed wrote: Can you help me solve these few T/F questions? 96. The following function call…
C++ 5. File Filter A file filter reads an input file, transforms it in some way,
C++ 5. File Filter A file filter reads an input file, transforms it in some way, and writes the results to an output file. Write an abstract file filter class that defines a pure …
C++ 5. File Filter A file filter reads an input file, transforms it in some way,
C++ 5. File Filter A file filter reads an input file, transforms it in some way, and writes the results to an output file. Write an abstract file filter class that defines a pure …
C++ 5. Write a function, named timesTen, that accepts an integer argument. When
C++ 5. Write a function, named timesTen, that accepts an integer argument. When the function is called, it should display the product of its argument multiplied times 10. 6. A pro…
C++ 6.23: isPrime Function Use the isPrime function that you wrote in Programmin
C++ 6.23: isPrime Function Use the isPrime function that you wrote in Programming Challenge 21 in a program that reads in an integer that is less than 3001 stores a list of all th…
C++ 7) Write a function Named Divisors with four integer arguments. The function
C++ 7) Write a function Named Divisors with four integer arguments. The function will return an integer based on the following conditions: If the first argument is a multiple of t…
C++ 7th edition chapter 16. Please use Linked Lists and there should be three fi
C++ 7th edition chapter 16. Please use Linked Lists and there should be three files. The output should ask only 3 numbers. You will design an online contact list to keep track of …
C++ 8. Mode Function In statistics, the mode of a set of values is the value tha
C++ 8. Mode Function In statistics, the mode of a set of values is the value that occurs most often or with the greatest frequency. Write a function that accepts as arguments the …
C++ 8. Write a program to implement Fleury’s algorithm as described in this chap
C++ 8. Write a program to implement Fleury’s algorithm as described in this chapter Page 721 http://btechcsrc.weebly.com/uploads/2/5/4/7/25473675/data_structures_using_c_dsmalik.p…
C++ : Binary Trees 1. Write the definition of the function, nodeCount , that ret
C++ : Binary Trees 1. Write the definition of the function, nodeCount, that returns the number of nodes in the binary tree. Add this function to the class binaryTreeType and creat…
C++ : COMPUTER SCIENCE Q. 4 Maximum score 20 You receive the following binary me
C++ : COMPUTER SCIENCE Q. 4 Maximum score 20 You receive the following binary message: 1011001. The message includes three check bits. (a) Which bit was erroneously received? (b) …
C++ : Class Implementation. For the code provided, change the structure into a c
C++ : Class Implementation. For the code provided, change the structure into a class, make the member variables private, and implement functions to manage those private variables …
C++ : Design a class named LinearEquation for a 2 X 2 system of linear equations
C++: Design a class named LinearEquation for a 2 X 2 system of linear equations: ax + by = e cx + dy = f x = (ed - bf)/(ad-bc) y = (af - ec)/(ad-bc) The class contains: - Private …
C++ : Design a class named LinearEquation for a 2 X 2 system of linear equations
C++: Design a class named LinearEquation for a 2 X 2 system of linear equations: ax + by = e cx + dy = f x = (ed - bf)/(ad-bc) y = (af - ec)/(ad-bc) The class contains: - Private …
C++ : Design a class named LinearEquation for a 2 X 2 system of linear equations
C++: Design a class named LinearEquation for a 2 X 2 system of linear equations: ax + by = e cx + dy = f x = (ed - bf)/(ad-bc) y = (af - ec)/(ad-bc) The class contains: - Separate…
C++ : Hi, I have been given a ton of program to build which composed two classes
C++ : Hi, I have been given a ton of program to build which composed two classes( linkedList.h and unorderedLinkedList.h) and their implementation codes. My task was to add the op…
C++ : I need help with this assignment on LINKED LIST. The list should be create
C++ : I need help with this assignment on LINKED LIST. The list should be created using a struct in C++ You will des gn an antire contods lidt bo leap trock a romes ond plor a, De…
C++ : Implement two hash table classes, Hash_table1 and Hash_table2, which use o
C++ : Implement two hash table classes, Hash_table1 and Hash_table2, which use open addressing for collision resolution. The two hash table classes are very similar. The requireme…
C++ : Modify the following C++ code to use Stack to program a simple calculator
C++ : Modify the following C++ code to use Stack to program a simple calculator Note: This question is updated with more info on how to do In this project, we will use Stack to pr…
C++ : Need help with TODOs bolded part: #include \"Point3D.h\" #include #include
C++ : Need help with TODOs bolded part: #include "Point3D.h" #include #include template Point3D::Point3D() : Point2D(), z(0) { // we use constructor call z(0) in the initializatio…
C++ : Passing Arguments to Constructors: I need help! The pay of an hourly worke
C++ : Passing Arguments to Constructors: I need help! The pay of an hourly worker is calculated by multiplying the hours worked by the hourly rate—up to 40 hours; any hours worked…
C++ : Please include complete source code in answer This program will have names
C++ : Please include complete source code in answer This program will have names and addresses saved in a linked list. In addition, a birthday and anniversary date will be saved w…
C++ : Please include complete source code in answer This program will have names
C++ : Please include complete source code in answer This program will have names and addresses saved in a linked list. In addition, a birthday and anniversary date will be saved w…
C++ : Please include complete source code in answer This program will have names
C++ : Please include complete source code in answer This program will have names and addresses saved in a linked list. In addition, a birthday and anniversary date will be saved w…
C++ : Please provide a detailed pseudocode as a multi lined comment for the sour
C++ : Please provide a detailed pseudocode as a multi lined comment for the source code below. Also please include any commenting you would include next to the statements. #includ…
C++ : This software stores all the data in array . Each person has SSN and name
C++ : This software stores all the data in array. Each person has SSN and name information. This information is provided in separated files. This is the data of a sample file: i 5…
C++ : Using what you know about how to take inputs and make outputs to the conso
C++ : Using what you know about how to take inputs and make outputs to the console, create a check printing application. Your application will read in from the user an employee's …
C++ : Write a program that calculates the average of a group of test scores, whe
C++ : Write a program that calculates the average of a group of test scores, where the lowest score in the group is dropped. It must have the following functions: void getScore() …
C++ : Write a program that outputs inflation rates for two successive years and
C++ : Write a program that outputs inflation rates for two successive years and whether the inflation is increasing or decreasing. Ask the user to input the current price of an it…
C++ : Write a program that prints the day number of the year, given the date in
C++ : Write a program that prints the day number of the year, given the date in the form month-day-year. For example, if the input is 1-1-2006, the day number is 1; if the input i…
C++ :I have a program that shows memory information of files. The program compil
C++ :I have a program that shows memory information of files. The program compiles but does not execute due to a "cannot execute binary file: Exec format error". .How can I go abo…
C++ ============= Part 3 - Modify the following Program. Convert the following p
C++ ============= Part 3 - Modify the following Program. Convert the following program as per comments // program colors // -> Convert class into .h header file and .ccp implem…
C++ ?Please read the question carefully and match the output given at the end! W
C++ ?Please read the question carefully and match the output given at the end! Write a program that computes the summation between 1 and a given number. For example, if the user i…
C++ A bag can contain more than one copy of an item. This bag behavior is differ
C++ A bag can contain more than one copy of an item. This bag behavior is different from a set, which can contain only a single copy of any given item. Write (specify, design, and…
C++ A class BCheckString that is derived from the C++ Standard Library string cl
C++ A class BCheckString that is derived from the C++ Standard Library string class performs bounds checking and throws an exception. The BCheckString class will have two member f…
C++ A class BCheckString that is derived from the C++ Standard Library string cl
C++ A class BCheckString that is derived from the C++ Standard Library string class performs bounds checking and throws an exception. The BCheckString class will have two member f…
C++ A local goldsmith has asked you to create a program that can hold inventory
C++ A local goldsmith has asked you to create a program that can hold inventory information, hold the current value of two metails and produce sales data. Design a program using a…
C++ A person\'s initials is the first letter of their first name, followed by a
C++ A person's initials is the first letter of their first name, followed by a period, followed by the first letter of their last name, followed by a period. For example, the init…
C++ A person\'s initials is the first letter of their first name, followed by a
C++ A person's initials is the first letter of their first name, followed by a period, followed by the first letter of their last name, followed by a period. For example, the init…