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 46 / 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++ CODE DUE DATE: 10724717 TT:59PM ASSIGNMENT BACKGROUND This group assignment
C++ CODE DUE DATE: 10724717 TT:59PM ASSIGNMENT BACKGROUND This group assignment is designed to test your ability to use classes, friend function(s), assignment operators, and dyna…
C++ CODE GradStudents are Students but they have the additional data member of r
C++ CODE GradStudents are Students but they have the additional data member of researchArea. Your program will loop asking for one of three options (add, print, or quit). Add user…
C++ CODE LANGUAGE Write a program that determines which of five geographic regio
C++ CODE LANGUAGE Write a program that determines which of five geographic regions within a major city (north,south,east,west,and central) had the fewest reported automobile accid…
C++ CODE PLEASE: INCLUDE COMMENTS Write a program that reads in hexadecimal numb
C++ CODE PLEASE: INCLUDE COMMENTS Write a program that reads in hexadecimal numbers from a file, hex.txt, and prints out the sum of the numbers in hexadecimal. From Wikipedia:  “I…
C++ CODE REQUIRED: The Animal Insurance Company: Writes a program that repeatedl
C++ CODE REQUIRED: The Animal Insurance Company: Writes a program that repeatedly prints the insurance fee to pay for a pet according to the following rules: A dog that has been n…
C++ CODE There is a Babylonian Method for calculating a square root of a number.
C++ CODE There is a Babylonian Method for calculating a square root of a number. In this method you have the number for which you want to find the square root and an original gues…
C++ CODE Using inheritance and dynamic allocation You are starting up your own f
C++ CODE Using inheritance and dynamic allocation You are starting up your own fast-food restaurant and want to offer the following items: -----------PART A ****ALREADY SOLVED----…
C++ CODE Write a class named Car that has the following data members: • yearMode
C++ CODE Write a class named Car that has the following data members: • yearModel: an int that holds the car’s year model • make: a string that holds the make of the car • speed: …
C++ CODE, Please organize the code so it is readable. Billy opened a slushy shop
C++ CODE, Please organize the code so it is readable. Billy opened a slushy shop at the beach and has 3 slushy sizes he sells: small (9oz), medium (12oz). and large (15oz). the co…
C++ CODE. How do you keep count of score of the game and show the final winer an
C++ CODE. How do you keep count of score of the game and show the final winer and final result for this code? #include <iostream> #include <stdio.h> #include <stdli…
C++ CODE: Need 2 functions please. I know there are easier ways to write this, b
C++ CODE: Need 2 functions please. I know there are easier ways to write this, but the functions must be done in this format. /* This program is a collection of several functions …
C++ CODING - Micosoft Visual Studio please Write a word search program that sear
C++ CODING - Micosoft Visual Studio please Write a word search program that searches an input data file for a word specified by the user. The program should display the number of …
C++ CODING!!! A palindrome is a word, phrase, number, or other sequence of chara
C++ CODING!!! A palindrome is a word, phrase, number, or other sequence of characters that reads the same backward or forward. Write a function isPalindrome, which takes a string …
C++ CODING!!! Consider the definition of the function main : int main() { int x,
C++ CODING!!! Consider the definition of the function main: int main() { int x, y; char z; double rate, hours; double amount; . . . } The variables x, y, z, rate, and hours referr…
C++ CODING!!! Exercise 1 (15 points) Write a function that uses the declaration
C++ CODING!!! Exercise 1 (15 points) Write a function that uses the declaration of constant PI, const double PI = 3.1419;, which stores the value of p and accomplishes the followi…
C++ CODING!!! Exercise 2 (15 points) Write a program that sells popcorn and drin
C++ CODING!!! Exercise 2 (15 points) Write a program that sells popcorn and drinks using the enumeration type. You must use the following within your program: enum sizes {SMALL, M…
C++ CODING!!! Write a function, void count(char input[], int &lower, int &upper,
C++ CODING!!! Write a function, void count(char input[], int &lower, int &upper, int &digits, int &symbols), that takes as parameter a character array, which may c…
C++ CODING!!! Write a program that prints the day number of the year, given the
C++ CODING!!! 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…
C++ CODING. STEP 3 CODE: #include using namespace std; class LIST_NODE { public:
C++ CODING. STEP 3 CODE: #include using namespace std; class LIST_NODE { public: int data; // data element of node LIST_NODE *next; // pointer element of node }; class LINKED_LIST…
C++ COde Input: Number n of vertices (i.e. vertex set is {1,2, …,n}), and a list
C++ COde Input: Number n of vertices (i.e. vertex set is {1,2, …,n}), and a list of edges (i,j) for 1 i,j n for a directed graph G. After this part, read a list of pair of vertice…
C++ CS265 Pointers and Dynamic Arrays Homework Pointer Basics Assume the followi
C++ CS265       Pointers and Dynamic Arrays Homework                   Pointer Basics Assume the following declarations:             int i1 = 11, i2 = 22;             double d1 = …
C++ CSCI 241 Assignment 9 100 points Purpose This short assignment covers inheri
C++ CSCI 241 Assignment 9 100 points Purpose This short assignment covers inheritance and polymorphism. Assignment For this project, you will create a series of classes to represe…
C++ CSE Define an array according to the following description [0.5pt each] Defi
C++ CSE Define an array according to the following description [0.5pt each] Define an array called payRate that will hold 25 double values Define an array called cse 100 classRost…
C++ Caesar Shift Cipher: read in a STREAM of text, (not just a line, a stream of
C++ Caesar Shift Cipher: read in a STREAM of text, (not just a line, a stream of arbitrary length, ) a char at a time, and as you do so, shift each letter forward in the alphabet …
C++ Calandar A default constructor that initializes a date object to 01-01-1900
C++ Calandar A default constructor that initializes a date object to 01-01-1900 A class constructor that initializes a date object to a correct value using three integerparameters…
C++ Calculate the running average for residential and business customer spending
C++ Calculate the running average for residential and business customer spending Print all customer's bill to a single file and the end of the file you should have the average sum…
C++ Can somebody tell me where the bug is? //bugsort1.cpp #include us
C++ Can somebody tell me where the bug is? //bugsort1.cpp #include <iostream> using namespace std; class Citem { public: int key; char *data; }; Citem item_array[] = { { 3, …
C++ Can someone help me fix the sorting portion in my code, so the code can work
C++ Can someone help me fix the sorting portion in my code, so the code can work? If the sort can be put into a function that'd be better, but not required. The sorting part of th…
C++ Can someone help me to determine what I\'m missing. Below is the code for my
C++ Can someone help me to determine what I'm missing. Below is the code for my Left Center Right dice game. The code compiles and runs, but exits once the game rules are displaye…
C++ Can someone help me. I need to write a program to open the rule document for
C++ Can someone help me. I need to write a program to open the rule document for the game LCR. The rules are listed below. I'm having trouble getting this work. Left Center Right …
C++ Can someone help me. I need to write a program to open the rule document for
C++ Can someone help me. I need to write a program to open the rule document for the game LCR. The rules are listed below. I'm having trouble getting this work. Here is an example…
C++ Can someone help my adjust my program to the prompt given? RolodexEntryManag
C++ Can someone help my adjust my program to the prompt given? RolodexEntryManager.cpp ------------------------------------- #include <iostream> #include "RolodexEntry.h" #i…
C++ Can someone please make a heap header file with the code that I have. I have
C++ Can someone please make a heap header file with the code that I have. I have the cpp file. Please make a "heap.h" using my code. Also, this is the assignment, for reference: S…
C++ Can u explain the output for the sizes and adresses. Can you go over general
C++ Can u explain the output for the sizes and adresses. Can you go over general byte size and adress in c++ as well. #include <iostream> using namespace std; int main( ) {i…
C++ Can you guys help me with my code? My parameters for the function arrayStats
C++ Can you guys help me with my code? My parameters for the function arrayStats is wrong and I don't know why. #include #include using namespace std; int COLS; void arrayStats(in…
C++ Can\'t seem to make this program work right... Need to draw cards based on s
C++ Can't seem to make this program work right... Need to draw cards based on score, but it seems to only draw cards at random or not at all when it probably should. Any help is a…
C++ Change the first two lines to reflect the fact that we want integers list
C++ Change the first two lines to reflect the fact that we want integers list<int> gradesList; // create an empty list list<int>::iterator i = gradesList.begin(); Modi…
C++ Chapter 11 defined the class boxType by extending the definition of the clas
C++ Chapter 11 defined the class boxType by extending the definition of the class rectangleType. In this exercise, derive the class boxType from the class rectangleType, defined i…
C++ Checkers Game I already wrote the program but I feel that the AI code is wea
C++ Checkers Game I already wrote the program but I feel that the AI code is weak. I want AI to avoid it's peices from being eaten and try it's best to win the Game instead of goi…
C++ Checking For Anagrams using a MAP. bool isAnagram(string str1, string str2);
C++ Checking For Anagrams using a MAP. bool isAnagram(string str1, string str2); Use the STL map to test whether or not two strings are anagrams of each other. Recall that anagram…
C++ Circular Linked List HELP NEEDED! In a distant land, the death penalty is st
C++ Circular Linked List HELP NEEDED! In a distant land, the death penalty is still in force. The king of the land, who likes to think that he is a nice chap, has made the executi…
C++ Circular Linked Lists and Nodes Program takes user\'s input. Let\'s say \"Co
C++ Circular Linked Lists and Nodes Program takes user's input. Let's say "Computer Science" in this case. Then the program removes every other letter from the user's input and pu…
C++ City Populations ve of this lab is compare the populations of various cities
C++ City Populations ve of this lab is compare the populations of various cities that lie in between and Dayton on I-75. Write a program that produces a bar illustrating the popul…
C++ Class 1. [11.1 - Using #ifndef] In order to prevent yourself from accidental
C++ Class 1.       [11.1 - Using #ifndef] In order to prevent yourself from accidentally telling c++ to define the InvItem class multiple times, we use preprocessor statements (di…
C++ Class Arrays. If anyone is able to help me it would be greatly appreciated,
C++ Class Arrays. If anyone is able to help me it would be greatly appreciated, thank you in advance! //---------------------------------------------------------------------------…
C++ Class Coding Help Design and code a class to represent rational numbers. Rec
C++ Class Coding Help Design and code a class to represent rational numbers. Recall that rational numbers have a numerator and a denominator both of which come from the set of int…
C++ Class help Cut and paste the code from battleship.h below into a battleship
C++ Class help Cut and paste the code from battleship.h below into a battleship class in a new .cpp file  You will then create your class file with a number of methods. (Remember:…
C++ Class understanding HI, I\'m trying to understand how to create and use clas
C++ Class understanding HI, I'm trying to understand how to create and use class objets. Please run my code , analyse it and tell me what is really wrong with it. And how to avoid…
C++ Classes Create a complete (yet brief) specification (student.h), implementat
C++ Classes Create a complete (yet brief) specification (student.h), implementation (student.cpp) and driver (studentDriver.cpp) files for a Student class. The class should store …
C++ Classes Lab Exercise: This portion of the lab should be completed during you
C++ Classes Lab Exercise: This portion of the lab should be completed during your lab session. The exercise for this week is to write a class that simulates managing a simple bank…