Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 1370 / 1624
Create a Book class which will include information such as the title, author and
Create a Book class which will include information such as the title, author and the current number of books in the library. T his class will have friend functions that allow the …
Create a Book class. Instance variables: author title book_id :: string :: strin
Create a Book class. Instance variables: author title book_id :: string :: string :: int Methods: __init__(self, author, title, book_id) :: constructor; instantiates all instance …
Create a BookException class with a constructor that requires three (3) argument
Create a BookException class with a constructor that requires three (3) arguments for each book: a string title, a double price and an int number of pages. Create an error message…
Create a Books database to include two tables: BookTable and Course- BookTable.
Create a Books database to include two tables: BookTable and Course- BookTable. The BookTable table should have fields for ISBN number, title, copyright date, primary author, publ…
Create a Bottom class that extends the Top class. The Bottom class must be concr
Create a Bottom class that extends the Top class. The Bottom class must be concrete. The class should have a single constructor that takes two input parameters: a String (for name…
Create a Box class with the following: — instance variables length, width, and h
Create a Box class with the following: — instance variables length, width, and height — a no-argument Box constructor — use 1.0 as the default value for width, length and height. …
Create a Building class and two subclasses, House and School. The Building class
Create a Building class and two subclasses, House and School. The Building class contains fields for square footage and stories. The House class contains additional fields for the…
Create a Building class and two subclasses, House and School. The Building class
Create a Building class and two subclasses, House and School. The Building class contains fields for square footage and stories. The House class contains additional fields for the…
Create a Building class and two subclasses, House and School. The Building class
Create a Building class and two subclasses, House and School. The Building class contains fields for square footage and stories. The House class contains additional fields for num…
Create a BusRoute class that uses the Bus and Time class. This class will repres
Create a BusRoute class that uses the Bus and Time class. This class will represent a bus route between two bus stations, using a specific Bus, and departing at a specific Time. I…
Create a BusRoute class that uses the Bus and Time class. This class will repres
Create a BusRoute class that uses the Bus and Time class. This class will represent a bus route between two bus stations, using a specific Bus, and departing at a specific Time. I…
Create a Business Card project 1. Using the BlueJ integrated development environ
Create a Business Card project 1. Using the BlueJ integrated development environment (IDE), create a Business Card project within your 162 project organizer at location 162 projec…
Create a BusinessPartner class that contains a first name, company name, and a t
Create a BusinessPartner class that contains a first name, company name, and a telephone number. Create a Contacts class that contains a dynamically allocated array of BusinessPar…
Create a C (NOT C++) program as follows (please don\'t use pointers): 1. Ask the
Create a C (NOT C++) program as follows (please don't use pointers): 1. Ask the user for the name of a file, read the name of the file from standard input. The first row of the fi…
Create a C (NOT C++) program as follows: 1. Ask the user for the name of a file,
Create a C (NOT C++) program as follows: 1. Ask the user for the name of a file, read the name of the file from standard input. The first row of the file contains the number of ro…
Create a C (NOT C++)! program (//please comment through code for clarification)
Create a C (NOT C++)! program (//please comment through code for clarification) (MUST! have concepts of structures, arrays, enumerations, and unions. must have at least one array …
Create a C + + program that uses a for-loop to display the even numbers from 50
Create a C + + program that uses a for-loop to display the even numbers from 50 to 150, including 50 and 150. The numbers should be displayed one per line. Write a complete C + + …
Create a C ++ (Linux/Unix) program that handles the sending and receiving of sig
Create a C ++ (Linux/Unix) program that handles the sending and receiving of signals. Have the program fork itself and have the child send signals (via kill) to the parent. Send a…
Create a C ++ program using the while loop that will create a trig table of Sin
Create a C ++ program using the while loop that will create a trig table of Sin Cos and Tan of an angle. The program should direct the user for input as to the whole number degree…
Create a C Program Create a Check node structure. Include: Check number (should
Create a C Program Create a Check node structure. Include: Check number (should be an integer). Date (use type char[ ]). To Amount Description Pointer to the next Check node Add f…
Create a C Program Create a Check structure. Include: Check number (should be an
Create a C Program Create a Check structure. Include: Check number (should be an integer). Date (use type char[ ]). To Amount Description Add functions to: Add a Check. Collect al…
Create a C file containing two functions (assume the main function is in another
Create a C file containing two functions (assume the main function is in another file). These functions should be declared within a file named 'bakingPi.c'. The functions are: 'we…
Create a C function named square_reverse with three parameters. The two first pa
Create a C function named square_reverse with three parameters. The two first parameters are 64-bit floating-point pointers x and y, and the third parameter is an integer paramete…
Create a C program (3 points): oAt the top of the file include the following com
Create a C program (3 points): oAt the top of the file include the following comments: Your name - The purpose (core concept found below) of the program The date created o Create …
Create a C program .... Problem 1. The user will first input the number of stude
Create a C program .... Problem 1. The user will first input the number of students(less than 100). Then input the detailed information for each students including ID, name (less …
Create a C program Evaluate an expression from console input and print its resul
Create a C program Evaluate an expression from console input and print its result. -The format of expressions: Number Symbol Number Symbol ... Symbol Number = Number -Number refer…
Create a C program called prog5.c that looks for words in a dictionary which hav
Create a C program called prog5.c that looks for words in a dictionary which have certain properties as described below. You should exhibit a proficiency in: • Operations on Strin…
Create a C program following these guidelines: Create a Check node structure. In
Create a C program following these guidelines: Create a Check node structure. Include: Check number (should be an integer). Date (use type char[ ]). To Amount Description Pointer …
Create a C program not C++ that calculates homeworks, projects and exam scores i
Create a C program not C++ that calculates homeworks, projects and exam scores into a final average grade for the class. Here is a sample output: Welcome to grade calculation prog…
Create a C program that behaves like ls -al If an argument is provided, it can b
Create a C program that behaves like ls -al If an argument is provided, it can be either a file name or a directory name. If the argument is a directory name, you will list all fi…
Create a C program that can describe a restaurant. It should have members that i
Create a C program that can describe a restaurant. It should have members that include the name, address, average cost, and type of food. Suppose an array of structures representi…
Create a C program that can read any simple data file. The program should contai
Create a C program that can read any simple data file. The program should contain code that randomly initialize a genetic algorithm population (say population size = 100) and comp…
Create a C program that creates a child process and the child process prints whe
Create a C program that creates a child process and the child process prints when it is created and then goes into a infinite loop to wait for a signal. In the main function for t…
Create a C program that creates a child process and the child process prints whe
Create a C program that creates a child process and the child process prints when it is created and then goes into a infinite loop to wait for a signal. In the main function for t…
Create a C program that implements \"The Game of Life\" cellular automata (CA) s
Create a C program that implements "The Game of Life" cellular automata (CA) simulation. A few comments: You will want 2 two-dimensional arrays. One that holds the current state o…
Create a C program that is ..... Problem 1. File in txt stores the information f
Create a C program that is ..... Problem 1. File in txt stores the information for multiple students including ID, name and score of math and physics. The first line of in.txt ind…
Create a C program that tests whether two sequences of positive numbers are orde
Create a C program that tests whether two sequences of positive numbers are order equivalent. Two sequences a and b are order equivalent if they have the same number of elements a…
Create a C program that uses a 2d array to read the following txt.file (Name of
Create a C program that uses a 2d array to read the following txt.file (Name of file: test.txt) 20 5 0 5 1 76 2 74 3 99 4 26 0 74 1 21 2 83 3 52 4 90 0 67 1 48 2 6 3 66 4 38 0 97 …
Create a C program that uses a server program and a client program. The client p
Create a C program that uses a server program and a client program. The client program reads a line from a text file, converts everything to upper case letters, and send it to the…
Create a C program that will implement Borwein\'s algorithm (seen below) for app
Create a C program that will implement Borwein's algorithm (seen below) for approximating the value of pi. The program will ask for user input for the number of terms to evaluate …
Create a C program that will read a file with data similar to the one below: Jac
Create a C program that will read a file with data similar to the one below: Jack 10 8 9 5 6 4 6 9 1 3 4 6 4 6 5 6 7 7 5 6 7 8 10 1 6 6 7 8 9 1 Tim 8 7 6 6 10 7 10 6 7 9 10 1 Andr…
Create a C program to help a teacher calculate final grades for a class. The pro
Create a C program to help a teacher calculate final grades for a class. The program will calculate a final letter grade based on a standard 90/80/70/60 scale. Basic Program Logic…
Create a C program to sort the lines of an input file (or from standard input) a
Create a C program to sort the lines of an input file (or from standard input) and print the sorted lines to an output file (or standard output). Your program, called bstsort (bin…
Create a C program to sort the lines of an input file (or from standard input) a
Create a C program to sort the lines of an input file (or from standard input) and print the sorted lines to an output file (or standard output). Your program, called bstsort (bin…
Create a C program using if/else statement: Filename Input Output: homework_05a_
Create a C program using if/else statement: Filename Input Output: homework_05a_lastnamefirstnameinitial. c: two variables A and B in double. Filename Input Output: print the bigg…
Create a C program using threads: Create two child threads (from the main, initi
Create a C program using threads: Create two child threads (from the main, initial thread), then busywaits until all child threads have completed and then perform a clean exit. 1 …
Create a C program which auto-completes suggestions when beginning to type a com
Create a C program which auto-completes suggestions when beginning to type a command and pressing tab. The program needs to read all the files names in a directory given by the us…
Create a C program which implements a Binary Search Tree Example of the structur
Create a C program which implements a Binary Search Tree Example of the structure: typedef struct node_struct { int data; struct node_struct * left; struct node_struct * right; } …
Create a C program. Use pointers for this lab. No arrays, no structures. For exa
Create a C program. Use pointers for this lab. No arrays, no structures. For example, if you need an array of floats to hold the scores, do not use float score[15]. Rather use flo…
Create a C program: Create recursive functions: Add the digits of an integer tog
Create a C program: Create recursive functions: Add the digits of an integer together. For instance, if the user enters 345, the function will return 12 (3 + 4 + 5 = 12). If the u…