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 55 / 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++ Help! For this lab, we are going to practice a few different aspects of prog
C++ Help!    For this lab, we are going to practice a few different aspects of programming in C++. ·        Practice using cin and cout. ·        Practice using a loop (for or whi…
C++ Help! I have this following code and it works to find the average. But now I
C++ Help! I have this following code and it works to find the average. But now I need to find the standard deviation and im not sure where to start. I have it prompt a user to how…
C++ Help! I wrote this program and don\'t understand how to actually open the fi
C++ Help! I wrote this program and don't understand how to actually open the file once I run it, once it says "Enter the name of the file with e-mail addresses:" **Sample Output I…
C++ Help! Implement the findMin and sortArr functions in the provided code file.
C++ Help! Implement the findMin and sortArr functions in the provided code file. findMin takes three arguments: the array as a, the size of the array as s, and the index that you …
C++ Help! PLEASE FOLLOW ALL DIRECTIONS! NEED DONE ASAP! PLEASE INCLUDE COMMENTS
C++ Help! PLEASE FOLLOW ALL DIRECTIONS! NEED DONE ASAP! PLEASE INCLUDE COMMENTS AND SCREENSHOTS! Question 21 YOU ARE ALLOWED TO USE A COMPILER TO SOLVE PROBLEM: Define a class Acc…
C++ Help! Problem Definition Build a Date class and a main function to test it S
C++ Help! Problem Definition Build a Date class and a main function to test it Specifications Below is the interface for the Date class: it is our contract" with you: you have to …
C++ Help! The following Program Works, but I am unsure of how to replace every l
C++ Help! The following Program Works, but I am unsure of how to replace every line break in a file with a single space. I need to add a LineBreak.h Thank You! //FileFilter.H //ad…
C++ Help! Write a program that displays a menu, Keeps track of the number of tim
C++ Help! Write a program that displays a menu, Keeps track of the number of times the menu displays(executed). If the user selects any option, other than exit increment the count…
C++ Help! implementation of Node based Stack data structure? #include using name
C++ Help! implementation of Node based Stack data structure? #include using namespace std; class Stack; class Node{    private:        Node(char, Node*);        char data;        …
C++ Help! using multiple data type variable declarations, input with cin, output
C++ Help! using multiple data type variable declarations, input with cin, output with cout including escape characters and formatting, arithmetic operations, boolean logic, while …
C++ Help!! 1.1 Pass-by-reference Assignment For this part of the lab (lab3a), we
C++ Help!! 1.1 Pass-by-reference Assignment For this part of the lab (lab3a), we are going to pretend that we are on a text-based adventure game. Our life will be measured via hit…
C++ Help!! Beginner programing please! No global variables! For this project you
C++ Help!! Beginner programing please! No global variables! For this project you will write a couple of classes that could be used to make a program that plays the game Battleship…
C++ Help!!! 6.2. Pointer Assignment For this part of the lab (lab3b), these are
C++ Help!!! 6.2.   Pointer Assignment For this part of the lab (lab3b), these are the requirements: •   Declare a normal integer variable called numIcedTea and initialize it to 10…
C++ Help, Declaraing a template as data type for parameter. MyDynamicArray(const
C++ Help, Declaraing a template as data type for parameter. MyDynamicArray(const MyDynamicArray<V,CAP> &original); //copy constructor //Prototype template <typename V…
C++ Help, I can\'t find what\'s wrong in my program. The sample output is below
C++ Help, I can't find what's wrong in my program. The sample output is below and the program I wrote is below that. I'm having issues with the "12 hour mode is turned on", and no…
C++ Help. Hello, I am struggling to finish the code for the following prompt: Th
C++ Help. Hello, I am struggling to finish the code for the following prompt: The sample code for the program is as follows: #include #include #include #include #include #include …
C++ Help. Inheritence Problem. Hi, I have this c++ programming problem I need he
C++ Help. Inheritence Problem. Hi, I have this c++ programming problem I need help with. the prompt is: "Package-delivery services such as FedEx, UPS, and DHL offer a number of di…
C++ Help. Inheritence Problem. Hi, I have this c++ programming problem I need he
C++ Help. Inheritence Problem. Hi, I have this c++ programming problem I need help with. the prompt is: "Package-delivery services such as FedEx, UPS, and DHL offer a number of di…
C++ Help. Please add comments to the following program. #ifndef BOX_H #define BO
C++ Help. Please add comments to the following program. #ifndef BOX_H #define BOX_H class Box { public:    Box(int length, int width, int height);    Box();    Box operator+(const…
C++ Help. Please read and follow ALL directions. Please include Comments! Please
C++ Help. Please read and follow ALL directions. Please include Comments! Please include screenshots as well so I know how to set up in Visual Studio. Thank you. Solve problem 5 o…
C++ Help. Please read and follow ALL directions. Please include Comments! Please
C++ Help. Please read and follow ALL directions. Please include Comments! Pleases include screenshots of how to set up in development environment. Please make sure code runs per g…
C++ Help. Please read and follow ALL directions. Please include Comments! Thank
C++ Help. Please read and follow ALL directions. Please include Comments! Thank you. Solve problem 5 on page 891 using the following modifications: Assume SavingsAccount: Assume a…
C++ Help. String manipulation. Using string functions in C++, write the body of
C++ Help. String manipulation. Using string functions in C++, write the body of the function replace_2nd, which is intended to change the string s1, replacing the 2nd occurrence o…
C++ Help. Unable to delete items. Saying cannond delete expression of type share
C++ Help. Unable to delete items. Saying cannond delete expression of type shared_ptr<Node<int>> Trying to delete temp,cur, and cur. template void DoublyLinkedList::de…
C++ Help. Will rate So I am reading data from a file telegram.txt and the genera
C++ Help. Will rate So I am reading data from a file telegram.txt and the general format that is on the file is this: Leslie Knope 1456 Plymouth Street Pawnee, IN 47408 Amount Owe…
C++ Help. Write a program that maintains loan information for a local bank. Crea
C++ Help. Write a program that maintains loan information for a local bank. Create a base class Loan which has the following members: Data members: string name, int loanNumber, do…
C++ Help.. can not get these to run. It is due tomorrow. Can\'t get these to wor
C++ Help.. can not get these to run. It is due tomorrow. Can't get these to work. ===> Project 15: Buoyancy. Buoyancy is the ability of an object to float. Archimedes’ principl…
C++ Help: Build a binary search tree, using links (not an array) for 15 records.
C++ Help: Build a binary search tree, using links (not an array) for 15 records. The data in these records will hold names and their associated weights. Read the data from the scr…
C++ Help? Need help on some homework. Here are the questions... I am new to C++
C++ Help? Need help on some homework. Here are the questions... I am new to C++ and this part has been giving me fits of issues... can anyone help me out with the following proble…
C++ Help? Please? Class Templates In this experiment you will investigate a temp
C++ Help? Please? Class Templates In this experiment you will investigate a template array class #include <iostream>       #include <string>             using namespac…
C++ Helps Someheader.h: sample result shoudl be: 1A 1A 1B 1A 1B 1B Instructions
C++ Helps Someheader.h: sample result shoudl be: 1A 1A 1B 1A 1B 1B Instructions In this exercise you will be working with typeid0. Download the file SomeHeader.h, which defines a …
C++ Here are some variables and outputs. Tell and describe what code could be us
C++ Here are some variables and outputs. Tell and describe what code could be used to produce the output given. Most are cout statements with library function calls, stream manipu…
C++ Here is a list of all the things your Subway store needs to sell: Types of b
C++ Here is a list of all the things your Subway store needs to sell: Types of bread: WheatBread, HerbBread, WhiteBread, Protein: Ham, Tuna, SoyPatty, Veggie, Toppings: Pickles, B…
C++ Hi! I\'m having a problem with printing the totals and averages. It gives me
C++ Hi! I'm having a problem with printing the totals and averages. It gives me strange numbers like below. Thank you! Employee Pay Hours Gross Tax Net Name Rate Worked Pay Due Pa…
C++ Hi, Please, Do not use using namespace std; Please write a detailed comment
C++ Hi, Please, Do not use using namespace std; Please write a detailed comment so I can understand the code and will be able to solve a problem like that. Many Thanks! Write a pr…
C++ Highlighting Image One way to highlight objects in an image is to make all p
C++ Highlighting Image One way to highlight objects in an image is to make all pixels below a threshold (T1) 0, and all pixels about a threshold (T2) 255. Write a program to input…
C++ Homework # 1: Write a program that does the following: Reads from a file 10
C++ Homework # 1: Write a program that does the following: Reads from a file 10 integers (one per line) - file name Integers.dat Squares each of the integers. Adds the 10 integers…
C++ Homework Help Create a C++ program as follows: 1. Ask the user for the name
C++ Homework Help Create a C++ program as follows: 1. Ask the user for the name of a file, read the name of the file from standard input. The first row of the file contains the nu…
C++ Homework Help Create a C++ program as follows: 1. Ask the user for the name
C++ Homework Help Create a C++ program as follows: 1. Ask the user for the name of a file, read the name of the file from standard input. The first row of the file contains the nu…
C++ Homework debug help needed! Here\'s the homework assignment. _______________
C++ Homework debug help needed! Here's the homework assignment. ______________________________________________________________________________ Here's my code for the assignment wh…
C++ Homework help Hello, I need help in making an insertionsort method similar t
C++ Homework help Hello, I need help in making an insertionsort method similar to this excahnge sort method: - void SortingMachine1::exchangeSort (ListOfT& s) {    T x;    for…
C++ Homework please Assignment 13.1 [45 points] See also client program and corr
C++ Homework please Assignment 13.1 [45 points] See also client program and correct output. Write a string class. To avoid conflicts with other similarly named classes, we will ca…
C++ Homework: Read the file into the 3 arrays and print them in the forward dire
C++ Homework: Read the file into the 3 arrays and print them in the forward direction (in the order the data was read from the file) and then in the reverse direction. Create a fu…
C++ How can I add a space between the two strings? #include #include
C++ How can I add a space between the two strings? #include <iostream> #include <cctype> #include <cstring> using namespace std; int main() { string str1, str2; …
C++ How can I convert a double to a string with fixed point notation so it only
C++ How can I convert a double to a string with fixed point notation so it only shows 2 digits after the decimal? Here's my code: #include <iostream> #include <fstream&gt…
C++ How can I make the my code continue if the user types in Y for Yes and N for
C++ How can I make the my code continue if the user types in Y for Yes and N for no? #include<iostream> #include<cmath> #include <conio.h> #include "BubbleSort.h…
C++ How do I start this? Using an appropriate definition of ListNode, design a s
C++ How do I start this? Using an appropriate definition of ListNode, design a simple linked list class called StringList with the following member functions: The add() function a…
C++ How do I start this? Using an appropriate definition of ListNode, design a s
C++ How do I start this? Using an appropriate definition of ListNode, design a simple linked list class called StringList with the following member functions: void add (std::strin…
C++ How do I start this? Using an appropriate definition of ListNode, design a s
C++ How do I start this? Using an appropriate definition of ListNode, design a simple linked list class called StringList with the following member functions: void add (std::strin…
C++ How to Program, by Deitel, 9th Edition - Chapter 12, Making a Difference 12.
C++ How to Program, by Deitel, 9th Edition - Chapter 12, Making a Difference 12.16 12.16 (CarbonFootprint Abstract Class:Polymorphism) Using an abstract class with only pure virtu…