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 79 / 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++ SORTING Use the below Text File and write code that sorts it based on the us
C++ SORTING Use the below Text File and write code that sorts it based on the users sort method selection. For each sorting method please provide a separate .cpp file. Each sortin…
C++ SORTING – BUBBLE SORT METHOD Use the below Text File and write code that sor
C++ SORTING – BUBBLE SORT METHOD Use the below Text File and write code that sorts it based on the users sort method selection. Please provide a separate .cpp file wit hthe code c…
C++ SORTING – HEAP SORT METHOD Use the below Text File and write code that sorts
C++ SORTING – HEAP SORT METHOD Use the below Text File and write code that sorts it based on the users sort method selection. Please provide a separate .cpp file wit hthe code con…
C++ SORTING – INSERTION SORT METHOD Use the below Text File and write code that
C++ SORTING – INSERTION SORT METHOD Use the below Text File and write code that sorts it based on the users sort method selection. Please provide a separate .cpp file wit hthe cod…
C++ SORTING – QUICK SORT METHOD Use the below Text File and write code that sort
C++ SORTING – QUICK SORT METHOD Use the below Text File and write code that sorts it based on the users sort method selection. Please provide a separate .cpp file wit hthe code co…
C++ SORTING – SELECTION AND BUBBLE Use the below Text File and write code that s
C++ SORTING – SELECTION AND BUBBLE Use the below Text File and write code that sorts it based on the users sort method selection. For each sorting method please provide a separate…
C++ STDIN Mancala: Each square, except the end zones (the long rectangles ones o
C++ STDIN Mancala: Each square, except the end zones (the long rectangles ones on the sides of the board) start with 3 marbles inside of them. The end zones start empty. This is a…
C++ STEP 1: Understand the UML Class Diagram Use the following UML diagram to bu
C++ STEP 1: Understand the UML Class Diagram Use the following UML diagram to build the class. The first section specifies the attributes. The second section specifies the behavio…
C++ STEP 1: Understand the UML Class Diagram Use the following UML diagram to bu
C++ STEP 1: Understand the UML Class Diagram Use the following UML diagram to build the class. The first section specifies the attributes. The second section specifies the behavio…
C++ STEP 1: Understand the UML Diagram The only change to the Employee class is
C++ STEP 1: Understand the UML Diagram The only change to the Employee class is that there is a new attribute: Notice that there is a "+" for this attribute, meaning that it is pu…
C++ STL Containers,Iterators and Algorithms #include using std::cout;
C++ STL Containers,Iterators and Algorithms #include <iostream> using std::cout; using std::endl; int main(){ cout << "---------------------- STL vector --------------…
C++ STL Iterators and ALgorithms half of code given , extend the rest #include
C++ STL Iterators and ALgorithms half of code given , extend the rest #include <iostream> #include <vector> #include <list> #include <deque> #include <s…
C++ STL Structures & List Iterators: I\'m trying to read a file with a format bu
C++ STL Structures & List Iterators: I'm trying to read a file with a format but it's not reading in the values. Below are the main components of my code but it doesn't look l…
C++ Scoring a Diving Competition The names of divers and their scores for a dive
C++ Scoring a Diving Competition The names of divers and their scores for a dive are stored in a file called DIV1.txt . Each diver's name is stored on a line followed by that dive…
C++ Scoring a Diving Competition The names of divers and their scores for a dive
C++ Scoring a Diving Competition The names of divers and their scores for a dive are stored in a file called DIV1.txt . Each diver's name is stored on a line followed by that dive…
C++ Scoring a Diving Competition The names of divers and their scores for a dive
C++ Scoring a Diving Competition The names of divers and their scores for a dive are stored in a file called DIV1.txt . Each diver's name is stored on a line followed by that dive…
C++ Script for Card Game \"War\" Demonstration C++ Card class The Card class is
C++ Script for Card Game "War" Demonstration C++ Card class The Card class is used to represent a single playing card. Data Members The class contains two data members. An integer…
C++ Searching & Sorting (Answer each question seperately) 5. Sort the following
C++ Searching & Sorting (Answer each question seperately) 5. Sort the following list using the selection sort algorithm. Show the list after each iteration of the outerforloop…
C++ Searching & Sorting (Answer each question seperately) 5. Sort the following
C++ Searching & Sorting (Answer each question seperately) 5. Sort the following list using the selection sort algorithm. Show the list after each iteration of the outerforloop…
C++ Searching & Sorting 5. Sort the following list using the selection sort algo
C++ Searching & Sorting 5. Sort the following list using the selection sort algorithm. Show the list after each iteration of the outerforloop. 36, 55, 17, 35, 63, 85, 12, 48, …
C++ Searching and Sorting Arrays Given a file with data for names and marks you
C++ Searching and Sorting Arrays Given a file with data for names and marks you will read them into two arrays You will then display the data, do a linear search and report if fou…
C++ Selestion: Body Mass Index: Write a program that calculates and displays a p
C++ Selestion:  Body Mass Index: Write a program that calculates and displays a person’s body mass index (BMI) when the user provides their weight and height. The BMI is often use…
C++ Sets Program: Create a class called Sets for positive integers that will hav
C++ Sets Program: Create a class called Sets for positive integers that will have the following functions: addElement , will take a positive integer and add it to the set getEleme…
C++ Shape Hierarchy! ---> found info on this very site -> http://www.chegg.com/h
C++ Shape Hierarchy! ---> found info on this very site -> http://www.chegg.com/homework-help/project-polymorphic-screen-manager-using-shape-hierarchy-dev-chapter-21-problem-…
C++ Should work in Visual Studio. Here, I need to create a Invetory for a bookst
C++ Should work in Visual Studio. Here, I need to create a Invetory for a bookstore. I should be able to list all the book with all the information and should be able to sort by d…
C++ Show any changes needed to overload the following good bubble function to so
C++ Show any changes needed to overload the following good bubble function to sort a vector of Date objects: void good_bubble(vector & data, vector::size_type start, vector::s…
C++ Simple Vacuum Cleaner (Simple Reflex Agent) Problem: Hi, I am trying to crea
C++ Simple Vacuum Cleaner (Simple Reflex Agent) Problem: Hi, I am trying to create a simple vacuum cleaner in C++. This cleaner will scan a number of rooms, determine whether each…
C++ Skills Practiced (Learning Goals) Problem solving and debugging. Function de
C++ Skills Practiced (Learning Goals) Problem solving and debugging. Function decomposition. C++ arrays. Sorting. Filestreams. Documentation of program. A data file contains a ser…
C++ Skills Practiced (Learning Goals) Problem solving and debugging. Function de
C++ Skills Practiced (Learning Goals) Problem solving and debugging. Function decomposition. C++ arrays. Sorting. Filestreams. Documentation of program. A data file contains a ser…
C++ Skills Practiced (Learning Goals) Problem solving and debugging. Function de
C++ Skills Practiced (Learning Goals) Problem solving and debugging. Function decomposition. C++ structs (records). Arrays of structs. Filestreams. Documentation of program. A 20 …
C++ Skills Practiced (Learning Goals) Problem solving and debugging. Function de
C++ Skills Practiced (Learning Goals) Problem solving and debugging. Function decomposition. C++ structs (records). Arrays of structs. Filestreams. Documentation of program. A 20 …
C++ Skills Practiced (Learning Goals) Problem solving and debugging. Function de
C++ Skills Practiced (Learning Goals) Problem solving and debugging. Function decomposition. C++ structs (records). Arrays of structs. Filestreams. Documentation of program. A 20 …
C++ So here\'s what I got. I have a working program that in the main() that crea
C++ So here's what I got. I have a working program that in the main() that creates an array of 5 pointer objects of the Class Resistor. What I can't figure out is how to use a sta…
C++ Soccer Scores. Write a program that stores the following data about a soccer
C++ Soccer Scores. Write a program that stores the following data about a soccer player in a structure: Player’s name, Player’s number, Points scored by Player. The program should…
C++ Solve and build the program below and submit a \"screen shot\" image of the
C++ Solve and build the program below and submit a "screen shot" image of the result along with your edited source code (cpp file). Three employees in a company are up for a speci…
C++ Sorting Orders Modify the following program so that it will search for a an
C++ Sorting Orders Modify the following program so that it will search for a an array of strings using a binary search function. #include #include using namespace std; int main() …
C++ Sorting The parameter to the following two recursive routines is a pointer t
C++ Sorting The parameter to the following two recursive routines is a pointer to a singly linked list of numbers, whose elements are unique (no duplicates) and unsorted. Each nod…
C++ Sorting and Searching 1. Mark the following statements as true or false. a.
C++ Sorting and Searching 1. Mark the following statements as true or false. a. A sequential search of a list assumes that the list elements are sorted in ascending order. b. A bi…
C++ Sorting and Searching 1. Mark the following statements as true or false. a.
C++ Sorting and Searching 1. Mark the following statements as true or false. a. A sequential search of a list assumes that the list elements are sorted in ascending order. b. A bi…
C++ Source Code: Never mind. This question has been solved by the Chegg user. Pl
C++ Source Code: Never mind. This question has been solved by the Chegg user. Please close the question. HackerLand University has the following grading policy: Every student rece…
C++ Specifications: The input should read in integer values for the hours, read
C++ Specifications: 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 function…
C++ Splitlists(SortedType list, ItemType item, SortedType& list1, SsortedType& l
C++ Splitlists(SortedType list, ItemType item, SortedType& list1, SsortedType& list2) Function: Divides list into two lists according to the key of item. Precondition: lis…
C++ Stacks and Queues use two stacks to implement a queue. You will implement al
C++ Stacks and Queues use two stacks to implement a queue. You will implement all of the basic functions of a queue container: push: add an element onto the end of the queue (reme…
C++ Statement You are given a int length . We have a regular hexagon: a polygon
C++ Statement You are given a int length. We have a regular hexagon: a polygon with six sides, in which all internal angles have 120 degrees and length is the length of each side.…
C++ Step 1. Write the code that prompts the user to enter an integer between 1 a
C++ Step 1. Write the code that prompts the user to enter an integer between 1 and 20 (including 1 and 20), reads the value using cin, and then prints the value that they entered …
C++ Step 1: Requirements: An Address Database Create a C++ console application t
C++ Step 1: Requirements: An Address Database Create a C++ console application that will store and retrieve names and addresses in a text file. The program should do the following…
C++ String Problem Write a program that allows the user to enter a part number t
C++ String Problem Write a program that allows the user to enter a part number that consists of four or five characters. The second and third characters represent the delivery met…
C++ Structure Program You are to write a program that will read in up tp 15 stud
C++ Structure Program You are to write a program that will read in up tp 15 students with student information and grades. Your program will compute an average and print out certai…
C++ Structures. Would someone be able to help me with this? Any help is apprecia
C++ Structures. Would someone be able to help me with this? Any help is appreciated. #include <iostream> #include <iomanip> using namespace std; // This program uses a…
C++ Student Hashings Program ***************************************** First , c
C++ Student Hashings Program ***************************************** First, create a structure (named Student) that will describe each of the students. The structure contains th…