Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 1429 / 1624
Create a simple fraction calculator that can add and subtract any number of frac
Create a simple fraction calculator that can add and subtract any number of fractions and writes the answer as a reduced fraction. Your program will read input from stdin and writ…
Create a simple fraction calculator that can add and subtract any number of frac
Create a simple fraction calculator that can add and subtract any number of fractions and writes the answer as a reduced fraction. Your program will read input from stdin and writ…
Create a simple fraction calculator that can add and subtract any number of frac
Create a simple fraction calculator that can add and subtract any number of fractions and writes the answer as a reduced fraction. Your program will read input from stdin and writ…
Create a simple function of one argument, returning two values . A third type of
Create a simple function of one argument, returning two values. A third type of function returns a value (or values) to the command interface or program calling the function. A fu…
Create a simple game in which the user is prompted to guess a value between 1 an
Create a simple game in which the user is prompted to guess a value between 1 and 100. The user should continually be prompted until he or she guesses the number. The number of gu…
Create a simple game of mine sweeper with the following classes and a driver Dow
Create a simple game of mine sweeper with the following classes and a driver Download the driver Put the driver in your project DO NOT ALTER THE DRIVER! Write a class file called …
Create a simple game where the objective is to navigate a black dot (the player)
Create a simple game where the objective is to navigate a black dot (the player), that is the size of a single pixel, from some point in the image to a goal point. The score is ba…
Create a simple generic “Pair” class with a key : value pair. So, the class will
Create a simple generic “Pair” class with a key : value pair. So, the class will include two type parameters – the first represents the key and the second represents the value. Im…
Create a simple guessing game, similar to Hangman, in which the user guesses let
Create a simple guessing game, similar to Hangman, in which the user guesses letters and then attempts to guess a partially hidden phrase. Display a phrase randomly from a list of…
Create a simple guessing game, similar to Hangman, in which the user guesses let
Create a simple guessing game, similar to Hangman, in which the user guesses letters and then attempts to guess a partially hidden phrase. Display a phrase randomly from a list of…
Create a simple guessing game, similar to Hangman, in which the user guesses let
Create a simple guessing game, similar to Hangman, in which the user guesses letters and then attempts to guess a partially hidden phrase. Display a phrase randomly from a list of…
Create a simple guessing game, similar to Hangman, in which the user guesses let
Create a simple guessing game, similar to Hangman, in which the user guesses letters and then attempts to guess a partially hidden phrase. Display a phrase randomly from a list of…
Create a simple guessing game, similar to Hangman, in which the user guesses let
Create a simple guessing game, similar to Hangman, in which the user guesses letters and then attempts to guess a partially hidden phrase. Display a phrase randomly from a list of…
Create a simple guessing game, similar to Hangman, in which the user guesses let
Create a simple guessing game, similar to Hangman, in which the user guesses letters and then attempts to guess a partially hidden phrase. Display a phrase randomly from a list of…
Create a simple integer calculator. You may either use Microsoft Visual Studio o
Create a simple integer calculator. You may either use Microsoft Visual Studio or the DOS command prompt window to assemble, link and execute the program. You need to submit a ZIP…
Create a simple linear trend regression model. Let t=0 in 2010: IV. This is a co
Create a simple linear trend regression model. Let t=0 in 2010: IV. This is a computer deliverable. (15 pts) (a) Interpret the slope coefficient. (4 pts) (b) Test to see if the nu…
Create a simple linear trend regression model. Let t=0 in 2010: IV. This is a co
Create a simple linear trend regression model. Let t=0 in 2010: IV. This is a computer deliverable. (15 pts) (a) Interpret the slope coefficient. (4 pts) (b) Test to see if the nu…
Create a simple linked list program to create a class list containing class node
Create a simple linked list program to create a class list containing class node { void *info; node *next; public: node (void *v) {info = v; next = 0; } void put_next (node *n) {n…
Create a simple linked list program to create a class list containing class node
Create a simple linked list program to create a class list containing class node : { void *info; node *next; public: node (void *v) {info = v; next = 0; } void put_next (node *n) …
Create a simple linked list program to create a class list containing class node
Create a simple linked list program to create a class list containing class node { void *info; node *next; public: node (void *v) {info = v; next = 0; } void put_next (node *n) {n…
Create a simple linked list program to create a class list containing class node
Create a simple linked list program to create a class list containing class node { void *info; node *next; public: node (void *v) {info = v; next = 0; } void put_next (node *n) {n…
Create a simple linked list program to create a class list containing class node
Create a simple linked list program to create a class list containing class node { void *info; node *next; public: node (void *v) {info = v; next = 0; } void put_next (node *n) {n…
Create a simple linked list program to create a class list containing class node
Create a simple linked list program to create a class list containing class node { void *info; node *next; public: node (void *v) {info = v; next = 0; } void put_next (node *n) {n…
Create a simple linked list program to create a class list containing class node
Create a simple linked list program to create a class list containing class node { void *info; node *next; public: node (void *v) {info = v; next = 0; } void put_next (node *n) {n…
Create a simple linked list program to create a class list containing class node
Create a simple linked list program to create a class list containing class node { void *info; node *next; public: node (void *v) {info = v; next = 0; } void put_next (node *n) {n…
Create a simple linked list program to create a class list containing class node
Create a simple linked list program to create a class list containing class node {void *info; node *next; public: node (void *v) {info = v; next = 0; (void put_next (node *n) {nex…
Create a simple lottery program using C. A user will input four integer values b
Create a simple lottery program using C. A user will input four integer values between 0 and 9. Your program will then randomly generate four random integer numbers and compare th…
Create a simple main() that solves the subset sum problem for any vector of ints
Create a simple main() that solves the subset sum problem for any vector of ints. Here is an example of the set-up and output. You would fill in the actual code that makes it happ…
Create a simple main() that solves the subset sum problem for any vector of ints
Create a simple main() that solves the subset sum problem for any vector ofints. Here is an example of the set-up and output. You would fill in the actual code that makes it happe…
Create a simple main() that solves the subset sum problem for any vector of ints
Create a simple main() that solves the subset sum problem for any vector ofints. Here is an example of the set-up and output. You would fill in the actual code that makes it happe…
Create a simple memory game using a single-dimension array. Game Description: Gi
Create a simple memory game using a single-dimension array. Game Description: Give the user a choice between difficult levels: Easy – User gets 20 turns Medium – User gets 10 turn…
Create a simple menu class that you will be able to use throughout this semester
Create a simple menu class that you will be able to use throughout this semester. Basically, we are going to create a class called menu. It will have methods addMenuItem and runMe…
Create a simple mesh in a file using the following format: A line holding the wo
Create a simple mesh in a file using the following format: A line holding the word "vertices", a colon, a space, and the number of vertices in your mesh. A line for each vertex in…
Create a simple mesh in a file using the following format: A line holding the wo
Create a simple mesh in a file using the following format: A line holding the word "vertices", a colon, a space, and the number of vertices in your mesh. A line for each vertex in…
Create a simple mesh in a file using the following format: A line holding the wo
Create a simple mesh in a file using the following format: A line holding the word "vertices", a colon, a space, and the number of vertices in your mesh A line for each vertex in …
Create a simple message passing program in C++ for a UNIX environment utilizing
Create a simple message passing program in C++ for a UNIX environment utilizing a circular buffer. http://wiki.osdev.org/Message_Passing_Tutorial You may run N processes in one ho…
Create a simple message passing program in C++ for a UNIX environment utilizing
Create a simple message passing program in C++ for a UNIX environment utilizing a circular buffer. http://wiki.osdev.org/Message_Passing_Tutorial Create a one-directional circular…
Create a simple program which uses the following class hierarchy: Parent class:
Create a simple program which uses the following class hierarchy: Parent class: animal (should be an abstract class) protected: String sound; // "moo", "quack…
Create a simple programmer prototype Library using a .h header file for your Gro
Create a simple programmer prototype Library using a .h header file for your GrossPay Function Prototypes. Write a .cpp file that includes your functions from your Gross Pay progr…
Create a simple programmer prototype library using a for your GrossPay Functon P
Create a simple programmer prototype library using a for your GrossPay Functon Prototypes Write a,cpp We that rcfuoes your functions your Grow Pay program but no prototype Create …
Create a simple queue class and a simple stack class. The queue and stack should
Create a simple queue class and a simple stack class. The queue and stack should be implemented as a linked list. Create three functions that utilize these data structures Write a…
Create a simple research question and address the questions - Why you picked the
Create a simple research question and address the questions - Why you picked the research topic? What method of data collection would you use and why? What would be your sample an…
Create a simple scientific calculator program as follows 1 Display a menu of opt
Create a simple scientific calculator program as follows 1 Display a menu of options according to table. 2- Askthe userto enter a menu option (upper and lower case will work. 3- I…
Create a simple shell that perform the following: that accepts two command: run
Create a simple shell that perform the following: that accepts two command: run and exit. 1. The run command will execute other programs specified by the users. For example: run I…
Create a simple statement of cash flow for the data provided on a non-profit org
Create a simple statement of cash flow for the data provided on a non-profit organization, the organization completely relies on the grants/donations and has no money coming from …
Create a simple tic-tac-toe game in java. Create a double array (2 dimensional a
Create a simple tic-tac-toe game in java. Create a double array (2 dimensional array) of type char to store the state of the tic-tac-toe board. Use JOptionPane to ask the user to …
Create a simple trivia game for 2 players. The program will work like this: Desi
Create a simple trivia game for 2 players. The program will work like this: Design a Question class to hold the data for a trivia question. The Question class should have String f…
Create a simple trivia game for two players in C++. The program will work like t
Create a simple trivia game for two players in C++. The program will work like this: Starting with player 1, each player gets a turn at answering five trivia questions. (There are…
Create a simple web form with the following inputs on it: Set the method to be P
Create a simple web form with the following inputs on it: Set the method to be POST and the action to be formProcess.php A prompt for username (text input), set both the size and …
Create a simple web form with the following inputs on it: Set the method to be P
Create a simple web form with the following inputs on it: Set the method to be POST and the action to be formProcess.php A prompt for username (text input), set both the size and …