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 90 / 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++ hello there, i need your help with this C++ program. i am not a computer sci
C++ hello there, i need your help with this C++ program. i am not a computer science major and programming is hard for me. i am doing a conncet 4 game and i do not know why my cod…
C++ help 16.9 homework 5a : Priority Queue using Linked Lists Linked lists are o
C++ help 16.9 homework 5a : Priority Queue using Linked Lists Linked lists are one of the many "linked" data structures that are used to store information. In this assignments, yo…
C++ help : using .txt file Implement the function vector getTokenFreq
C++ help : using .txt file Implement the function vector<TokenFreq> getTokenFreq( string inFile_name); This function reads the specified input file line by line, identifies …
C++ help Complete the following function that takes 3 arguments of a circle : -
C++ help Complete the following function that takes 3 arguments of a circle : -       radius (input argument) -       area (output argument, to be calculated) -       circumferenc…
C++ help Create a class called Password that represents the password for a user
C++ help Create a class called Password that represents the password for a user account. The class should have at least one string data member representing the password and the fo…
C++ help Displays the number of times the numbers from 1 through 9 appear in a t
C++ help Displays the number of times the numbers from 1 through 9 appear in a two-dimensional array #include <iostream> #include <cstdlib> #include <ctime> usin…
C++ help Please. Complete this function that calculates the N-powers of the numb
C++ help Please. Complete this function that calculates the N-powers of the numbers in an array "numbers" and put the results in the same numbers array. N is given as the exponent…
C++ help So I\'m trying to write a program that takes as its input a text file t
C++ help So I'm trying to write a program that takes as its input a text file that contains some C++ code. Your program should determine if all brackets within the text file are n…
C++ help Use the scientific method to perform an experiment to see whether a dat
C++ help Use the scientific method to perform an experiment to see whether a data structure’s operation is consistent with its theoretical big-O running time. The assignment is to…
C++ help Xcode #include \"iostream.h\" #include \"fstream.h\" #include \"iomanip
C++ help Xcode #include "iostream.h" #include "fstream.h" #include "iomanip.h" #include <math.h> #include "conio.h" #include <string.h> using namespace std; fstream da…
C++ help code this? Question in the picture below. Write a program to handle a u
C++ help code this? Question in the picture below. Write a program to handle a users rolodex entries. (A rolodex is a system with tagged cards each representing a contact. It woul…
C++ help in fixing card trick program -the program won\'t complie and I do not k
C++ help in fixing card trick program -the program won't complie and I do not know while - program posted below: #include #include #include #include using namespace std; // Functi…
C++ help inplement the Singly linked list interface to store the data from Words
C++ help inplement the Singly linked list interface to store the data from Words.txt Here's my code I used for word.txt #include<iostream> #include<fstream> #include&l…
C++ help me answer these questions in regard to the code? #include #in
C++ help me answer these questions in regard to the code? #include<iostream> #include<string.h> #include<stdlib.h> using namespace std; //Class Month definition …
C++ help me to do this code please. All, For those of you that are interested, I
C++ help me to do this code please. All, For those of you that are interested, I am going to offer an Extra Credit assignment. This assignment will involve creating a LinkedList i…
C++ help method to measure the effect of the channel, we need a To implement a c
C++ help method to measure the effect of the channel, we need a To implement a channel i comparison technique. What is the best way to compare two signals? The answer for this cri…
C++ help needed Hey having trouble writing this program any responces will help
C++ help needed Hey having trouble writing this program any responces will help thank you : Write a program in C++ using a FOR loop that will accomplish the following items. 1.) I…
C++ help please This is chapter pointers and classes. Client program: Data file:
C++ help please This is chapter pointers and classes. Client program: Data file: Correct output: See also client program, data file, and correct output. Write a string class. To a…
C++ help please Write a program that asks the user to enter student’s numeric Gr
C++ help please Write a program that asks the user to enter student’s numeric Grade; and display the numeric grade and letter grade. Numerical grades are whole numbers, no fractio…
C++ help please and thank you with some homework! can you also prove it works th
C++ help please and thank you with some homework! can you also prove it works thank you #include <iostream> #include <string> using namespace std; // Compiling this pr…
C++ help please and thank you. this is my assignment. Implement the sort procedu
C++ help please and thank you. this is my assignment. Implement the sort procedure from Assignment 18 as a void function. Pass the address of the first array element to the functi…
C++ help please show program working and each file with a label please. The file
C++ help please show program working and each file with a label please. The files should be labeled as: prog8disk.h, prog8tower.h, prog8tower.cpp, prog8client.cpp Thank you! Manda…
C++ help please! /* This program will output sales data to an output file opened
C++ help please! /* This program will output sales data to an output file opened in append mode. You will write the program, then run it twice to verify that the append mode worke…
C++ help please! /* This program will output sales data to an output file opened
C++ help please! /* This program will output sales data to an output file opened in append mode. You will write the program, then run it twice to verify that the append mode worke…
C++ help please! This game will store the alphabet in a string called letters an
C++ help please! This game will store the alphabet in a string called letters and then select a random letter from the string using a random number as an index for the substr func…
C++ help please! Write a program called array.cpp which prompts and reads a list
C++ help please! Write a program called array.cpp which prompts and reads a list of positive numbers (ints) into an array, prints the array, finds the minimum value in the array, …
C++ help please!! Take the broken c++ code, provided with this project, and repa
C++ help please!! Take the broken c++ code, provided with this project, and repair it. The line numbers listed here are for the unaltered original busted code. There are a couple …
C++ help please. It\'s Due in exactly and HOUR. Write a program FinalB-XXXXX.cpp
C++ help please. It's Due in exactly and HOUR. Write a program FinalB-XXXXX.cpp in which you read many numbers between 1 and 50 from a file named "numbers.txt". i have the file nu…
C++ help program something like this? Write a program to determine if the user\'
C++ help program something like this? Write a program to determine if the user's input is a palindrome or not Recall that a palindrome is a word which is the same when spelled for…
C++ help thank you! Data file: Client program: Correct output: (What we need to
C++ help thank you! Data file: Client program: Correct output: (What we need to do) you'll be making the following refinements to the class that you wrote in the last assignment. …
C++ help thank you! This project is to work on the assignment I\'ve done before,
C++ help thank you! This project is to work on the assignment I've done before, I posted the previous assignment's requirement and my code for that one below so it might seems kin…
C++ help thank you! This project is to work on the assignment I\'ve done before,
C++ help thank you! This project is to work on the assignment I've done before, I posted the previous assignment's requirement and my code for that one below so it might seems kin…
C++ help thank you! This project is to work on the assignment I\'ve done before,
C++ help thank you! This project is to work on the assignment I've done before, I posted the previous assignment's requirement and my code for that one below so it might seems kin…
C++ help this is my assignment.............Write a program to open the text file
C++ help this is my assignment.............Write a program to open the text file named "CSC2134.TXT" that you created in assignment 21 for input, then read all the lines of text f…
C++ help to make Multiple choice function for testbank file I/O program. I made
C++ help to make Multiple choice function for testbank file I/O program. I made the function I just need help figuring out how to do the choices for it. Below is my code and the p…
C++ help with basic function use Play the rock paper scissors game. Two players
C++ help with basic function use Play the rock paper scissors game. Two players enter either rock, paper, or scissors and the winner is determined as follows: Ask the user if s/he…
C++ help with some programming homework can you please help THANK YOU!! #include
C++ help with some programming homework can you please help THANK YOU!! #include <iostream> #include <string> using namespace std; // Add an overloaded << operat…
C++ help xcode #include \"brickGame.h\" #include \"iostream.h\" struct brickBrea
C++ help xcode #include "brickGame.h" #include "iostream.h" struct brickBreak { float q,s,w,h; bool alive; }b[45]; float red1,red2,green1,green2,blue1,blue2; struct brickBall { fl…
C++ help! ** Write a function named percentHeads that takes an integer number of
C++ help! ** Write a function named percentHeads that takes an integer number of coin tosses as a parameter and then returns the percentage of times the coin lands on heads when t…
C++ help! Create classes for a Shape, Circle, and Rectangle. All shapes have a n
C++ help! Create classes for a Shape, Circle, and Rectangle. All shapes have a name and color and they take up some area. However, a circle's area is dependent upon its radius, wh…
C++ help! In addition to the current program, ** Write a function named percentH
C++ help! In addition to the current program, ** Write a function named percentHeads that takes an integer number of coin tosses as a parameter and then returns the percentage of …
C++ help! Write a program to compute numeric grades for a course. The course rec
C++ help! Write a program to compute numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following fo…
C++ help!!! 1. A vertex which has incoming edges from all vertices and has no ou
C++ help!!! 1. A vertex which has incoming edges from all vertices and has no outgoing edges is called a Universal sink. 2. Write a function that returns true if there is a Univer…
C++ help, How do i modify the code bellow so that instead of binary it read and
C++ help, How do i modify the code bellow so that instead of binary it read and write as regual text file? try{ ifstream inFile; // vector to store name and sort on the basis of n…
C++ help. I am having difficulty understanding pointers within function prototyp
C++ help. I am having difficulty understanding pointers within function prototypes and structures. I understand the code withing the struc and func itself. I just am confused abou…
C++ help. I have found 2 errors but need help finding 3 more. // Overloading.cpp
C++ help. I have found 2 errors but need help finding 3 more. // Overloading.cpp : This code contains five errors before it will work as desired. Find those errors, // document a …
C++ help. I just need to know what the array would look like from this code: Giv
C++ help. I just need to know what the array would look like from this code: Given a class “Employee” with a method called “getBasePay()”, and 2 subclasses, “SalaryEmployee” and “…
C++ help. I just need to know what the array would look like from this code: Giv
C++ help. I just need to know what the array would look like from this code: Given a class “Employee” with a method called “getBasePay()”, and 2 subclasses, “SalaryEmployee” and “…
C++ help. I need help with all the TO DO: REWRITE THIS FUNCTION. This code is me
C++ help. I need help with all the TO DO: REWRITE THIS FUNCTION. This code is meant for toll collection system used for The Toll Roads. Simplifying assumptions In order to make th…
C++ help. Write a program named Lab5b.cpp . This program reads expense data from
C++ help. Write a program named Lab5b.cpp. This program reads expense data from a file in a predefined format and produces an expense report. Follow the steps described here to co…