Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 62 / 1624
C++ Object-Oriented Programming 1 #ifndef GRID_HPP 2 #define GRID_HPP 3 4 #inclu
C++ Object-Oriented Programming 1 #ifndef GRID_HPP 2 #define GRID_HPP 3 4 #include <memory> 5 #include <vector> 6 7 // /begin globals.hpp 8 enum class Direction {LEFT,…
C++ Object-Oriented Programming The files required include: – 2 files for a base
C++ Object-Oriented Programming The files required include: – 2 files for a base Pet class – 6 files (2 each) for three pet classes derived from Pet – 2 files for a Book class – 1…
C++ Objective: Review file streams and sorting (or learn this if you haven\'t in
C++ Objective: Review file streams and sorting (or learn this if you haven't in 22A) Learn about vectors (if you haven't in 22A), string streams and sort Assignment: Write a progr…
C++ Objective: Write a program to read a pre-specified file containing salespers
C++ Objective: Write a program to read a pre-specified file containing salespersons' names and daily sales for some number of weeks. It will create an output file with a file name…
C++ Objectives: 1. Classes and Data Abstraction 2. User-defined classes Question
C++ Objectives: 1. Classes and Data Abstraction 2. User-defined classes Question: In this assignment, you are asked to write the definition for a rectangle class and test it with …
C++ Objectives: Become familiar with C++ syntax. Become familiar with calculatio
C++ Objectives: Become familiar with C++ syntax. Become familiar with calculations using C++ programming language. Become familiar with writing functions. Instructions Please add …
C++ One method of encoding messages is known as the \" expanding square code \".
C++ One method of encoding messages is known as the "expanding square code". This method encodes message by placing the character of the message in an odd order square matrix row …
C++ One-dimensional Array Write a program that lets the user enter 10 values int
C++ One-dimensional Array Write a program that lets the user enter 10 values into an array. The program should then display the largest, the smallest, the sum, and the average val…
C++ One-dimensional Array Write a program that lets the user enter 10 values int
C++ One-dimensional Array Write a program that lets the user enter 10 values into an array. The program should then display the largest, the smallest, the sum, and the average val…
C++ One-dimensional Array Write a program that lets the user enter 10 values int
C++ One-dimensional Array Write a program that lets the user enter 10 values into an array. The program should then display the largest, the smallest, the sum, and the average val…
C++ Online shopping cart (continued), using the my previous code below, could us
C++ Online shopping cart (continued), using the my previous code below, could use help for this next continued part of the program... Instructions: https://ibb.co/h3nx8S --My Code…
C++ Only --Can you help me with my code? I need help showing some of the thing l
C++ Only --Can you help me with my code? I need help showing some of the thing listed in the questions section. #include <iostream> #include <iomanip> using namespace …
C++ Only with headers like: #include using namespace std; Question: I
C++ Only with headers like: #include <iostream> using namespace std; Question: I need code written for a retirement saving plan based off of this algorithm. For most people,…
C++ Only// The objective of this assignment is to fetch the contents of one file
C++ Only// The objective of this assignment is to fetch the contents of one file (which is provided) and copy it to another, modified. The input file will contain the names and gr…
C++ OpenGL // Suppose the vector v = [-4 2 -3]. Create three vectors: // 1. p, w
C++ OpenGL // Suppose the vector v = [-4 2 -3]. Create three vectors: // 1. p, which points in the same direction, but has a length of one // 2. q, which points in the same direct…
C++ OpenGL Mathematics // Complete the constructor and the checkPoint methods fo
C++ OpenGL Mathematics // Complete the constructor and the checkPoint methods for the Circle struct. // The constructor should assign the input arguments to the data members using…
C++ OpenGL Mathematics // Write a function that supports linear interpolation be
C++ OpenGL Mathematics // Write a function that supports linear interpolation between // two scalar (doubles) values. It should take two doubles as // arguments. These represent t…
C++ Operator Overloading - Need this done in Xcode. The TrashCan class code is p
C++ Operator Overloading - Need this done in Xcode. The TrashCan class code is provided at the bottom of this post. TrashCan void setSize( int size ); void addItem(); void empty()…
C++ Operator Overloading - Need this done in Xcode. The TrashCan class code is p
C++ Operator Overloading - Need this done in Xcode. The TrashCan class code is provided at the bottom of this post. TrashCan void setSize( int size ); void addItem(); void empty()…
C++ Operator Overloading Add the requested functionality to the Distance class b
C++ Operator Overloading Add the requested functionality to the Distance class below: class Distance { private: int feet; int inches; public: …
C++ Operator Overloading. Please help me with the scalar function of this code.
C++ Operator Overloading. Please help me with the scalar function of this code. Matrix<T> Matrix<T>::operator*(const T &scalar) { Operator Overloading #First-Name …
C++ Or C. Looking for help with this assignment. Please and thank you Objective:
C++ Or C. Looking for help with this assignment. Please and thank you Objective: Create a command line program that adds and removes values from an ordered double linked list. Gra…
C++ Out 58.0% Walk 9.7% Single 22.0% Double 6.1% Triple 2.5% Home Run 1.7% Based
C++ Out 58.0% Walk 9.7% Single 22.0% Double 6.1% Triple 2.5% Home Run 1.7% Based on the above percentages, write a program to simulate Alex stepping up to the plate 1000 t…
C++ Overview For this assignment you will be creating a multi-file project in wh
C++ Overview For this assignment you will be creating a multi-file project in which you implement your own templated linked list and use it to create a simple list of composers. W…
C++ P2 1)Who can access private data in a class? a)members of the class b)friend
C++ P2 1)Who can access private data in a class? a)members of the class b)friends of the class c)members of the class and of derived classes d)members of the class and friends 2)C…
C++ PLEASE Consider the following statements: struct nameType struct courseType
C++ PLEASE Consider the following statements: struct nameType struct courseType struct studentType string first; string last; string name; int cal1Num; int credits; char grade; na…
C++ PLEASE DO NOT COPY AND PASTE A PROGRAM FOUND ONLINE AS AN ASWER. I know I ca
C++ PLEASE DO NOT COPY AND PASTE A PROGRAM FOUND ONLINE AS AN ASWER. I know I can find C++ codes all over the internet to do this, but I am looking for someone who can help me wri…
C++ PLEASE HELP Calculating Coefficient Of Lift For this PROGRAM you will calcul
C++ PLEASE HELP Calculating Coefficient Of Lift For this PROGRAM you will calculate the coefficient of lift for a given flight-path angle based on wind tunnel data stored in a fil…
C++ PLEASE HELP!!! Please implement the recursive functions (except #3 and 7) wi
C++ PLEASE HELP!!! Please implement the recursive functions (except #3 and 7) with the function prototypes: //Function prototypes int binarySearch(const int anArray[], int first, …
C++ PLEASE THANK YOU: PART A: --------------------------------------------------
C++ PLEASE THANK YOU: PART A: -----------------------------------------------------------------------------------------------------------------------------------------------------…
C++ PLEASE Write and test a function that takes nouns and return their plurals o
C++ PLEASE Write and test a function that takes nouns and return their plurals on the basis of the following rules 1. if noun ends in “y” remove the “y” and add “ies” 2. if noun e…
C++ PLEASE Write templates for the two functions minimum and maximum. The minimu
C++ PLEASE Write templates for the two functions minimum and maximum. The minimum function should accept two arguments and return the value of the argument that is the lesser of t…
C++ PLEASE include working code 1 Motivation: The C++ long int can only take up
C++ PLEASE include working code 1 Motivation: The C++ long int can only take up to 64 bits of information, which may not be enough for some scientific computation. In this project…
C++ PLS HELP Create a program that will allow the user to \"roll\" a random numb
C++ PLS HELP Create a program that will allow the user to "roll" a random number of 6 sided dice. The program should include the following A function that will simulate a single 6…
C++ PLZ Help Note: parts of this assignment were inspired by Deitel and Deitel’s
C++ PLZ Help Note: parts of this assignment were inspired by Deitel and Deitel’s Supermarket Simulation problem. We’ve all had the pleasant experience of standing in line at the g…
C++ POKERHAND CLASS. I am having difficulty creating a poker hand class that rea
C++ POKERHAND CLASS. I am having difficulty creating a poker hand class that reads, ranks, and determines the suit of a hand. Any help would be great! The pokerhand.h file is cont…
C++ PROBLEM Complete the solution to the HPAir problem. The input to the program
C++ PROBLEM Complete the solution to the HPAir problem. The input to the program consists of three text fi les, as follows: cityFile Each line contains the name of a city that HPA…
C++ PROBLEM Complete the solution to the HPAir problem. The input to the program
C++ PROBLEM Complete the solution to the HPAir problem. The input to the program consists of three text fi les, as follows: cityFile Each line contains the name of a city that HPA…
C++ PROGRAM (PLEASE AS SIMPLE AS POSSIBLE) write a void function that will merge
C++ PROGRAM (PLEASE AS SIMPLE AS POSSIBLE) write a void function that will merge the contents of two text files containing chemical elements sorted by atomic number and will produ…
C++ PROGRAM * Your input will come from a text file of at least 15 customers * I
C++ PROGRAM * Your input will come from a text file of at least 15 customers * Input file format - customerType accountNumber premiumChannels ( i.e residential example: R12…
C++ PROGRAM - ARRAY Create a two dimensional array called Matrix1 of size 3X3. P
C++ PROGRAM - ARRAY Create a two dimensional array called Matrix1 of size 3X3. Populate it with 1 through 9 using nested loops. Print Matrix1 row by row, it must look like: 1 …
C++ PROGRAM - ARRAY Create a two dimensional array called Matrix1 of size 3X3. P
C++ PROGRAM - ARRAY Create a two dimensional array called Matrix1 of size 3X3. Populate it with 1 through 9 using nested loops. Print Matrix1 row by row, it must look like: 1 …
C++ PROGRAM // Function Prototypes // ******************************************
C++ PROGRAM // Function Prototypes // ******************************************************** // The getUserChoice function displays a menu allowing * // the user to select ro…
C++ PROGRAM 1-Develop a class called WritingTools with properties such item pric
C++ PROGRAM 1-Develop a class called WritingTools with properties such item price location and name. 2- create a new class called item more generic than the first one you develope…
C++ PROGRAM 1.) Consider the following structure declaration: struct registered
C++ PROGRAM 1.) Consider the following structure declaration: struct registered { string title; int isbn; int quantity; float price; } chem1, maht3, prog2; How to initial the titl…
C++ PROGRAM A teacher has asked all her students to line up single line accordin
C++ PROGRAM A teacher has asked all her students to line up single line according to their first name, considering only for the two students at the front and the end of line. That…
C++ PROGRAM Create a class called GroceryItem which has private data members: fl
C++ PROGRAM Create a class called GroceryItem which has private data members: float: price - for one box or jar int: quantity - how many of an item float: cost - the cost of the i…
C++ PROGRAM Create a program that lets Dave choose between a tip calculator, sto
C++ PROGRAM Create a program that lets Dave choose between a tip calculator, stopwatch or a gas mileage calculator. Your main function should act as the menu for choosing a functi…
C++ PROGRAM Design an OOP program that can be used to create, update and read a
C++ PROGRAM Design an OOP program that can be used to create, update and read a file, which contains car and service records/data. Your program should create and use a Car class t…
C++ PROGRAM HELP! Please Help! I need help showing some sort of inheritence from
C++ PROGRAM HELP! Please Help! I need help showing some sort of inheritence from base class Person to derived class Patient. I also need to know how to actually have the prgram cr…