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 82 / 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++ Use a linked list to simulate 3 TCP/IP packest. Ech packet should have sourc
C++ Use a linked list to simulate 3 TCP/IP packest. Ech packet should have source IP, destination IP, and data (20 characters). Search each packet for suspicious IP that starts wi…
C++ Use a stack to parse an input XML file, check the XML for validity, and to u
C++ Use a stack to parse an input XML file, check the XML for validity, and to use the data to create data payload instances from the input XML. The driver program is given in the…
C++ Use a stack to parse an input XML file, check the XML for validity, and to u
C++ Use a stack to parse an input XML file, check the XML for validity, and to use the data to create data payload instances from the input XML. The driver program is given in the…
C++ Use a stack to parse an input XML file, check the XML for validity, and to u
C++ Use a stack to parse an input XML file, check the XML for validity, and to use the data to create data payload instances from the input XML. The driver program is given in the…
C++ Use a two-dimensional array to solve the following problem. A company has fo
C++ Use a two-dimensional array to solve the following problem. A company has four salespeople (1 to 4) who sell five different products (1 to 5). Once a day, each salesperson pas…
C++ Use class Define a class called MinMax that has the following properties: It
C++ Use class Define a class called MinMax that has the following properties: It has two private integer members called mMin and mMax, mMax is always larger or equal than mMin. Ha…
C++ Use class function Please write the whole code Define a class called MinMax
C++ Use class function Please write the whole code Define a class called MinMax that has the following properties: It has two private integer members called mMin and mMax. mMax is…
C++ Use for loop, while loop, and do while loops to generate a table of decimal
C++ Use for loop, while loop, and do while loops to generate a table of decimal numbers, as well as the binary, octal, and hexadecimal equivalents of the decimal numbers, in the r…
C++ Use recursion to complete the function oddDownEvenUp() so it first prints al
C++ Use recursion to complete the function oddDownEvenUp() so it first prints all odd integers from largest odd number <= argument down to 1. The same function call must then p…
C++ Use template if possible. Please read carefully. I will give you a thumbs up
C++ Use template if possible. Please read carefully. I will give you a thumbs up immediately when you answer the solution correctly. More details: The user enters "Computer Scienc…
C++ Use the CLASS I PROVIDED!!!! REVISE THIS CLASS BELOW (LINK PROVIDED): 1. Ove
C++ Use the CLASS I PROVIDED!!!! REVISE THIS CLASS BELOW (LINK PROVIDED): 1. Overload increment (pre & post) operator(++ )for the CLASS I PROVIDED If f1 is a Fraction object h…
C++ Use the code: #include using namespace std; /* Type your code her
C++ Use the code: #include <iostream> using namespace std; /* Type your code here. */ int main() {    int num;    cout << "Please enter a number between 2 and 1000: ";…
C++ Use the sorted array that you get in Step 2 from question 1 (you can re-use
C++ Use the sorted array that you get in Step 2 from question 1 (you can re-use the relevant portions of previous code to get the sorted array), 1. Print the elements of the array…
C++ Use visual studio 2015. *write a program that uses an array declaration stat
C++ Use visual studio 2015. *write a program that uses an array declaration statement to initialize the following numbers in an array named slopes:17.24,25.63,5.94,33.92,3.71,32.8…
C++ Use visual studio not java 3) A mail-order house sells five products whose r
C++ Use visual studio not java 3) A mail-order house sells five products whose retail prices are as follows: product 1, $2.98; product 2, $4.50; product 3, $9.98; product 4, $4.49…
C++ User - Defined Functions I need a user defined function which determines whe
C++ User - Defined Functions I need a user defined function which determines whether the entered income is a low or high income and then based on that calculates the hourly rate a…
C++ Using Arrays, Functions and Pointers Write a program that manipulates an arr
C++ Using Arrays, Functions and Pointers Write a program that manipulates an array of numbers. Your program should define the functions described below. a) appendList( ): This fun…
C++ Using Standard Templates Today, we are going to modify our code to use the S
C++ Using Standard Templates Today, we are going to modify our code to use the STL vector<> template to contain all our instances of the WITperson class we instantiate. This…
C++ Using a loop, accept a starting balance as input from users for an investmen
C++ Using a loop, accept a starting balance as input from users for an investment, continuously prompting users for the investment until they enter a value greater than zero. Usin…
C++ Using linked lists, and a numbers.txt, use radix sort and print it to the co
C++ Using linked lists, and a numbers.txt, use radix sort and print it to the console. Radix sort is a unique sorting algorithm; implement the Radix Sort algorithm. The program ne…
C++ Using the classes extDateType from the Chapter 11 class projects and dayType
C++ Using the classes extDateType from the Chapter 11 class projects and dayType from the Chapter 10 class projects, design the class calendarType so that, given the month and the…
C++ VERSION ANWER (NO JAVA VERSION) Define a class to represent time. The class
C++ VERSION ANWER (NO JAVA VERSION) Define a class to represent time. The class should provide the following methods in the public user interface: A constructor that takes one int…
C++ Vector Code Write a function named countOutliers that has a vector parameter
C++ Vector Code Write a function named countOutliers that has a vector parameter (vector of integers), and two single integer parameters. The function should count all values in t…
C++ Vector Code Write a function that takes as parameters two vectors of strings
C++ Vector Code Write a function that takes as parameters two vectors of strings, the first populated, the second being initially empty. In the first parameter, some elements of t…
C++ Vectors Problem: Hello: This question might seem very long but I actually ha
C++ Vectors Problem: Hello: This question might seem very long but I actually have most of it done. I just need help with a part of the code, please continue reading, thank you fo…
C++ Vectors help: We had an activity today about vectors and I really don\'t kno
C++ Vectors help: We had an activity today about vectors and I really don't know what to do, I would love some help! Please write this in understandable basic vector language! Tha…
C++ Virtual Function and Abstract Class Design a class called IntArray that has
C++ Virtual Function and Abstract Class Design a class called IntArray that has the following protected member variables Variable Names size values Description an integer, size of…
C++ Visual studio Project 1.0 Overview C++ Visual studio Project 1.0 Overview Pr
C++ Visual studio Project 1.0 Overview C++ Visual studio Project 1.0 Overview Professor Albus Dumbledore, headmaster of Hogwarts School of Witchcraft and Wizardry is interested in…
C++ Visual studio Write a program that will: 1. declare a Class called Stocklist
C++ Visual studio Write a program that will: 1. declare a Class called Stocklist. It will encapsulate the following:         A. Name of the Company (private)         B.StockNode (…
C++ Visual studio only, in file comments would be appreciate it Data file (Data3
C++ Visual studio only, in file comments would be appreciate it Data file (Data3.txt): Note: use simple math functions to solve the problem: Note:  The file has 27 numeric values,…
C++ WITH CLASSES In this assignment you will be creating the code for several cl
C++ WITH CLASSES In this assignment you will be creating the code for several classes in order to implement a payroll program for a hospital. The program calculates the salaries f…
C++ WITH CLASSES Use the classes you have written in the lab (Die and Pair of Di
C++ WITH CLASSES Use the classes you have written in the lab (Die and Pair of Dice) to design and implement the MyGame class. This class represents a game where the user computes …
C++ We endeavor to set up some classes that can be used in future programs that
C++ We endeavor to set up some classes that can be used in future programs that involve playing card games with a human or simulating card games entirely by a computer. There are …
C++ What You Need to Do You have some freedom on this assignment. First, create
C++ What You Need to Do You have some freedom on this assignment. First, create a structure (named Student) that will describe each of students. The structure contains the followi…
C++ What am I doing wrong? My written code will not compile. The printArray Func
C++ What am I doing wrong? My written code will not compile. The printArray Function: The function is named printArray It takes in three parameters: the first parameter is an arra…
C++ What does the first of these functions do? //: Left \"bit\" shift operator (
C++ What does the first of these functions do? //: Left "bit" shift operator (actually: digit shift, or exponent translation) inline vnl_decnum operator<<(long int r) const …
C++ What does the following statement do? vector v(10); It creates a vector
C++ What does the following statement do? vector<int> v(10); It creates a vector object that can store only values of 10 or less. It creates a vector object and initializes …
C++ What is the depth of node holding key value 18? Determine the height of the
C++ What is the depth of node holding key value 18? Determine the height of the tree. How many internal nodes are there in this tree? How many external nodes are there in this tre…
C++ What is the ouput of this code and why?? 1) If the code of main( ) shown bel
C++ What is the ouput of this code and why?? 1) If the code of main( ) shown below is executed, the output will be: int enigma(int val1, int val2) {      return (val1 + val2); } i…
C++ When an author produce an index for his or her book, the first step in this
C++ When an author produce an index for his or her book, the first step in this process is to decide which words should go into the index; the second is to produce a list of the p…
C++ While I am providing the whole context. I only need help with writing the cl
C++ While I am providing the whole context. I only need help with writing the class PLaylist( Playlist.h and playlist.cpp. ) It is important that you please show me the code for t…
C++ While Loops ( weather.cpp ) Goals: • to use a sentinel controlled loop • to
C++ While Loops (weather.cpp) Goals: • to use a sentinel controlled loop • to use functions • to read to end of file • to read from a text file Weather Overview For this assignmen…
C++ Will Upvote Correct Solution! A) Fix any errors to get the following program
C++ Will Upvote Correct Solution! A) Fix any errors to get the following program to run in your environment. B) Document each line of code with comments and descibe any changes yo…
C++ Within a computer, color is often maintained as an object with three compone
C++ Within a computer, color is often maintained as an object with three components, a red channel, a green channel, and a blue channel, each with values between 0-255. The attach…
C++ Working with multiple classes. So I have this project out of my book that wa
C++ Working with multiple classes. So I have this project out of my book that wants me to work with just not the main class but also a .h and a .ccp class that the main class inhe…
C++ Write A Program: //Please DONT use stdio.h or fancy things like classes Give
C++ Write A Program: //Please DONT use stdio.h or fancy things like classes Given the following header: implement the function split so that it returns a vector of the strings in …
C++ Write a Boolean value-returning function definition called OpenFile with 2 p
C++ Write a Boolean value-returning function definition called OpenFile with 2 parameters. The first parameter, a string, contains the name of the file that is entered for opening…
C++ Write a C program to read a text file containing a list of vocabulary words
C++ Write a C program to read a text file containing a list of vocabulary words in alphabetical order. Your instructor will supply the word (text) file. The program should access …
C++ Write a C++ program that merges the numbers in two files and writes all the
C++ Write a C++ program that merges the numbers in two files and writes all the numbers into a third file.     Each input file contains a list of integers in order from smallest t…
C++ Write a Circle class that has the following member variables: radius: a doub
C++ Write a Circle class that has the following member variables: radius: a double pi: a double initialized with the value of 3.14159 The class shall have the following member fun…