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 1511 / 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++ problem Do a comparison of a slow sort with Big O(n 2 ) (selection sort, ins
c++ problem Do a comparison of a slow sort with Big O(n2) (selection sort, insertion sort, or bubble sort) and one faster sort of Big O(n * log n) (mergesort or quicksort). Count …
c++ problem please elaborate with tables.. thanx in advance. A company wants to
c++ problem please elaborate with tables.. thanx in advance. A company wants to decorate its display room with tables and chairs. Create a program that identify how many tables an…
c++ problem please use the folowing cpp file to solve this problem: 1. Simpson’s
c++ problem please use the folowing cpp file to solve this problem: 1. Simpson’s Composite (Numerical Integration)     To find the approximate area under a curve given by a functi…
c++ problem please use the folowing cpp file to solve this problem: 1. Simpson’s
c++ problem please use the folowing cpp file to solve this problem: 1. Simpson’s Composite (Numerical Integration)     To find the approximate area under a curve given by a functi…
c++ problem, need .h and .cpp and main.cpp; here is start code: ****************
c++ problem, need .h and .cpp and main.cpp; here is start code: ************************************************************************************ student.h #ifndef STUDENT_H #d…
c++ problems need .cpp and .h file Exception must work RAll and Destructors Obje
c++ problems need .cpp and .h file Exception must work RAll and Destructors Object-Oriented C++ offers a tool to help protect against memory leaks. If we create objects to represe…
c++ progam Using the provided text file, write a program that opens the file, co
c++ progam Using the provided text file, write a program that opens the file, counts how many real numbers it contains, and creates a dynamic array based on the count. Copy all th…
c++ program 1) Playing Card Class In this problem, you will implement a DeckOfCa
c++ program 1) Playing Card Class In this problem, you will implement a DeckOfCards class that simulates a deck of playing cards. The class will utilize an important algorithm to …
c++ program 1-create a program that implements a stack using linked list c++ pro
c++ program 1-create a program that implements a stack using linked list c++ program 1-create a program that implements a stack using linked list web page coding in HTML includes …
c++ program 1. Write a program to simulate an indexed sequence. In an indexed se
c++ program 1. Write a program to simulate an indexed sequence. In an indexed sequence, each item (node) of an unsorted list is paired with an index node), where the indices are o…
c++ program 1.Create the generic class ITEM. It should include general character
c++ program 1.Create the generic class ITEM. It should include general characteristics for ALL items. such as Item • Name • Location • Price 2. Create A new class is created calle…
c++ program Create a class called CAR. Have several variables - use necessary va
c++ program Create a class called CAR. Have several variables - use necessary variables that store       gas level, amount of gas, gear car is in, car in motion.. etc Have functio…
c++ program DESCRIPTION The game \"Battleship\" consists of a split board where
c++ program DESCRIPTION The game "Battleship" consists of a split board where each player places various objects (battle ships) along a 2-dimensional grid outside of the view of t…
c++ program Design your class using both the interface (header) file and the imp
c++ program Design your class using both the interface (header) file and the implementation (.cpp) file. The internal representation of a Polynomial is an array of terms. Each ter…
c++ program Given this question and my code( done using a linked list) could you
c++ program Given this question and my code( done using a linked list) could you change every instance of a linked list to an array thanks! executable code : _______________ #incl…
c++ program HELP PLEASE Cash Register. This program will use two classes; one of
c++ program HELP PLEASE Cash Register. This program will use two classes; one of the classes is provided in the assignment description for week 7 in the course site. Write a class…
c++ program Part Five. Programs. Be able to write some short program segments Po
c++ program Part Five. Programs. Be able to write some short program segments Possible Problems: (Study all homework problems) o Read in data and perform a calculation given some …
c++ program Phone Keys International Standard Key Pad Description See above figu
c++ program Phone Keys International Standard Key Pad Description See above figure which shows numbers-letters association used in phone keys. Your task is to 1- Keep those associ…
c++ program Please complete the exercises below. e) Implement a function named g
c++ program Please complete the exercises below. e) Implement a function named getScores that takes an int array, its length, and an int parameter scores_entered. The function rep…
c++ program Please write a program which repeatedly asks the user to enter votes
c++ program Please write a program which repeatedly asks the user to enter votes for different contestants in a game show and then outputs the winner and the number of votes s/he …
c++ program Problem 1: a. Write a simple function Display that receives the elem
c++ program Problem 1: a. Write a simple function Display that receives the elements of tic-tac-toe" matrix and then displays the matrix to the user for input validation. b. Write…
c++ program Problem Statement: The scenes in the Asn2 Scenes link on the Web Pag
c++ program Problem Statement: The scenes in the Asn2 Scenes link on the Web Page represents an island (yellow squares) surrounded by water (blue squares). There is a cat on the i…
c++ program Take any arbitrary number, n , and append zero (0) or more numeric d
c++ program Take any arbitrary number, n, and append zero (0) or more numeric digits at the end of it to obtain a palindrome. The numeric palindrome should be the shortest possibl…
c++ program Write a program in which you create a const whose value is determine
c++ program Write a program in which you create a const whose value is determined at runtime by reading the time when the program starts. In a separate function, have the program …
c++ program You are to write a program that will read in names and phone numbers
c++ program You are to write a program that will read in names and phone numbers, rearrange each person’s name, and create a sorted phone directory in a link list format. The list…
c++ program You are to write a program to calculate some statistics about colleg
c++ program You are to write a program to calculate some statistics about college student’s heights.  Your input file is Heights inches.  Each input line contains a height and the…
c++ program You are to write a program to generate a table of factors only used
c++ program You are to write a program to generate a table of factorsonly used to compute monthly payments for money borrowed.  The formula to calculate monthly payments is as fol…
c++ program based on Dogs. create a C++ GUI Interface in Studio 2012 which lets
c++ program based on Dogs. create a C++ GUI Interface in Studio 2012 which lets a user enter the path name of an input file and an output file. The input file contains a list of d…
c++ program for . Your program needs to allow an advisor to register students fo
c++ program for . Your program needs to allow an advisor to register students for classes and then provide the student with a class schedule and cost breakdown. The advisor should…
c++ program help Write a program that the user is prompted for 10 test scores. 0
c++ program help Write a program that the user is prompted for 10 test scores. 0 to 100 points each score. Open a file for output, called savedTestScores.txt. Write a loop that pr…
c++ program input file (data.dat) consists of the following ______________ 4 1 1
c++ program input file (data.dat) consists of the following ______________ 4 1 13 3 2 1.1 4.1 8.1 5.2 2.3 the student is in class _______________ max function should output 13,8.1…
c++ program need help. write a program to create a hangman game with the algorit
c++ program need help. write a program to create a hangman game with the algorithm used below(not with different algorithm).It should use everything as below {    char guessedlett…
c++ program please A prime number is one which does not have any other factors o
c++ program please A prime number is one which does not have any other factors other than one and itself. Some prime numbers are: 2, 5, 7, 11..etc. Write a complete c++ program wh…
c++ program please Suppose that you are searching for an airline flight. You wil
c++ program please Suppose that you are searching for an airline flight. You will be interested in the price of the flight, but you will probably also be interested in the amount …
c++ program question: DESCRIPTION General Write a program that will maintain ban
c++ program question: DESCRIPTION General Write a program that will maintain bank accounts using a binary search tree. It will also maintain a log file (Log.txt). Initially, the p…
c++ program that Design and implement a class named SafeArray which solves the a
c++ program that Design and implement a class named SafeArray which solves the array index out of bounds problem and also allows the user to begin the array index starting at any …
c++ program that reads from cin and outputs to cout and scrables any text that p
c++ program that reads from cin and outputs to cout and scrables any text that passes through it so that it is unrecognizable when it appears on standard output. the only characte…
c++ program to calculate the average of series of test scores, where the lowest
c++ program to calculate the average of series of test scores, where the lowest score in the series is dropped. input the scores 55 75 70 85 55 use fuction prototype are void getv…
c++ program to demonstrate RECURSION James has written a number pattern that beg
c++ program to demonstrate RECURSION James has written a number pattern that begins with 1, 5, 14, and 30. Write a program that will help James to figure out and display the first…
c++ program(part 2 problem) (part 2 problem) 1. Use the global variables properl
c++ program(part 2 problem) (part 2 problem) 1. Use the global variables properly: const int MAX_ROW = 30; const int MAX_COL = 60; for example: int currentArray[MAX_ROW][MAX_COL];…
c++ program, please include all details Create a class template for a class that
c++ program, please include all details Create a class template for a class that holds an object and the number of data elements in the object. For example, if an Employee class h…
c++ program, please include all details program1) Create a function template to
c++ program, please include all details program1) Create a function template to display a value that is both preceded and followed by 10 asterisks on a line. Write a main()functio…
c++ program. We use studio visual 2015 All requirements must be met. please help
c++ program. We use studio visual 2015 All requirements must be met. please help!!! Playing A Game For Relaxing Three Strikes and You Are Out Three Strikes is a popular game playe…
c++ program. Write a program that generates a random number between 1 and 100 an
c++ program. Write a program that generates a random number between 1 and 100 and asks the user to guess what the number is. If the user's guess is higher than the random number, …
c++ program: *sort using the record number *the input file consists of the infor
c++ program: *sort using the record number *the input file consists of the information in the table below ( use # in input file after name to identify it consists of first and las…
c++ program: I need to sort arrays using an insertion sort and a merge sort (I a
c++ program: I need to sort arrays using an insertion sort and a merge sort (I already have). I need to use these sorting methods to sort input arrays in the form of randomly gene…
c++ program: write a program to create a hangman game.. { char guessedletters[26
c++ program: write a program to create a hangman game.. {    char guessedletters[26] = { '' }; //sets all guessed letters to null    int guessleft = 6;    int lenw; //length of ac…
c++ programing problem28 Max Flow Time Limit: 2 seconds Problem Description For
c++ programing problem28 Max Flow Time Limit: 2 seconds Problem Description For a graph G = ( V, E ), we can regard the edges on the graph as a water pipe, and each water pipe has…
c++ programing question25: Shortest Path Tree Time Limit: 1 seconds Problem Desc
c++ programing question25: Shortest Path Tree Time Limit: 1 seconds Problem Description Given a graph with positive edge weight and a source s, find a spanning tree such that the …
c++ programing question25: Shortest Path Tree Time Limit: 1 seconds Problem Desc
c++ programing question25: Shortest Path Tree Time Limit: 1 seconds Problem Description Given a graph with positive edge weight and a source s, find a spanning tree such that the …