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 86 / 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++ You should create a variable to store the total number of kilometers. We wil
C++ You should create a variable to store the total number of kilometers. We will name this variable kilometers. Initialize the variable at 5. (2 points) Create an equation that c…
C++ You should upload each .cpp and .h file separately. In this homework, you’ll
C++ You should upload each .cpp and .h file separately. In this homework, you’ll get to write a spell checking program. This will serve as a partial review of streams and some of …
C++ You will ask the user which problem to run from the main function: Problem #
C++ You will ask the user which problem to run from the main function: Problem #1 or #2: Use a switch/case type statement to determine which was chosen. Call a function to handle …
C++ You will create a binary search tree for a product catalogue. The catalogue
C++ You will create a binary search tree for a product catalogue. The catalogue will be used to display products. The program’s user will add and delete products as well as be abl…
C++ You will create a binary search tree for a product catalogue. The catalogue
C++ You will create a binary search tree for a product catalogue. The catalogue will be used to display products. The program’s user will add and delete products as well as be abl…
C++ You will create a binary search tree for a product catalogue. The catalogue
C++ You will create a binary search tree for a product catalogue. The catalogue will be used to display products. The program’s user will add and delete products as well as be abl…
C++ You will create a class representing an Abstract Data Type for a library boo
C++ You will create a class representing an Abstract Data Type for a library book. This class will use several helper classes (via Class Aggregation [Gaddis Section 14.7]). The he…
C++ You will create a class representing an Abstract Data Type for a library boo
C++ You will create a class representing an Abstract Data Type for a library book. This class will use several helper classes (via Class Aggregation [Gaddis Section 14.7]). The he…
C++ You will create a problem that takes in a board with chess pieces from file.
C++ You will create a problem that takes in a board with chess pieces from file. For this exercise, the board will only contain pawns and rooks. The dimensions of the board will b…
C++ You will create an inheritance set of classes. Use proper rules for data typ
C++ You will create an inheritance set of classes. Use proper rules for data types, class definitions, and inheritance (check input/output of data below). You will create a super …
C++ You will design a program to play a simplified version of war, using dice in
C++ You will design a program to play a simplified version of war, using dice instead of cards. There will be only one user, but 2 “players” for the game. The user will indicate t…
C++ You will design a program to play a simplified version of war, using dice in
C++ You will design a program to play a simplified version of war, using dice instead of cards. There will be only one user, but 2 “players” for the game. The user will indicate t…
C++ You will design an online contact list to keep track of names and phone numb
C++ You will design an online contact list to keep track of names and phone numbers. Define a class contactList that can store a name and up to 3 phone numbers (use an array for t…
C++ You will implement a binary search tree data structure in C++, and turn in a
C++ You will implement a binary search tree data structure in C++, and turn in a program evaluating the data structure. Implement a templated Binary Search Tree data structure, im…
C++ You will write a program that will play a letter guessing game. General Requ
C++ You will write a program that will play a letter guessing game. General Requirements Write a program that assigns four letters (i.e. char) to four different variables. Your pr…
C++ You will write a short program that takes a string as input, and asks the us
C++ You will write a short program that takes a string as input, and asks the user if he/she wants to determine whether the string is a palindrome or reverse the string. A palindr…
C++ You\'ve been asked to write a program to grade a multiple choice exam. The e
C++ You've been asked to write a program to grade a multiple choice exam. The exam has 20 questions, each answered with a letter in the range of 'a' through 'f'. The data are stor…
C++ Your Simon game must have the equivalent of three \"buttons. We recommend us
C++ Your Simon game must have the equivalent of three "buttons. We recommend using integers (e.g., 0, 1, 2) for this so that each round involves printing a sequence of numbers and…
C++ Your goal is to create an ‘Array’ class that is able to hold multiple intege
C++ Your goal is to create an ‘Array’ class that is able to hold multiple integer values. The ‘Array’ class will be given functionality through the use of various overloaded opera…
C++ Your lease is up and it’s time to move. Unfortunately, you have a lot of stu
C++ Your lease is up and it’s time to move. Unfortunately, you have a lot of stuff and you don’t want to spend too much time moving it because you’d rather be practicing your prog…
C++ Your neighbor is an agent for a group of magicians. People call her to book
C++ Your neighbor is an agent for a group of magicians. People call her to book magicians for holidays. She would like to use her new computer to keep track of the jobs she schedu…
C++ Your neighbor is an agent for a group of magicians. People call her to book
C++ Your neighbor is an agent for a group of magicians. People call her to book magicians for holidays. She would like to use her new computer to keep track of the jobs she schedu…
C++ Zeller\'s congruence is an algorithm developed by Christian Zeller to calcul
C++ Zeller's congruence is an algorithm developed by Christian Zeller to calculate the day of the week. The formula is h = (q + 26(m + 1/10 + k + k/4 + j/4 + 5j)% 7 where h is the…
C++ _ the portion of my code to use and add to is below: Create a program that c
C++ _ the portion of my code to use and add to is below: Create a program that counts the number of vowels in a file.   Requirements: User must specify the name of the file to ana…
C++ a program to implement a simple address book that stores phone numbers, name
C++ a program to implement a simple address book that stores phone numbers, names, and addresses and allows the user to look up an entry based on any of them. After each lookup th…
C++ a)Zero b)Size c)Data type d)Value e)Index 1.Elements of an array are related
C++ a)Zero b)Size c)Data type d)Value e)Index 1.Elements of an array are related by the fact that they have the same __________. 2.When referencing an array element, the position …
C++ a. Implement a function named avg that takes an int array and its length as
C++ a. Implement a function named avg that takes an int array and its length as parameters and returns the average of the values in the array. Call the function with a sample arra…
C++ a. Some of the characteristics of a book are the title, author(s), publisher
C++ a. Some of the characteristics of a book are the title, author(s), publisher, ISBN, price, and year of publication. Design a class bookType that defines the book as an ADT. i.…
C++ a.) Write a program named Lab3a.cpp . This is an exercise to create a data f
C++ a.) Write a program named Lab3a.cpp. This is an exercise to create a data file from the contents of variables. Complete the program according to the following steps. Read the …
C++ a.) Write a pseudocode algorithm to solve the following problem: Given 2 que
C++ a.) Write a pseudocode algorithm to solve the following problem: Given 2 queues, Q1 & Q2, merge them into a single queue, Q3. Each element in the queues have an arrival ti…
C++ a.To access the _________ of a memory cell, use the & operator. b. In ______
C++ a.To access the _________ of a memory cell, use the & operator. b.   In _________, the base case is the smaller version of the general case that can be solved directly. c.…
C++ a.To access the _________ of a memory cell, use the & operator. b. In ______
C++ a.To access the _________ of a memory cell, use the & operator. b.   In _________, the base case is the smaller version of the general case that can be solved directly. c.…
C++ a.To access the _________ of a memory cell, use the & operator. b. In ______
C++ a.To access the _________ of a memory cell, use the & operator. b.   In _________, the base case is the smaller version of the general case that can be solved directly. c.…
C++ add(char* num1, char* num2, int base) I need a function that adds two dynami
C++ add(char* num1, char* num2, int base) I need a function that adds two dynamic arrays using pointers and walkers. - don't convert to integer. Instead subtract '0' to grab the n…
C++ adding fractions Main: FRACTION.CPP : FRACTION.H : input file contains: 30 /
C++ adding fractions Main: FRACTION.CPP : FRACTION.H : input file contains: 30 / 70 + 4 / 5 10 / 30 - 2 / 7 20 / 10 * 5 / 3 40 / 90 / 1 / 9 4 / 5 = 4 / 5 4 / 4 = -1 / -1 2 / 3 = 3…
C++ age calculation function I have written code to get user input for their bir
C++ age calculation function I have written code to get user input for their birth day, month, and year (all ints). All of that gets put in a struct called Date which I initialize…
C++ allows statements of the form #include filename which reads filename and ins
C++ allows statements of the form #include filename which reads filename and inserts its contents in place of the include statement. Include statements may be nested; in other wor…
C++ allows statements of the form #include filename which reads filename and ins
C++ allows statements of the form #include filename which reads filename and inserts its contents in place of the include statement. Include statements may be nested; in other wor…
C++ alphabetical sorting and sort from highest to lowest. The question involves
C++ alphabetical sorting and sort from highest to lowest. The question involves classes. All of my class files are complete. I just need to modify the code so that the output is s…
C++ alphabetical sorting and sort from highest to lowest. The question involves
C++ alphabetical sorting and sort from highest to lowest. The question involves classes. All of my class files are complete. I just need to modify the code so that the output is s…
C++ and Analysis.cpp 6.22 P06-02 Rainfall Analysis with Functions summary analyz
C++ and Analysis.cpp 6.22 P06-02 Rainfall Analysis with Functions summary analyze years of rainfall data from Chicago Midway airport outputting the year and average rainfall for t…
C++ and Linux System Calls /* @file Processes.cpp @author student name, student@
C++ and Linux System Calls /* @file Processes.cpp @author student name, student@uncc.edu @author student name, student@uncc.edu @author student name, student@uncc.edu @description…
C++ and Linux System Calls // Part 1: Working With Process IDs pid_t getProcessI
C++ and Linux System Calls // Part 1: Working With Process IDs pid_t getProcessID(void) { int process_id = getpid(); return process_id; } // Part 2: Working With Multiple Processe…
C++ and can you write the Main function in a separate file? Also have Person.hpp
C++ and can you write the Main function in a separate file? Also have Person.hpp, Person.cpp. and stdDev.cpp in a separate file. No global variables! Project 7.b Write a class cal…
C++ and dont use classes Create a function named CalcCost, which takes a string
C++ and dont use classes Create a function named CalcCost, which takes a string input filename and string output filename as a parameters. This function returns the number of entr…
C++ and leave comments explaining. Thank you You are given two STL lists X and P
C++ and leave comments explaining. Thank you You are given two STL lists X and P where n P is already in sorted order. Write a valid C++ function printPositions(X,P) that prints t…
C++ and the code given solve Programming with STL: $PUB/onecourse.txt file conta
C++ and the code given solve Programming with STL: $PUB/onecourse.txt file contains student registration data - bid amount and name of student on each line. 16 James Tyler 45 Mich…
C++ answers only In this project, you will take your code from Assignment 3 and
C++ answers only In this project, you will take your code from Assignment 3 and convert it into a myArray object. You will need to add the following constructors as well as a dest…
C++ answers only This assignment should reflect Overloading and Virtual function
C++ answers only This assignment should reflect Overloading and Virtual functions, virtual classes and dynamic arrays. For this assignment you will take the results of a recent el…
C++ answers only, C++ CLASSES please dont pick and choose do all 1. What is th d
C++ answers only, C++ CLASSES please dont pick and choose do all 1. What is th diffrnc btwn a class and an instanc of th class? 2. What ar th bnfits of ncapsulation? 3. What is th…