Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 87 / 1624
C++ area under a curve for equation F(X) = 5x^3 + 7x^2 -3x+4; from 2 to 7 until
C++ area under a curve for equation F(X) = 5x^3 + 7x^2 -3x+4; from 2 to 7 until the difference between the last two calculations is less than .0001 Why doesnt this code work? // S…
C++ area under a curve for equation F(X) = 5x^3 + 7x^2 -3x+4; from 2 to 7 until
C++ area under a curve for equation F(X) = 5x^3 + 7x^2 -3x+4; from 2 to 7 until the difference between the last two calculations is less than .0001 Why does code output 3707.66 in…
C++ array Design, implement and test a C++ program using Visual Studio that inpu
C++ array Design, implement and test a C++ program using Visual Studio that inputs and stores in a singledimension array a set of data values representing Quiz scores and the numb…
C++ assignment A prime number is an integer greater than 1 and divisible only by
C++ assignment A prime number is an integer greater than 1 and divisible only by itself and 1. An integer x is divisible by an integer y if there is another integer z such x = y* …
C++ assignment a) Draw a sketch of a doubly-linked list, specifically of class D
C++ assignment a) Draw a sketch of a doubly-linked list, specifically of class DLinkedList in DLinkedList.h, containing the first four words of your favorite song (one word in eac…
C++ assignment help, please provide comments!! 1.Write a code snippet that asks
C++ assignment help, please provide comments!! 1.Write a code snippet that asks the user to enter how many scores will be input and allocates an array with the requested capacity.…
C++ assignment help. Please post output as well Your assignment is to write and
C++ assignment help. Please post output as well Your assignment is to write and compare two implementations of a priority queue whose highest priority element is the one with the …
C++ assignment language and us a cout because I don\'t want my teacher to konw I
C++ assignment language and us a cout because I don't want my teacher to konw I used internet and we just use cout and cin but not print and please very improtant Put the files na…
C++ assignment please answer in c++!! I need help with this rock paper scissors
C++ assignment please answer in c++!! I need help with this rock paper scissors assignment I have tried to do it and have my source code and just lost my mind and i need some help…
C++ assignment question 1. Employee and ProductionWorker ClassesDesign a class n
C++ assignment question 1. Employee and ProductionWorker ClassesDesign a class named Employee. The class should keep the following information in Employee name Employee number Hir…
C++ assignment question 1. Employee and ProductionWorker ClassesDesign a class n
C++ assignment question 1. Employee and ProductionWorker ClassesDesign a class named Employee. The class should keep the following information in Employee name Employee number Hir…
C++ assignment question 1. Employee and ProductionWorker ClassesDesign a class n
C++ assignment question 1. Employee and ProductionWorker ClassesDesign a class named Employee. The class should keep the following information in Employee name Employee number Hir…
C++ assignment question using pass-by-refference. For this assignment, we will p
C++ assignment question using pass-by-refference. For this assignment, we will practice with pass-by-reference. We will imagine we are working for a company that manufactures cube…
C++ assignment that im having issues with. please advise how to fix this. A prim
C++ assignment that im having issues with. please advise how to fix this. A prime number is an integer greater than 1 and divisible only by itself and 1. An integer x is divisible…
C++ assignment. Please read the below carefully: For this assignment, we will wr
C++ assignment. Please read the below carefully: For this assignment, we will write an application that uses the three design patterns discussed in this weeks lecture. Specificall…
C++ assignment...not java. Please read the below carefully: For this assignment,
C++ assignment...not java. Please read the below carefully: For this assignment, we will write an application that uses the three design patterns discussed in this weeks lecture. …
C++ assistance please!! I have 8 errors in this program and am unable to get it
C++ assistance please!! I have 8 errors in this program and am unable to get it to run. There are 2 sets of errors which pertain to lines 54-57. C2440: 'initializing': cannot conv…
C++ banking program.....I have not learned \"Class\" yet. How can I change this
C++ banking program.....I have not learned "Class" yet. How can I change this code to a simple banking screen. #include<iostream> #include<fstream> #include<cctype&…
C++ basic coding. 2 easy quick code questions...need ASAP. Thanks! 1. What is th
C++ basic coding. 2 easy quick code questions...need ASAP. Thanks! 1. What is the output of the following C++ code? int*tempList; int num = 3; tempList - new int [7]; tempList[6] …
C++ battleship program. Structures Introduction You are to program a simplified
C++ battleship program. Structures Introduction You are to program a simplified version of the Battleship guessing game. The assignment is broken into two parts. The below game an…
C++ black red tree. 2. Implementation of the data structure -- Provide at least
C++ black red tree. 2. Implementation of the data structure -- Provide at least the following public member methods for the red-black tree class: Insertion: insert a value in the …
C++ bool isUnlucky(int a[ ], int len); Implement a function that determines if t
C++ bool isUnlucky(int a[ ], int len); Implement a function that determines if the unlucky number 13 appears in an array. The function returns true if 13 appears in the array at l…
C++ call functions with information from CSV file. DisplayLogFIle should call th
C++ call functions with information from CSV file. DisplayLogFIle should call the information from CsvLogReader but I'm not sure how to get the information from there. Could I a p…
C++ calling need help ASAP!!!! So I am trying to figure out how to call line 41
C++ calling need help ASAP!!!! So I am trying to figure out how to call line 41 to function on line 105 after you make your selection it should display Selection: name, price per …
C++ can you please answer using e-text(not hand written) thanks The Riddler is p
C++ can you please answer using e-text(not hand written) thanks The Riddler is planning his next eper somewhere an Pennsylvania Avenue. In his usual sporting fashion, he has left …
C++ class ItemList { private: struct ListNode { int value; ListNode * next; }; L
C++ class ItemList { private: struct ListNode { int value; ListNode * next; }; ListNode * head; public: ItemList(); // Post: List i…
C++ class Queue { public: Queue(); bool empty() const; bool full() const; QueueE
C++ class Queue { public: Queue(); bool empty() const; bool full() const; QueueElement front(); void Enqueue(QueueElement); void Dequeue(); int size(); private: QueueElement m_Arr…
C++ class this program will have 4 headers, 4 cpp, and main.cpp The Campus is di
C++ class this program will have 4 headers, 4 cpp, and main.cpp The Campus is divided into Buildings. Each building has a name, a type and an ID. There are two types of buildings:…
C++ class to model the mathematical operations of a matrix. Your class should in
C++ class to model the mathematical operations of a matrix. Your class should include the following functions. add() which adds two matrices power() which raises the first matrix …
C++ classes program 1. Class specification Box.h models a box. Include private d
C++ classes program 1. Class specification Box.h models a box. Include private data for length, width, and height. Include a default constructor setting box dimensions t…
C++ classes/ calculating distance formula Main.cpp : So we will define our class
C++ classes/ calculating distance formula Main.cpp : So we will define our class in Point.h and define our class functions in Point.cpp - write a class that includes the x, y, and…
C++ code #include #include #include using namespac
C++ code #include <iostream> #include <string> #include <cstdlib> using namespace std; void reverse(char* front, char* rear); // Precondition: The front and rear…
C++ code - Byte order programming The C++ language Bit-Wise operations give you
C++ code - Byte order programming The C++ language Bit-Wise operations give you the ability to work with endian. ******************************************************************…
C++ code A company keeps the database of its employees in the following format L
C++ code A company keeps the database of its employees in the following format LastName FirstName ID Salary Assume there are no more than 20 employees in the company. Declare four…
C++ code Create a function is_valid, which takes three strings, expr, left, and
C++ code Create a function is_valid, which takes three strings, expr, left, and right, and returns true if expr represents a valid expression as regards the proper nesting of the …
C++ code Define a class called Item that consists of a string called name, a dou
C++ code Define a class called Item that consists of a string called name, a double called price, and an int called quantity. The price represents the price per unit, so if you ha…
C++ code I need decryption ( must loop through the encrypted file and again, xor
C++ code I need decryption ( must loop through the encrypted file and again, xor every byte with a one ) ?? Basically the opposite of if the code below ?? so this is picture below…
C++ code In oceanography, ships collect all kinds of data – at any one latitude
C++ code In oceanography, ships collect all kinds of data – at any one latitude and longitude position, there might be temperature, conductivity, salinity, and depth. The SOIREE p…
C++ code Instructions: Write a program that asks a user to enter a date in month
C++ code Instructions: Write a program that asks a user to enter a date in month day year format (for example 10 12 2016) and displays the day of the week for that date in this ca…
C++ code ONLY please! Write a program that computes the central tendencies mean,
C++ code ONLY please! Write a program that computes the central tendencies mean, mode, median and the variation: variance, standard deviation and range for a set of numbers given …
C++ code ONLY!!!! Inventory Items: We\'re going to do an inventory management sy
C++ code ONLY!!!! Inventory Items: We're going to do an inventory management system. In the real world, this would use a database, not a file. A single inventory item contains: it…
C++ code Set Class First, combine the two into one set by using + (union) operat
C++ code Set Class First, combine the two into one set by using + (union) operator, and print out the union set. The + operator must remove all duplicates and store one copy of an…
C++ code This assignment tests your understanding of concepts covered in the cou
C++ code This assignment tests your understanding of concepts covered in the course dealing with classes. For this assignment, you have to create two classes with the correspondin…
C++ code Write a program to ask the user to enter a string. The string can be of
C++ code Write a program to ask the user to enter a string. The string can be of any length and contain any ASCII characters (digits, alphabets, special characters, etc.). Write a…
C++ code You are now going to create a LinkedList class, that will work very sim
C++ code You are now going to create a LinkedList class, that will work very similarly to the Stack class seen in the book (and used in the previous exercise). Then write new meth…
C++ code as pseudocode. The variable bmi can be single or double precision Write
C++ code as pseudocode. The variable bmi can be single or double precision Write a MIPS program that calculates bmi. Use the following #include kiostream> 2 finclude using name…
C++ code doesn\'t add up the items properly. It exits before it adds up the tota
C++ code doesn't add up the items properly. It exits before it adds up the total_price after the first item is entered . Help please? It exits the program before I can call the "3…
C++ code error !! I have the follwoing code, and i get the error \"error C1004:
C++ code error !! I have the follwoing code, and i get the error "error C1004: unexpected end-of-file found" and I don't know how to fix it. Also, "IntelliSense this declaration h…
C++ code for MyProgrammingLab The greatest common divisor of integers x and y is
C++ code for MyProgrammingLab The greatest common divisor of integers x and y is the largest integer that evenly divides both x and y. Write a recursive function gcd that returns …
C++ code for the following. USE ONLY HEADERS and : A g
C++ code for the following. USE ONLY HEADERS <iostream> <queue> and <stack>: A graph G = (V, E) consists of vertex set V and the edge set E. Assume the graph G i…