Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 60 / 1624
C++ Maze Assume that a maze is a rectangular array of squares, some of which are
C++ Maze Assume that a maze is a rectangular array of squares, some of which are blocked to represent walls. The maze has one entrance and one exit. For example, if x’s represent …
C++ MemoryMATCH - PLEASE HELP. ALL THESE REQUIREMENTS. PLEASE!!! Final Project -
C++ MemoryMATCH - PLEASE HELP. ALL THESE REQUIREMENTS. PLEASE!!! Final Project - Memory Matching Game – Text Based Game Requirements Create a class ‘MemoryMatchGame’, with the var…
C++ Merge Sort PLEASE USE DATA FILE FOR USER INPUT - NO USER INPUT Data in file
C++ Merge Sort PLEASE USE DATA FILE FOR USER INPUT - NO USER INPUT Data in file called A4.txt 1. Write a program that will read each line from A4.txt and store the numbers into an…
C++ Method question. So bascially I am making code that has a header file and a
C++ Method question. So bascially I am making code that has a header file and a regualr cpp file, I will also be using classes and placing my private parts in the header file whil…
C++ Modify FunctionTable.cpp so each that each function returns a string(instead
C++ Modify FunctionTable.cpp so each that each function returns a string(instead of printing out a message) and so that this value is printed inside of main(). //: C03:FunctionTab…
C++ Modify Lab Five such that you use functions for each math calculation (Add,
C++ Modify Lab Five such that you use functions for each math calculation (Add, Subtract, Multiply, and Divide). Pass in parameters to each function for the values to use and the …
C++ Modify arrtemp.cpp by removing the preassignment of the data for each array
C++ Modify arrtemp.cpp by removing the preassignment of the data for each array and by adding five new function templates. The first new function template should allow the user to…
C++ Modify the Linked List program to create a sorted version of the linked list
C++ Modify the Linked List program to create a sorted version of the linked list that maintains the list in ascending order. The only function you need to change is the insert fun…
C++ Modify the following program: 1. Replace Employee and Department classes wit
C++ Modify the following program: 1. Replace Employee and Department classes with Employee and Department Structures. 2. Inside each structure, replace all string variables with a…
C++ Modify the following program: 1. Replace Employee and Department classes wit
C++ Modify the following program: 1. Replace Employee and Department classes with Employee and Department Structures. 2. Inside each structure, replace all string variables with a…
C++ Modify the merge sort algorithm to sort a vector of employees by salary. (2)
C++ Modify the merge sort algorithm to sort a vector of employees by salary. (2) Based on Problem P11.4 . Modify the merge sort algorithm to sort a vector of Employees by salary. …
C++ Modify the program of Programming Challenge 1 to allow the user to enter nam
C++ Modify the program of Programming Challenge 1 to allow the user to enter name-score pairs. For each student taking a test, the user types a string representing the name of the…
C++ Modify your Project to: 1. Replace Class with Structure for Employee and Dep
C++ Modify your Project to: 1. Replace Class with Structure for Employee and Department. 2. Inside each structure, replace all string variables with array of characters. 3. Make E…
C++ Momentum is defined as the product of an item\'s mass and its velocity. Mass
C++ Momentum is defined as the product of an item's mass and its velocity. Mass is a scalar value, whereas velocity is generally expressed as a vector quantity with three componen…
C++ Monte Carlo Assignment Functions: You should now be learning to make your pr
C++ Monte Carlo Assignment Functions: You should now be learning to make your programs as general as possible. For this assignment, you have to be able to make your calculations w…
C++ Monte Carlo Assignment: Once again, we are going to use the Monte Carlo Meth
C++ Monte Carlo Assignment: Once again, we are going to use the Monte Carlo Method, this time to determine the different frequencies of landing on each spot of a board in a single…
C++ Monte Carlo Assignment: Once again, we are going to use the Monte Carlo Meth
C++ Monte Carlo Assignment: Once again, we are going to use the Monte Carlo Method, this time to determine the different frequencies of landing on each spot of a board in a single…
C++ More Info added: Database: Generally, a user should instantiate a single dat
C++ More Info added: Database: Generally, a user should instantiate a single database object and work from there. The database object should include commands to do the following: …
C++ Motivation: You have to to implement Priority Queue, using array or a comple
C++ Motivation: You have to to implement Priority Queue, using array or a complete binary tree structure. Requirements: You should name your Prority Queue class as PQ. The queue m…
C++ Movie data help please 1. Movie Data Write a program that uses a structure n
C++ Movie data help please 1. Movie Data Write a program that uses a structure named MovieData to store the following information about a movie: Title Director Year Released Runni…
C++ Multi-File Queue Exercise Hello Everyone and thank you in advance for your h
C++ Multi-File Queue Exercise Hello Everyone and thank you in advance for your help. Please my question below. **************Purpose of this Program:************** -This program i…
C++ Multi-File Queue Exercise Hello Everyone and thank you in advance for your h
C++ Multi-File Queue Exercise Hello Everyone and thank you in advance for your help. Please my question below. **************Purpose of this Program:************** -This program i…
C++ Multiple Choice (more than one answer can be right for each question) 1.How
C++ Multiple Choice (more than one answer can be right for each question) 1.How many type parameters may a function template have? a) none, that is not what the parameters in a fu…
C++ Multiple Choice Q&A 1. As a user (caller) of a function, you really don\'t n
C++ Multiple Choice Q&A 1. As a user (caller) of a function, you really don't need to know all of the details as to how the function computes its answer. True or False? 2. To …
C++ Multiple Choice question please help Given a pointer to a node X in a singly
C++ Multiple Choice question please help Given a pointer to a node X in a singly linked list. Only one pointer is given, a pointer to the head node is NOT given, can we delete the…
C++ Multiple Choice question please help Which kind of functions can access priv
C++ Multiple Choice question please help Which kind of functions can access private member variables of a class? A. Friend functions of the class B. Private member functions of th…
C++ Multiple Choice question please help Why may a tree class have two versions
C++ Multiple Choice question please help Why may a tree class have two versions of the insert member function? A. One is public, the other is private to hide private pointer infor…
C++ Multiple Choice questionhelp please~ Which of the following is a disadvantag
C++ Multiple Choice questionhelp please~ Which of the following is a disadvantage to implementing a dynamic singly linked list? A. Random access is not allowed. We have to access …
C++ Multiple threaded Sudoku Solution Validator I would like 27 threads created.
C++ Multiple threaded Sudoku Solution Validator I would like 27 threads created. One for each row, one for each column and one for each block. input: txt file with following forma…
C++ Multithread -- Sudoku Validator Project 1-Sudoku Solution Validator A Sudoku
C++ Multithread -- Sudoku Validator Project 1-Sudoku Solution Validator A Sudoku puzzle uses a 9 x 9 grid in which each column and row, as well as each of the nine 3 x 3 subgrids,…
C++ Multithread version of QuickSort: code implementation. Hello there, I have a
C++ Multithread version of QuickSort: code implementation. Hello there, I have an assignment due for my C++ data structure class. I find it too hard for me to code the program to …
C++ Multithread version of QuickSort: code implementation. Hello there, I have a
C++ Multithread version of QuickSort: code implementation. Hello there, I have an assignment due for my C++ data structure class. I find it too hard for me to code the program to …
C++ My code that need to be modified to the bottom: #include #include #include u
C++ My code that need to be modified to the bottom: #include #include #include using namespace std; class department { private: int DepartmentID; string DepartmentName, Department…
C++ MyProgrammingLab Problem Define a recursive function double root( double x,
C++ MyProgrammingLab Problem Define a recursive function double root(double x, int n, double lower, double upper); that finds the nth root of x to at least 5 digits of precision. …
C++ MyProgrammingLab Problem: Define a recursive function int evaluateR( char bo
C++ MyProgrammingLab Problem: Define a recursive function int evaluateR(char board[]) that returns 1, -1 or 0 depending on whether the board is a guaranteed win for X, O or an eve…
C++ MyProgrammingLab Problem: We want to create strings with the following patte
C++ MyProgrammingLab Problem: We want to create strings with the following patterns for n = 1, 2,3,4,5, ... a aba abacaba abacabadabacaba abacabadabacabaeabacabadabacaba ... Defin…
C++ MyProgrammingLab problem A mirror string is a string whose mirror image is t
C++ MyProgrammingLab problem A mirror string is a string whose mirror image is the same as the string (i.e., putting the string in a mirror, it reads the same). Mirror strings are…
C++ MyProgrammingLab problem Define a recursive function double root( double x,
C++ MyProgrammingLab problem Define a recursive function double root(double x, int n, double lower, double upper); that finds the nth root of x to at least 5 digits of precision. …
C++ MyProgrammingLab problem Define a recursive function double root( double x,
C++ MyProgrammingLab problem Define a recursive function double root(double x, int n, double lower, double upper); that finds the nth root of x to at least 5 digits of precision. …
C++ MyProgrammingLab problem Implement the isSimilarBag() function below // retu
C++ MyProgrammingLab problem Implement the isSimilarBag() function below // return true iff s and t are the same length and the bag of letters in s is "similar" to the bag of lett…
C++ MyProgrammingLab problem: Define a function bool canMakeInRange( int nums[],
C++ MyProgrammingLab problem: Define a function bool canMakeInRange(int nums[], int length, int min,int max); that returns true if the values in some subset of nums add up to a to…
C++ MyProgrammingLab problem: Define a recursive function int evaluateR( char bo
C++ MyProgrammingLab problem: Define a recursive function int evaluateR(char board[]) that returns 1, -1 or 0 depending on whether the board is a guaranteed win for X, O or an eve…
C++ MyProgrammingLab problem: Define two functions void appendAll(vector & v, ch
C++ MyProgrammingLab problem: Define two functions void appendAll(vector & v, char c) ; and void appendAllHelper(vector & v, char c, int start) ; The first function append…
C++ MyProgrammingLab problem: Given a data type struct Person{ string name ; dou
C++ MyProgrammingLab problem: Given a data type struct Person{string name ; double height;}; and a function bool lessThan(const Person & a, const Person & b) define a f…
C++ MyProgrammingLab problem: Given a data type stuct Fraction{ int numerator,t
C++ MyProgrammingLab problem: Given a data type stuct Fraction{ int numerator,t denominator}; define a function Fraction add(const Fraction & p, const Fraction & q) that r…
C++ MyProgrammingLab problem: Given a struct type Employee with members string n
C++ MyProgrammingLab problem: Given a struct type Employee with members string name and Employee * supervisor, implement the function void printSupervisors(const Employee &…
C++ MyProgrammingLab problem: Implement the function below //return true iff the
C++ MyProgrammingLab problem: Implement the function below //return true iff the letters in s form a subset of the letters in t . // e.g. "bbcaca", "abba","bcda", "dd" and "bbbaaa…
C++ NCURSES HELP implement a basic text editor, in C++ using system calls for lo
C++ NCURSES HELP implement a basic text editor, in C++ using system calls for low-level file I/O and the ncurses library for the Text User Interface (TUI) using NCURSES. • F1 Menu…
C++ NEED HELP fixing my program. need help creating 2 extra seperate patterns. i
C++ NEED HELP fixing my program. need help creating 2 extra seperate patterns. i created one with a U pattern. need help creating 2 more. MY WORK #include <iostream> #includ…
C++ NESTED LOOPS QUESTION, PLEASE READ THE WHOLE QUESTION! For this problem, we
C++ NESTED LOOPS QUESTION, PLEASE READ THE WHOLE QUESTION! For this problem, we wish to draw a number of shapes, using "character graphics". For each part of the problem, your pro…