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 40 / 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++ *20.1 (Implement remove(T element)) The implementation of remove(T element)
C++ *20.1 (Implement remove(T element)) The implementation of remove(T element) is omitted in Listing 20.2, LinkedList.h. Implement it. For input use this sentence, which you may …
C++ *21.3 (Depth of BST) Add a function in BST to return the depth of the tree.
C++ *21.3 (Depth of BST) Add a function in BST to return the depth of the tree. // Return the height of this binary tree. Height is the // number of nodes in the longest path from…
C++ *Please do not handwrite* MUST USE SWITCH BLOCK. Write a program that will p
C++ *Please do not handwrite* MUST USE SWITCH BLOCK. Write a program that will provide the user a menu from which the user may select to calculate the volume of one of the four ge…
C++ *Please do not handwrite* Write a program that will calculate the safe load
C++ *Please do not handwrite* Write a program that will calculate the safe load on a load bearing column given the slimness ratio.The slimness ratio will be input by the user from…
C++ *please do not handwrite* The variation of a mass of a particle, according t
C++ *please do not handwrite* The variation of a mass of a particle, according to Einstein's theory of relativity, is given by: m/m0=1/(sqrt(1-(v/c)^2) where m0 is the mass of the…
C++ *please do not handwrite* The velocity of a falling object dropped from a re
C++ *please do not handwrite* The velocity of a falling object dropped from a resting position is found using the following equation: v=gt where: v is the velocity in meters per s…
C++ ,
C++ , <DEVCPP There are 6 skills to demonstrate. 1) Use functions. Functions sub-divide programming problems into independent parts. 2) Use function overloading, where several …
C++ , Thank you so much!! Sorting Youngest to Oldest Implement a class Person wi
C++ , Thank you so much!! Sorting Youngest to Oldest Implement a class Person with the following data members: name (string) - name of this person age (integer) – age of this pers…
C++ , memory management, linked lists, best fit algorithm, worst fit algorithm P
C++ , memory management, linked lists, best fit algorithm, worst fit algorithm Problem Description Write a C++ program that emulate the operating system's responsibility of alloca…
C++ , there are two questions, please chose the correct one 1. A class template
C++ , there are two questions, please chose the correct one 1. A class template (a) may contain typename and size_t parameters in its declaration (b) is generated from a class-tem…
C++ - Add a new feature to mountain List.cpp : prompt the user to enter a state,
C++ - Add a new feature to mountain List.cpp : prompt the user to enter a state, such as Washington, and display all mountains in your list that belong to that state. Continue ask…
C++ - Circular Singly Linked Use template if possible. Please read carefully. I
C++ - Circular Singly Linked Use template if possible. Please read carefully. I will give you a thumbs up immediately when you answer the solution correctly. EXAMPLE: The user ent…
C++ - Classes and inheritance Please help me with my homework. Overview In this
C++ - Classes and inheritance Please help me with my homework. Overview In this project you are building a base class, with pure virtual functions. The class is called GeometricSh…
C++ - Create a Number Set class that takes in integer values ranged 0 to an inde
C++ - Create a Number Set class that takes in integer values ranged 0 to an independent upper Limit for each object. Class requires these functions: - A standard constructor that …
C++ - Create a simple class hierarchy as the basis for a fantasy combat game. Th
C++ - Create a simple class hierarchy as the basis for a fantasy combat game. The ‘universe’ contains Goblins, Barbarians, Reptile People, Blue Men and others. Each will have char…
C++ - Create ths program below and identify the possible vulnerabilities Program
C++ - Create ths program below and identify the possible vulnerabilities Program: Create a simple C++ console application that will write a program that will take string input fro…
C++ - I need to be able to search for the book by title and isbn. //header file/
C++ - I need to be able to search for the book by title and isbn. //header file// //header// #include <string> using namespace std; //create booktype class// class bookType …
C++ - I\'m having trouble understanding why the function isn\'t being recognized
C++ - I'm having trouble understanding why the function isn't being recognized after being called. The function is to get the total of the array totalMonthlyRainfall. I posted the…
C++ - Implement the Function is_Fibonacci_array that takes an array of integers
C++ - Implement the Function is_Fibonacci_array that takes an array of integers and its size as input. the goal of the function is to return true if every element in the array is …
C++ - Large Integers Problem: Numerous problems, primarily dealing with mathemat
C++ - Large Integers Problem: Numerous problems, primarily dealing with mathematical recreation, involve operations on numbers with a very large number of digits – far beyond the …
C++ - Modify the FeetInches class, discussed in lecture, so that it overloads th
C++ - Modify the FeetInches class, discussed in lecture, so that it overloads the following operators: <= >= != * (multiplication) - Demonstrate the class’s capabilities in …
C++ - Modify your program above to exit on end of file (when the user types a ^D
C++ - Modify your program above to exit on end of file (when the user types a ^D, on Linux, that is pressing a D while holding down the control key). This should cause getline(cin…
C++ - Please do not change any of the functions and main.cpp. Thank you In this
C++ - Please do not change any of the functions and main.cpp. Thank you In this assignment you will create an extremely rudimentary bulletin board with a simple command-line inter…
C++ - Reverse Digit Problem: Certain mathematical problems involve manipulation
C++ - Reverse Digit Problem: Certain mathematical problems involve manipulation of the digits within a decimal number. One such problem requires that the digits be reversed. Your …
C++ - Write a program that initializes an array of characters with the phrase, “
C++ - Write a program that initializes an array of characters with the phrase, “Take me to Clearwater Beach!”. Using pointers, scan the array to make each character upper case. Th…
C++ - help in fixing card trick program -the program won\'t complie and I do not
C++ - help in fixing card trick program -the program won't complie and I do not know why - program posted below: Read the instructions in the picture to have a better understandin…
C++ - need help in compiling this version of MP6 can you help in completing this
C++ - need help in compiling this version of MP6 can you help in completing this? /************************************************************************ * Name: CSC 171 * Date:…
C++ - program won\'t compile, please help Please fix and post WORKING code with
C++ - program won't compile, please help Please fix and post WORKING code with modification. The program is below: #include<iostream> #include<iomanip> #include<cst…
C++ -- Implement a doubly linked list class with the following functions: insert
C++ -- Implement a doubly linked list class with the following functions: insert, delete, and display I already have the following: /* * C++ Program to Implement Doubly Linked Lis…
C++ --- I need HTML code, CSS code and Javascript in the HTML code please! Thank
C++ --- I need HTML code, CSS code and Javascript in the HTML code please! Thank you! You've been hired by Coffee Cups to write a web page that serves as a cash register database …
C++ ----- Song.h is given please help me with Song.cpp Class Song You will code
C++ ----- Song.h is given please help me with Song.cpp Class Song You will code your own Song class, so you can add Songs to your playlist. A Song stores the following information…
C++ --------------------------- Write a program with two functions. Function one
C++ --------------------------- Write a program with two functions. Function one will receive as parameters a 2D array and number of rows and columns. It will sum all the elements…
C++ -------------------------------------------------- vehicles.h - ------------
C++ -------------------------------------------------- vehicles.h - ------------------------------------------------- Output Examples - COSC 1430 - Group Assignment 2 Classes, Inh…
C++ ------------------------------------------------------------- Consider the f
C++ ------------------------------------------------------------- Consider the following class definitions: Base Class: class temp { public: void print() const; void setDescriptio…
C++ . I have this code, where it creates new account and save it as binary file.
C++ . I have this code, where it creates new account and save it as binary file. However, I want want this file to be regular text file. How would i modify the code? if (x == 1){ …
C++ .... CLASS inheritance.... why am I getting this one error in my code???? it
C++ .... CLASS inheritance.... why am I getting this one error in my code???? it is driving me CRAZY!!!!!! PLEASE HELP....going loco!!! =======ERROR MESSAGE FROM THE COMPILER ====…
C++ .... trying to open and close a file twice, but my code wont work and I don\
C++ .... trying to open and close a file twice, but my code wont work and I don't know why. Full disclosure: I suck at programing, this class can't be over soon enough! This code …
C++ ....... means line skip Right now I have a program that does everything i wa
C++ ....... means line skip Right now I have a program that does everything i want it to with the correct inputs, but I need some help fixing my code in order for the program to o…
C++ ..code change .Look at the code bellow and try to change a little bit. The i
C++ ..code change .Look at the code bellow and try to change a little bit. The intention is to have two players. Player A and Player B. Give a change to choose Player A what is yo…
C++ / Linked List Manipulations Develop a program that will maintain an ordered
C++ / Linked List Manipulations Develop a program that will maintain an ordered linked list of positive whole numbers. Your program will provide for the following options: a. Add …
C++ // NOTE: The ONLY files that should be #included for this assignment are ios
C++ // NOTE: The ONLY files that should be #included for this assignment are iostream, vector, and string // No other files should be #included #include <iostream> #include …
C++ // insert HashedObj x into the table, if it is not already in table, it shou
C++ // insert HashedObj x into the table, if it is not already in table, it should call the resolution selector function given. ---------------------------------------------------…
C++ // remove the smallest frequency tree from the list // Pre: l is a list cont
C++ // remove the smallest frequency tree from the list // Pre: l is a list containing Trees of Frequencies. // Post: the tree with smallest frequency has been removed // from the…
C++ //Please provide the updated code and sample output from visual studios //I
C++ //Please provide the updated code and sample output from visual studios //I need my existing code updated with the following changes: UML DIAGRAMS MODIFY THE EMPLOYEE CLASS: U…
C++ 1) Array testGrades contains NUM_VALS test scores. Write a for loop that set
C++ 1) Array testGrades contains NUM_VALS test scores. Write a for loop that sets sumExtra to the total extra credit received. Full credit is 100, so anything over 100 is extra cr…
C++ 1) Assign negativeCntr with the number of negative values in the linked list
C++ 1) Assign negativeCntr with the number of negative values in the linked list. #include <iostream> #include <cstdlib> using namespace std; class IntNode { public: I…
C++ 1) Create a source and a header file for the functions and name them screen.
C++ 1) Create a source and a header file for the functions and name them screen.cpp and screen.h, respectively. You can find a file main.cpp with this post. Make sure to use the n…
C++ 1) Create a struct Point2D that represents a point in a 2 dimensional plane.
C++ 1) Create a struct Point2D that represents a point in a 2 dimensional plane. It should have two fields x and y. Create a few points at different locations. Then print their lo…
C++ 1) Create a template class to define a die, in which the number of faces of
C++ 1) Create a template class to define a die, in which the number of faces of the die is an integer template parameter rather than an argument to a constructor of an individual …
C++ 1) Design a class called Product that has the following member variables: e
C++ 1) Design a class called Product that has the following member variables: e description. A string that holds the description of the product. price. A double variable that hold…