Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse C

Alphabetical listing with fast deep pagination.
81169 items • Page 61 / 1624

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
C++ NO VECTORS PLEASE (Please answer in code, it\'s easier to understand what is
C++ NO VECTORS PLEASE (Please answer in code, it's easier to understand what is happening when in code. English not first language. Comments are really helpful) Given this program…
C++ NO VECTORS PLEASE (Please answer in code, it\'s easier to understand what is
C++ NO VECTORS PLEASE (Please answer in code, it's easier to understand what is happening when in code. English not first language. Comments are really helpful) Given this program…
C++ NOTATION CREATE a stack using *****LINKED LIST****** Reverse Polish Notation
C++ NOTATION CREATE a stack using *****LINKED LIST****** Reverse Polish Notation (RPN) Polish notation/expression is also known as ‘prefix notation’ where the numbers are preceded…
C++ Need Help! Hello I get this error message when I use stoi to validate the us
C++ Need Help! Hello I get this error message when I use stoi to validate the user input (I want only integer no letters, no special character, no whitespace, no empty input). And…
C++ Need Help! Hello I get this error message when I use stoi to validate the us
C++ Need Help! Hello I get this error message when I use stoi to validate the user input (I want only integer no letters, no special character, no whitespace, no empty input). And…
C++ Need help installing this Google Library. Comes with instructions. Stuck Im
C++ Need help installing this Google Library. Comes with instructions. Stuck Im trying to install a google Library. The instructions are found here https://developers.google.com/o…
C++ Need some help please. I\'m working on LCR dice game. the rules are below in
C++ Need some help please. I'm working on LCR dice game. the rules are below in the LCRrules.txt file. I have most of the code but need help putting the code into the LCRdicegame.…
C++ Need to add this to my code below. Add a class Professional that inherits fr
C++ Need to add this to my code below. Add a class Professional that inherits from Person and overrides its display() method. Now take all 3 classes and use Polymorphism on the di…
C++ Need to find the difference items in 2 arrays and store in a 3rd array. Also
C++ Need to find the difference items in 2 arrays and store in a 3rd array. Also need to account for the 2 arrays holding multiples of the same value (i.e. if array1 has value x 5…
C++ Need to rewrite whole program by using Template, but I really don\'t have an
C++ Need to rewrite whole program by using Template, but I really don't have any idea where to start. So, please, give me some ideas or the answer. Structure Student must be class…
C++ Nested For Loops! Write a program that prints an oval using the character ’*
C++ Nested For Loops! Write a program that prints an oval using the character ’*’. The user will enter the number of ’*’s on the middle row and then the number of rows above and b…
C++ New Skills Practiced (Learning Goals) Problem solving and debugging. User-de
C++ New Skills Practiced (Learning Goals) Problem solving and debugging. User-defined functions. C++ strings. Design a program that will read a series of titles from an input file…
C++ Now implement the binary heap as a binary tree with nodes that include links
C++ Now implement the binary heap as a binary tree with nodes that include links to 1 parent and two children (as we did in a binary search tree). Implement the insert and the del…
C++ ONLY 1) write your own string handling function that takes in two character
C++ ONLY 1) write your own string handling function that takes in two character arrays as arguments and returns (with the return statement) a character array composed of concatena…
C++ ONLY 50 points Create a standard deck of 52 playing cards and list those car
C++ ONLY 50 points Create a standard deck of 52 playing cards and list those cards on the screen, columns makes my life easier :-) Pause or "press Enter" after the unshuffled deck…
C++ ONLY Assignment Description: In this assignment you will create a program th
C++ ONLY Assignment Description: In this assignment you will create a program that allows a user to choose one of the following main menu items: C) Create new user account (Create…
C++ ONLY I NEED THE CODE PLEASE Create a program to handle Rational numbers usin
C++ ONLY I NEED THE CODE PLEASE Create a program to handle Rational numbers using functions. A Rational number has 2 parts, an int numerator and an int denominator. Output data sh…
C++ ONLY Need help with this program. Below is the assignment, program, output,
C++ ONLY Need help with this program. Below is the assignment, program, output, and expected output, help me get the expected output please! Write a C++ function, lastLargestIndex…
C++ ONLY PLEASE 01. implement a class function in the cqueue class to print all
C++ ONLY PLEASE 01. implement a class function in the cqueue class to print all the elements from thequeue (without dequeueing them!) [10 points] 02. implement a class function in…
C++ ONLY PLEASE, I HAVE RECEIVED MULTIPLE REPLY\'S BUT NONE OF THEM WORK.HAS ANY
C++ ONLY PLEASE, I HAVE RECEIVED MULTIPLE REPLY'S BUT NONE OF THEM WORK.HAS ANYONE ACTUALLY FIGURED THIS ONE OUT? PLEASE HELP!! Write a program that allows the user to enter the l…
C++ ONLY PLEASE. I have submitted this question before but the answer code did n
C++ ONLY PLEASE. I have submitted this question before but the answer code did not work. Below is the instruction, code, the program input and the expected output. If you can chec…
C++ ONLY PLEASE. Tic Tac Toe Game The program needs to be done with classes and
C++ ONLY PLEASE. Tic Tac Toe Game The program needs to be done with classes and needs to be a two player program. Extra credit will be granted for those of you who also add one pl…
C++ ONLY THANKS! USE VISUAL STUDIO COMPILER ONLY! Write a program that asks the
C++ ONLY THANKS! USE VISUAL STUDIO COMPILER ONLY! Write a program that asks the user to enter the names of three salesmen. The program should then accept the sales produced for sa…
C++ ONLY The CashRegister.h file and the inventoryitem.h file along with main ne
C++ ONLY The CashRegister.h file and the inventoryitem.h file along with main need to work together. Design a CashRegister class that can be used with the InventoryItem class. The…
C++ ONLY The attached file is a list of all the Long Island Railroad stations. E
C++ ONLY The attached file is a list of all the Long Island Railroad stations. Each station is described on one line with six space-delimited fields. Each station has a unique 3-c…
C++ ONLY Write a program similar to Mastermind, except you will use 3 digits ins
C++ ONLY Write a program similar to Mastermind, except you will use 3 digits instead of colors. Running the program should look like the following: Alternatively if you are not ab…
C++ ONLY! Hi! Need help completing the final part of this project, wherein a use
C++ ONLY! Hi! Need help completing the final part of this project, wherein a user inputs a word to search for with the wildcard character (for example, the user inputs "a??" to se…
C++ ONLY!! Exercise 1: Chapter 11, Postlab Exercise 8 asked you to implement a m
C++ ONLY!! Exercise 1: Chapter 11, Postlab Exercise 8 asked you to implement a matrix with the following functions for a 5-by-4 matrix. Rewrite this program as a template class,wh…
C++ ONLY!! Exercise 1: Chapter 11, Postlab Exercise 8 asked you to implement a m
C++ ONLY!! Exercise 1: Chapter 11, Postlab Exercise 8 asked you to implement a matrix with the following functions for a 5-by-4 matrix. Rewrite this program as a template class,wh…
C++ ONLY!! I\'m having a problem with my search function. When I type in \"a??\"
C++ ONLY!! I'm having a problem with my search function. When I type in "a??" it returns the following: "The word the appears 3 times in the document." "The word and appears 7 tim…
C++ ONLY!!! Create 4 classes that inherit the polygon pure virtual base class yo
C++ ONLY!!! Create 4 classes that inherit the polygon pure virtual base class you adjusted and defined in Exercise 1. Those polygons are assumed to be perfect (no irregular shapes…
C++ ONLY!!!! ANSWER AS MANY AS YOU CAN. MAKE SURE THEY ARE RIGHT!!!! ALSO LABEL
C++ ONLY!!!! ANSWER AS MANY AS YOU CAN. MAKE SURE THEY ARE RIGHT!!!! ALSO LABEL WHAT QUESTION THE ANSWER IS TO!! ANSWER AS MANY AS POSSIBLE!!! THANKS MUCH 1. Declare an array name…
C++ ONLY********** Write a program that declares a struct to store the data of a
C++ ONLY********** Write a program that declares a struct to store the data of a student’s last name, his or her class standing (freshman, sophomore, junior, and senior), number o…
C++ ONLY, NO JAVA USING CODEBLOCKS WRITE IN BASIC C++ Assignment Description: In
C++ ONLY, NO JAVA USING CODEBLOCKS WRITE IN BASIC C++ Assignment Description: In this assignment you will create a program that allows a user to choose one of the following main m…
C++ ONLY// A allegro 5 program in c++ only that stays in a loop until escape is
C++ ONLY// A allegro 5 program in c++ only that stays in a loop until escape is pressed. It shows a background image and moves an object on screen using four arrow keys but the ob…
C++ ONLY: I\'m having an issue with my sort function. Every time I run it, it ha
C++ ONLY: I'm having an issue with my sort function. Every time I run it, it has a segmentation fault and core dumps. Everything else works. here's my current sorting functions: h…
C++ OO Format Implement a simple user interface, from which you ask the user of
C++ OO Format Implement a simple user interface, from which you ask the user of your program to input a positive integer, and then you get the input from the interface Let's say t…
C++ OOP and Classes. Would someone be able to walk me through this please? Thank
C++ OOP and Classes. Would someone be able to walk me through this please? Thank you! Program square.cpp is as follows: // This program declares the Square class and uses member f…
C++ OOP/Classes. Hello could someone help walk me through how to complete this p
C++ OOP/Classes. Hello could someone help walk me through how to complete this program? Thank you in advance! Program circles.cpp is as follows: #include <iostream> using na…
C++ OPTION A (Basic): A Seven Segment Display in Three Acts Understand the Probl
C++ OPTION A (Basic): A Seven Segment Display in Three Acts Understand the Problem In our lectures, we learned that boolean functions can be fully described by an array of bools, …
C++ OPTION A (Basic): Complex Numbers A complex number , c , is an ordered pair
C++ OPTION A (Basic): Complex Numbers A complex number, c, is an ordered pair of real numbers (doubles). For example, for any two real numbers, s and t, we can form the complex nu…
C++ OPTION A (Basic): Complex Numbers A complex number , c , is an ordered pair
C++ OPTION A (Basic): Complex Numbers A complex number, c, is an ordered pair of real numbers (doubles). For example, for any two real numbers, s and t, we can form the complex nu…
C++ Object Oriented Programming Programming Assignment #5 Rational Class Create
C++ Object Oriented Programming Programming Assignment #5 Rational Class Create a class called Rational that represents a rational number. A rational number is any number that can…
C++ Object Oriented Programming Programming Assignment #5 Rational Class Create
C++ Object Oriented Programming Programming Assignment #5 Rational Class Create a class called Rational that represents a rational number. A rational number is any number that can…
C++ Object and Classes Programming -- Helpful comments is greatly appreciated!!
C++ Object and Classes Programming -- Helpful comments is greatly appreciated!! Create an Account class that a bank might use to represent customers' bank accounts. Include a data…
C++ Object-Oriented Programming - Create a class called Account with all of thes
C++ Object-Oriented Programming - Create a class called Account with all of these requirements met. ·Account Class Requirements The Account class shal have 4 constructors * A defa…
C++ Object-Oriented Programming - Create a class called Account with all of thes
C++ Object-Oriented Programming - Create a class called Account with all of these requirements met. The Money class is given before the pictures for the requirements of the Accoun…
C++ Object-Oriented Programming - I need someone to explain this line of code to
C++ Object-Oriented Programming - I need someone to explain this line of code to me and also tell me how I can eliminate the 'warning' I'm getting from my compiler that is saying …
C++ Object-Oriented Programming - I wrote all of this code in one file; however,
C++ Object-Oriented Programming - I wrote all of this code in one file; however, I need it all broken up into separate files for encapsulation. (header and cpp for every class) If…
C++ Object-Oriented Programming - So I\'m having a problem with \"private within
C++ Object-Oriented Programming - So I'm having a problem with "private within this context" in my accrue function and my non-member function called createAccount. I've posted all…