Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 56 / 1624
C++ How would I make a program that displays warning messages if the user inputs
C++ How would I make a program that displays warning messages if the user inputs a coordinate with bad notations? So, to enter the point (3,-4), the user should be able to enter a…
C++ I NEED THE CODE TO RUN THROUGH MICROSOFT VISUAL STUDIOS AND A SAMPLE OUTPUT
C++ I NEED THE CODE TO RUN THROUGH MICROSOFT VISUAL STUDIOS AND A SAMPLE OUTPUT WOULD BE APPRECIATED!! I need my existing code updated with the following: STEP 1 Notice in the upd…
C++ I am creating a simple 2D predator-Prey game and want to know why I am getti
C++ I am creating a simple 2D predator-Prey game and want to know why I am getting these 3 errors from my program (xcode)- Apple Mach-0 Linker (Id) Error- "ant::ant(board*, int, i…
C++ I am looking for a hashing algorithm that gives me only couple of collisions
C++ I am looking for a hashing algorithm that gives me only couple of collisions in a table size less than 400 with about 102 dictionary words. The hash algorithm must return the …
C++ I am making a vector and I can\'t seem to figure out the last two steps. I n
C++ I am making a vector and I can't seem to figure out the last two steps. I need to ... a. A function pop_back( ) that removes the last used element in the vector. b. A function…
C++ I am stuck in making my program do the following: -Make Employee and Departm
C++ I am stuck in making my program do the following: -Make Employee and Department editable. That means, the user should be able to edit a given Employee and Department. -Do not …
C++ I am trying to build a template binary search function. I have the follwoing
C++ I am trying to build a template binary search function. I have the follwoing, but it keeps getting stuck in a continous loop. Can someone help me fix this code so that it runs…
C++ I am working on a console game that when it starts up it opens a text file.
C++ I am working on a console game that when it starts up it opens a text file. After the players reads the rules, it is suppose to close the text file when the player presses any…
C++ I can´t figure this program out in the simpliest way possible using while an
C++ I can´t figure this program out in the simpliest way possible using while and if statements Write a program to read data from input file. The first value read is the number of…
C++ I could use some help with the syntax for a program I am working on that ope
C++ I could use some help with the syntax for a program I am working on that opens a csv file and stores/reads the records. #include "CsvLogReader.h" // prototypes static void cop…
C++ I got 2 errors, line 35 and 36. How to fix it? Make my code work... #include
C++ I got 2 errors, line 35 and 36. How to fix it? Make my code work... #include <iostream> #include <iomanip> // std::setprecision using namespace std; class BasicSha…
C++ I had to create a binary search tree and I have completed all functions exce
C++ I had to create a binary search tree and I have completed all functions except for remove and height. Both must be done recursively with the usage of a private helper function…
C++ I have a creature base class, and 2 derived class from it- ant and doodlebug
C++ I have a creature base class, and 2 derived class from it- ant and doodlebug I also have a gameboard class which has a 2d array where each element is either one of the 2 creat…
C++ I have a hangman related project, how do I compare \"- - - - -\" which is be
C++ I have a hangman related project, how do I compare "- - - - -" which is being dynamicly written. to the given word from user 1 to, for example "hello" I already have it set up…
C++ I have a rectangle object with two sides and need a function to recursivly i
C++ I have a rectangle object with two sides and need a function to recursivly increase each side member variable 'n' times. void incSides(int n); will increase the length of each…
C++ I have a rectangle object with two sides and need a function to recursivly i
C++ I have a rectangle object with two sides and need a function to recursivly increase each side member variable 'n' times. void incSides(int n); will increase the length of each…
C++ I have a small question in this piece of code. I wanna add that if a positio
C++ I have a small question in this piece of code. I wanna add that if a position is not found return -1; Please if you do not know don't answer it. and no it is not as simple as:…
C++ I have a small question in this piece of code. I wanna add that if a positio
C++ I have a small question in this piece of code. I wanna add that if a position is not found return -1; & if we reach the end of the list or node not found. Please if you do…
C++ I have a small question in this piece of code. I wanna add that if there are
C++ I have a small question in this piece of code. I wanna add that if there are no nodes return -1; and then in main i can call the "display error" Please if you do not know don'…
C++ I have a small question in this piece of code. I wanna add that if there are
C++ I have a small question in this piece of code. I wanna add that if there are no nodes return -1; and then in main i can call the "display error" Please if you do not know don'…
C++ I have created code but need help with this last part. I don\'t seem to reme
C++ I have created code but need help with this last part. I don't seem to remember how to use for loops in the instance of an array. I have 3 classes, and each one has a certain …
C++ I have provided you with a sample class named TrashCan which has been diagra
C++ I have provided you with a sample class named TrashCan which has been diagrammed below and described in the online course content. You can acquire the source to the TrashCan c…
C++ I have the code, but need comments added please. //Accounts.cpp #include
C++ I have the code, but need comments added please. //Accounts.cpp #include <iostream> #include <iomanip> #include <string> #include "certificateOfDeposit.h" #i…
C++ I have the code, but need comments added please. //main// #include
C++ I have the code, but need comments added please. //main// #include <iostream> #include "unorderedListType.h" #include "arrayListType.h" using namespace std; int main() {…
C++ I have the code, but need comments added please. //main// //Accounts.cpp #in
C++ I have the code, but need comments added please. //main// //Accounts.cpp #include <iostream> #include <iomanip> #include <string> #include "certificateOfDepo…
C++ I made a program that switches the infix notation to a postfix notation. I a
C++ I made a program that switches the infix notation to a postfix notation. I am having trouble calculating the numeric answer like if the user plugs in 1+2*3 i need to now outpu…
C++ I need all steps please. Define the class Student . The Student class has a
C++ I need all steps please. Define the class Student. The Student class has a name(string), totalCredits(int) and pricePerCredit(double) as private data members. Include default …
C++ I need help : i want to create a class with all the necessary functions and
C++ I need help : i want to create a class with all the necessary functions and when i write my main and the class must take into account leap year to check if February is 29 days…
C++ I need help when I grab data from a text file, and have the float number whi
C++ I need help when I grab data from a text file, and have the float number which is Price (the last getline) return as a float (Only one line of the file is a float Ex: 45.99). …
C++ I need help with a function which is giving me a segmentation fault. Here it
C++ I need help with a function which is giving me a segmentation fault. Here it is. It is supposed to delete each city in a linked list. If you could let me know what in the func…
C++ I need help with getting overloaded operator to work in a template for 3 cla
C++ I need help with getting overloaded operator to work in a template for 3 classes. My code below is working, and the output is correct, but the way I am using the overloaded op…
C++ I need help with my multiple choice loop. My program loops through like it s
C++ I need help with my multiple choice loop. My program loops through like it should asking the choices but when it stores it in the file instead of storing all the choices in th…
C++ I need help with this : I did my home work but i\'m confused and blocked som
C++ I need help with this : I did my home work but i'm confused and blocked somewhere. so i decided to restart with your help. This the Class designed in the chapter This is The e…
C++ I need help with this program not working ####### main.cpp############ #incl
C++ I need help with this program not working ####### main.cpp############ #include "..Project2employee.h" using namespace std; const string DIRECTIONS = "Enter new employee."; vo…
C++ I need my existing code updated with the following: UML DIAGRAMS MODIFY THE
C++ I need my existing code updated with the following: UML DIAGRAMS MODIFY THE EMPLOYEE CLASS: Using the updated Employee class diagram, modify the attributes to be protected. De…
C++ I need this code to be debugged so I can run quick sort and selection sort p
C++ I need this code to be debugged so I can run quick sort and selection sort properly. Program should be able to sort THEN print time it takes to sort. #include <iostream>…
C++ I need to add a function for the following code which determines and display
C++ I need to add a function for the following code which determines and displays the winner of the race. //Program Description: Horse Racing Game //Date: April 12, 2017 #include …
C++ I need to add the ability to save data to a disk in one or more files in my
C++ I need to add the ability to save data to a disk in one or more files in my program. The menu(s) should give the user the option to save or retrieve data. //Please make sure t…
C++ I need to have a two dimensional array in the below code. What would work? W
C++ I need to have a two dimensional array in the below code. What would work? Would having the output in rows and columns be a good example and if so, where should it go? #includ…
C++ I need to open a text file with the name of the text file entered by the use
C++ I need to open a text file with the name of the text file entered by the user, read each line seperately, then read each character in the line tally how many times the the cha…
C++ I neeed the following added to my existing code: HERE IS THE UML DIAGRAM The
C++ I neeed the following added to my existing code: HERE IS THE UML DIAGRAM The only change to the Employee class is that there is a new attribute: Notice that there is a "+" for…
C++ I use microsoft visual express Phone Number List. This program should have a
C++ I use microsoft visual express Phone Number List. This program should have an array of at least 10 string objects using char [ ] . The array will hold people’s names and phone…
C++ I would like to know if I can get some help on this assignment. I had alread
C++ I would like to know if I can get some help on this assignment. I had already built the program; however, I need to be able to incorporate a linked list which totally changes …
C++ INHERITANCE HELP!!!! 1) Define the class bankAccount to store a bank custome
C++ INHERITANCE HELP!!!! 1) Define the class bankAccount to store a bank customer’s account number and balance. Suppose that account number is of type int, and balance is of type …
C++ I\'m having a problem with this C++ program I\'m working on. Here, I\'m work
C++ I'm having a problem with this C++ program I'm working on. Here, I'm working on a variation of the Mastermind game that only uses numbers instead of colors. The game also allo…
C++ I\'m having a problem with this C++ program I\'m working on. Here, I\'m work
C++ I'm having a problem with this C++ program I'm working on. Here, I'm working on a variation of the Mastermind game that only uses numbers instead of colors. The game also allo…
C++ I\'m having a syntax error at \" if (myclass[i].average >= 90) \" its says i
C++ I'm having a syntax error at " if (myclass[i].average >= 90) " its says i is undeclared, eventhough its in the for statement. Anyone see what I did wrong? void student::c…
C++ I\'m really lost in trying to complete this code. I need to get a working pr
C++ I'm really lost in trying to complete this code. I need to get a working program, but this stops once the text file displays. Can someone help me finish this program so that t…
C++ I\'m supposed to concatenate the 2 strings entered with a for loop but I don
C++ I'm supposed to concatenate the 2 strings entered with a for loop but I don't know what to put inside the for loop. #include <iostream> #include <cctype> #include …
C++ I\'m trying to get a text file that\'s petty simple to inport values into a
C++ I'm trying to get a text file that's petty simple to inport values into a Class. For some reason I can't get this thing to work right. I've tried a couple of different approac…