Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 104 / 1624
C++ using glut for graphic computer This so far dimesion of octahedron weq2314#i
C++ using glut for graphic computer This so far dimesion of octahedron weq2314#include <GLglut.h> GLfloat xRotated, yRotated, zRotated; // Octahedron void displayOctahedron(…
C++ using microsoft visual studio express #include #include
C++ using microsoft visual studio express #include <iostream> #include <fstream> File Display Program. Write a program that asks the user for the name of a file. The p…
C++ using studio visual 2010 to complile. Please be specific with Syntax languag
C++ using studio visual 2010 to complile. Please be specific with Syntax language. First your program should ask if the credit card is MasterCard or visa card. Then ask the 16 dig…
C++ using the STL library. Each code should run stand-alone as a simulation. Ima
C++ using the STL library. Each code should run stand-alone as a simulation. Imagine a 3-d chess board (8x8x8) with one knight on it. The knight is placed at location level 0, row…
C++ vectors, iterators, structures STL ADDITIONAL CRITERIA: Crt list of structur
C++ vectors, iterators, structures STL ADDITIONAL CRITERIA: Crt list of structurs idnticl to dttyp list. Rplc dt typ with structur nm. Us itrtors to scn th list in both functions.…
C++ vectors: count holes function needed. readImage: Creates a two dimensional v
C++ vectors: count holes function needed. readImage: Creates a two dimensional vector (a matrix) of 1's and 0's based off of the input files which you send it. printImage: Takes t…
C++ version 2017 So I am having some problems with this program I am not sure wh
C++ version 2017 So I am having some problems with this program I am not sure what I am doing wrong but any help would be helpfull If someone can look over the code and see where …
C++ version in your textbook page 166 – 171. Your instructor will also give hint
C++ version in your textbook page 166 – 171. Your instructor will also give hints and examples in class and you should incorporate them into your code. The input for your code sho…
C++ visual studio #include \"stdafx.h\" #include #include }
C++ visual studio #include "stdafx.h" #include <iostream> #include <conio.h> } class Circle { float r; Circle() { r=0; } Circle(float x) { r=x; } float Area() { return…
C++ visual studio Gift Card Tracker Target Gift Card Tracker 1- Add Gift Card 2-
C++ visual studio Gift Card Tracker Target Gift Card Tracker 1- Add Gift Card 2- Remove Gift Card 3- Report e- Exit Choice: 1 Code: 5e08e Your task is to write a simple app that a…
C++ visual studio I am receiving a number of errors with this code. This is the
C++ visual studio I am receiving a number of errors with this code. This is the error that i am recieiving for all of my '.h' files.. IntelliSense: cannot open source file "Shape.…
C++ visual studio I am recieving the error \'it almost ran until i got an error
C++ visual studio I am recieving the error 'it almost ran until i got an error saying that Error 1 error C4430: missing type specifier - int assumed. Note: C++ does not support de…
C++ visual studio The errors are 1)identifier \"a\" is undefined 2)expected a de
C++ visual studio The errors are 1)identifier "a" is undefined 2)expected a declaration #include "stdafx.h" #include <iostream> #include <windows.h> class Circle { flo…
C++ visual studio program. Please create the entire program with the necessary o
C++ visual studio program. Please create the entire program with the necessary output please. Create a class (BinaryTree) template that will create a binary tree that can hold val…
C++ visual studio program...Write your own version of a class template that will
C++ visual studio program...Write your own version of a class template that will create a dynamic stack of any data type. The pop function must return a bool; it should return a f…
C++ void CLL::push(char data) { // You write - if the size is 0, add a first nod
C++ void CLL::push(char data) { // You write - if the size is 0, add a first node in the linked list // by calling addFirst. Otherwise add a new node to the end of the linked list…
C++ void CLL::removeNext(SNode *n) { // Longest method - given node n, remove th
C++ void CLL::removeNext(SNode *n) { // Longest method - given node n, remove the next node in the linked list. // you have 4 conditions: //1: there's only one node in the list, i…
C++ void setValue( unsigned int & var , unsigned int k, unsigned int i, unsigned
C++ void setValue(unsigned int & var, unsigned int k, unsigned int i, unsigned int val); This function takes in our storage variable by reference, the number of values k, the …
C++ with SLT Part 1 In this part, you design and implement all the classes in th
C++ with SLT Part 1 In this part, you design and implement all the classes in the UML diagram on the last page. Polymorphism is emphasized. a) general specifications: Data members…
C++ with Strings NEED HELP URGENT The SecretCoding is an algorithm that you deci
C++ with Strings NEED HELP URGENT The SecretCoding is an algorithm that you decided to make-up to encrypt text. In this algorithm, each string is encrypted as follows: - All punct…
C++ with comments (Exercise 1) Write a program to decide whether an integer valu
C++ with comments (Exercise 1) Write a program to decide whether an integer value is power of 2 or not. Your function should return true if the value is power of 2, otherwise retu…
C++ with strings, need help with coding. The SecretCoding is an algorithm that y
C++ with strings, need help with coding. The SecretCoding is an algorithm that you decided to make-up to encrypt text. In this algorithm, each string is encrypted as follows: - Al…
C++ with structures and string In this program you are going to simulates the DN
C++ with structures and string In this program you are going to simulates the DNS by using a structure called MyHost. The information in MyHost structure includes the host name an…
C++ without using pointer but use class to make a music player. Can someone just
C++ without using pointer but use class to make a music player. Can someone just modify the code I have to the one which satisfy the requirement? I pasted my old code down below, …
C++ work Make an instance variable for an integer array. Take an integer paramet
C++ work Make an instance variable for an integer array. Take an integer parameter that will be the number of elements in the array and create the array in the body. Create a meth…
C++ work, not Java. Thank you. Hello! i need help with this program. Need\'s a s
C++ work, not Java. Thank you. Hello! i need help with this program. Need's a stack class that... push's pop's isEmpty makeEmpty peek print. With my stack class, i'm going to #inc…
C++ write a class called resident as a base class, student, and grad student as
C++ write a class called resident as a base class, student, and grad student as derived classes to explore the properties of multiples inheritance according to the diagram shown W…
C++ write a function that obtains a 5 card poker hand from the user. Use two arr
C++ write a function that obtains a 5 card poker hand from the user. Use two arrays — one for the card number (2-9, k/q/j/a) and the other array for suit (s/d/h/c). Sort the user …
C++ write a function that will accept three values. A user value, the smallest p
C++ write a function that will accept three values. A user value, the smallest possible vlaue and the largest possible value. The function will then determine if that user value i…
C++ write a program that determines which of a company\'s four divisions had the
C++ write a program that determines which of a company's four divisions had the greatest sales for the quarter (north, south, east, west), it should include the following function…
C++ write a program that first reads an integer for the array size, then reads n
C++ write a program that first reads an integer for the array size, then reads numbers into the array, computes their average, and finds out how many numbers are above average. Hi…
C++ write the function The output should same as example For this question you w
C++ write the function The output should same as example For this question you will be extending the idea of the previous question. Now, instead of counting a single word in a sin…
C++ write the function for these questions (using the while loop) these two ques
C++ write the function for these questions (using the while loop) these two questions are related The output should same as example When comparing sentences we are often not inter…
C++ – No Vowels Problem: Find a way to remove vowels and certain other groups of
C++ – No Vowels Problem: Find a way to remove vowels and certain other groups of characters from a string. Your assignment: Write and test a C++ program that prompts the user to i…
C++ ——— 1. Create Department. Collect all information about a department. Make s
C++ ——— 1. Create Department. Collect all information about a department. Make sure the department ID does not already exist in the array containing Department objects. If it does…
C++ •Create a Stack class to perform ‘push’ and ‘pop’ operations. For the purpos
C++ •Create a Stack class to perform ‘push’ and ‘pop’ operations. For the purpose of this exercise, make the capacity to be 3 •Create a PushToFullStackException class, and a metho…
C++! Can someone explain me the output of the following code. Suppose that the c
C++! Can someone explain me the output of the following code. Suppose that the content of the input file is: 14 13 26 8 -11 36 0 -1. What is the output of the following code? ifst…
C++! Can someone please explain me the reason of the output? 1) Suppose that the
C++! Can someone please explain me the reason of the output? 1) Suppose that the content of the input file is: 14 13 26 8 -11 36 0 -1. What is the output of the following code? if…
C++! Having a really hard time comipling this. Here is the main that i have so f
C++! Having a really hard time comipling this. Here is the main that i have so far. Was able to get number 2 done but i need help getting the third. The image shows my main and my…
C++! Help creating a user defined function that will exlcude the minimum and max
C++! Help creating a user defined function that will exlcude the minimum and maxinum number. I just need the function not the whole program! code: // // This function finds the mi…
C++! I got a and b.. but i need the answer to c. 4) write a value on named sumof
C++! I got a and b.. but i need the answer to c. 4) write a value on named sumofodds that takes two int parameters. It returns the sum of the squares of all odd numbers between se…
C++! You will need to write the function definitions to the new function declara
C++! You will need to write the function definitions to the new function declarations, and modify the main to have a menu and call all functions. I screen shotted the code and it …
C++!! You\'re a developer for a startup called HowU Study that matches study bud
C++!! You're a developer for a startup called HowU Study that matches study buddies for classes depending on the experience of each user. In this lab you must: create a class call…
C++!!!! PLEASE HELP I am not allowed to use global variables!! Phase 1 Write a p
C++!!!! PLEASE HELP I am not allowed to use global variables!! Phase 1 Write a program that prints a menu. Based on the menu item selected by the user, the program should request …
C++!!!! PLEASE HELP I am not allowed to use global variables!! Phase 1 Write a p
C++!!!! PLEASE HELP I am not allowed to use global variables!! Phase 1 Write a program that prints a menu. Based on the menu item selected by the user, the program should request …
C++( record_player) flashdrive Following the class diagram shown below, create t
C++( record_player) flashdrive Following the class diagram shown below, create the class RecordPlayer. An RecordPlayer represents a stereocomponent that can play vinyl records.. P…
C++(Hardware is derived from Asset) Create an inheritance hierarchy for Asset /
C++(Hardware is derived from Asset) Create an inheritance hierarchy for Asset / Furniture / Hardware / Software / Cubicle / Chair / Server / Laptop Asset Data members - manufactur…
C++(Wallet) flashdrive Following the class diagram shown below, create the class
C++(Wallet) flashdrive Following the class diagram shown below, create the class Wallet. A Wallet represents a carrier of bills and coins. You use your wallet to pay for things, w…
C++(cpp) project Project Name: Water Vehicle You are required to automate the fo
C++(cpp) project Project Name: Water Vehicle You are required to automate the following specifications of a water vehicle: =>We can increase the speed of water vehicle by nitro…
C++(preferably not C++11) NOTE! - I will expect these projects to utilize good d
C++(preferably not C++11) NOTE! - I will expect these projects to utilize good design, such as separation of interface from the implementation (ie. classes separated out into sepa…