Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 99 / 1624
C++ programming A rectangle is completely determined by the coordinates of two o
C++ programming A rectangle is completely determined by the coordinates of two of its diagonally opposite corners. For example, the points (1, 2) and (7, 5) determine a rectangle …
C++ programming A retail store has a preferred customer plan where customers may
C++ programming A retail store has a preferred customer plan where customers may earn discounts on all their purchases.The amount of a customer’s discount is determined by the amo…
C++ programming A user wants to store a set of N number - value of N is input by
C++ programming A user wants to store a set of N number - value of N is input by the user such that N >= 10 [Validate Input]. The system first reads the value of “N”, prompts t…
C++ programming Assume you have a Money class that has two private attributes: u
C++ programming Assume you have a Money class that has two private attributes: unsigned int cent_; unsigned int dollars_; And the following public methods: Money(unsigned int cent…
C++ programming Below is a sequential code to process the Mandelbrot Set Goal:to
C++ programming Below is a sequential code to process the Mandelbrot Set Goal:to implement the above code in parallel using both open mp and MPI Below is the example input and out…
C++ programming C++ programming ------------------------------------------------
C++ programming C++ programming ----------------------------------------------------------- Write a program that opens a file of the users choice that contains a list of birthdays…
C++ programming C++ programming C++ programming Dynamic Memory Allocation Design
C++ programming C++ programming C++ programming Dynamic Memory Allocation Design a class Student with these member variables: name (string) ID (integer) Create member functions as…
C++ programming C++ programming C++ programming Homework 3 Page 2 Homework 3-Lib
C++ programming C++ programming C++ programming Homework 3 Page 2 Homework 3-Library Application Extend your main program of part 1 with these capabilities: Due Wednesday, October…
C++ programming Can you solve the problem that linked list part doesn\'t compile
C++ programming Can you solve the problem that linked list part doesn't compile; the array part is broken as you have 20000 elements, and it's trying to put a number in at 20527 s…
C++ programming Coin Toss Simulator Write a class named Coin. The Coin class sho
C++ programming Coin Toss Simulator Write a class named Coin. The Coin class should have the following member variable: A string named sideUp. The sideUp member variable will hold…
C++ programming Course Grade Project Write a program that uses a structure to st
C++ programming Course Grade Project Write a program that uses a structure to store the following data: Member Name Description Name Student name (a structure) idNum Student ID nu…
C++ programming Course Grade Project Write a program that uses a structure to st
C++ programming Course Grade Project Write a program that uses a structure to store the following data: Data file name: CIT237StudentGrades.txt *If a data file exists, the program…
C++ programming Creating and Using a Class You will write a program to manage a
C++ programming Creating and Using a Class You will write a program to manage a shopping list. The program should display a list of items. The user must be able to enter and edit …
C++ programming Dividing a linked list into two sublists of almost equal sizes a
C++ programming Dividing a linked list into two sublists of almost equal sizes a. Add the operation. divideMid to the class linkedListType as follows: void. divideMid (linkedListT…
C++ programming Exercises 1,3,5,7, and 9 Indicate whether the following statemen
C++ programming Exercises 1,3,5,7, and 9 Indicate whether the following statements a (T) or false (F) A break statement is used to immediately exit from a loop. T F The continue s…
C++ programming I can\'t seem to figure out whats wrong with my program, any hel
C++ programming I can't seem to figure out whats wrong with my program, any help would be great. here is the program I am working on A file filter reads an input file, transforms …
C++ programming I need help counting consonants, digits, andsentences in a data
C++ programming I need help counting consonants, digits, andsentences in a data file. Example Program output Enter inputfile name data09 The reformatted content of data09 is: Jack…
C++ programming I need help counting consonants, digits, andsentences in a data
C++ programming I need help counting consonants, digits, andsentences in a data file. I also have to search for thelongest string in the file and count how many times a search str…
C++ programming I need help counting consonants, digits, andsentences in a data
C++ programming I need help counting consonants, digits, andsentences in a data file. I also have to search for thelongest string in the file and count how many times a search str…
C++ programming I need help counting words and letters in a data file. Example P
C++ programming I need help counting words and letters in a data file. Example Program output Enter inputfile name data09 The reformatted content of data09 is: Jack and Jill went …
C++ programming I need help creating a formula for the Euclidean algorithm,which
C++ programming I need help creating a formula for the Euclidean algorithm,which will find the greatest common divisor for a fractiona/b. Given two natural numbers, a and b, check…
C++ programming I need help creating a formula for the function: void findfactor
C++ programming I need help creating a formula for the function: void findfactors (int num, int& factors) The function should display the factors for num in a tablewith 5 colu…
C++ programming I need help finding a search word and the longestword in a data
C++ programming I need help finding a search word and the longestword in a data file. Example Program output Enter inputfile name data09 Enter search string ill The reformatted co…
C++ programming I need help writing a program that will interactively prompt the
C++ programming I need help writing a program that will interactively prompt the user for the name of an input file and read it. I needto be able to open the input file (using an …
C++ programming Inheritance A file filter reads an input file, transforms it in
C++ programming Inheritance A file filter reads an input file, transforms it in some way, and writes the results to an output file. Write a file filter class that defines a functi…
C++ programming Instructions The Internet and the web enable people to network,
C++ programming Instructions The Internet and the web enable people to network, join a cause, and so on. The presidential candidates in 2012 used the Internet to get out their mes…
C++ programming Is there a formula or loop to find the median of a list ofnumber
C++ programming Is there a formula or loop to find the median of a list ofnumbers? After arranging a list of values in order, the median is thevalue found in the middle. If the nu…
C++ programming Long question, answer to it very much appreciated. Please answer
C++ programming Long question, answer to it very much appreciated. Please answer all parts thank you :) Create all of the following classes and create definitions for all the nece…
C++ programming Please comment your code. The Westfield carpet company has asked
C++ programming Please comment your code. The Westfield carpet company has asked you to write an application that calculates the price of carpeting for rectangular rooms. To calcu…
C++ programming Pointers Create a program that creates and initializes: a charac
C++ programming Pointers Create a program that creates and initializes: a character, an int, a short, a long, a double, a float Create pointers to each. creates and initializes 6 …
C++ programming Problem #28 - Using Files - Student Line Up Modify the Student L
C++ programming Problem #28 - Using Files - Student Line Up Modify the Student Line Up program described in Programming Challenge 15 so that it gets the names from a data file. Na…
C++ programming Program 1: Write a program that uses a structure to store the fo
C++ programming Program 1: Write a program that uses a structure to store the following weather data for a particular month: Total Rainfall High Temperature Low Temperature Averag…
C++ programming Students from CSCE 206 attended a test that had two versions of
C++ programming Students from CSCE 206 attended a test that had two versions of the exam, Version_A, and Version_B. 15 students received version A, and their scores are 52, 86, 95…
C++ programming Summary: searching text files for (key, value) pairs, e.g. movie
C++ programming Summary: searching text files for (key, value) pairs, e.g. movies and their total revenue. Google collects all sorts of interesting data: what words appear most fr…
C++ programming The Fibonacci series is a sequence of integers starting with 0an
C++ programming The Fibonacci series is a sequence of integers starting with 0and 1. All subsequent values in the sequence are the sum of the 2previous values. 0,1,1,2,3,5,8,13,21…
C++ programming The assignment is to input iClicker data for one class session,
C++ programming The assignment is to input iClicker data for one class session, and then analyze this data to see how many questions were given, how many students answered, how ma…
C++ programming The intent of this assignment is to get you to create user defin
C++ programming The intent of this assignment is to get you to create user defined functions and also make use of repetition, so you must use each in order to get credit for the p…
C++ programming The intent of this assignment is to get you to create user defin
C++ programming The intent of this assignment is to get you to create user defined functions and also make use of repetition, so you must use each in order to get credit for the p…
C++ programming Tossing Coins for a Dollar For this part, you will create a game
C++ programming Tossing Coins for a Dollar For this part, you will create a game program using the Coin class from Programming Challenge 12. The program should have three instance…
C++ programming Use the C++ Standard Template Library’s stack class to write a p
C++ programming Use the C++ Standard Template Library’s stack class to write a program for processing a file of postfix expressions. Recall that in a postfix expression, a binary …
C++ programming Using the attached header file , create the companion . cpp file
C++ programming Using the attached header file, create the companion .cpp file #pragma once #ifndef CRAYONBOX_H #define CRAYONBOX_H #include using namespace std; class CrayonBox {…
C++ programming Using the definition of a limit, the program to be written will
C++ programming Using the definition of a limit, the program to be written will determine the derivative of a quadratic function (form shown below) at any given value of x with an…
C++ programming Using the definition of a limit, the program to be written will
C++ programming Using the definition of a limit, the program to be written will determine the derivative of a quadratic function (form shown below) at any given value of x with an…
C++ programming Write a function to calculate the power of a number x n for a do
C++ programming Write a function to calculate the power of a number x n for a double x and integer n, using the “divide and conquer” algorithm. double power(double x, int n); • Th…
C++ programming Write a pair of client and server programs in that allow the cli
C++ programming Write a pair of client and server programs in that allow the client to download a file from the server. First, the user on the server's side starts the server as f…
C++ programming Write a pair of client and server programs in that allow the cli
C++ programming Write a pair of client and server programs in that allow the client to download a file from the server. First, the user on the server's side starts the server as f…
C++ programming Write a program that defines a class Person and implement it as
C++ programming Write a program that defines a class Person and implement it as required. The class Person should consist of three private member variables: firstName of type stri…
C++ programming Write a program that simulates a lottery. The program should hav
C++ programming Write a program that simulates a lottery. The program should have an array of five integers named lottery, and should generate a random number in the range of 0 th…
C++ programming Write a program that will sort an input string in ascending and
C++ programming Write a program that will sort an input string in ascending and descending order. The program will contain functions for the Bubble Sort and the Selection Sort tha…
C++ programming Write a program that will sort an input string in ascending and
C++ programming Write a program that will sort an input string in ascending and descending order. The program will contain functions for the Bubble Sort and the Selection Sort tha…