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 89 / 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++ console application that converts planet data. Download file PlanetsIn.txt t
C++ console application that converts planet data. Download file PlanetsIn.txt to project folder project-name>I. Within your application, open file PlanetsIn.txt and scan past …
C++ const Account createAccount(); – It will prompt the user for the account nam
C++ const Account createAccount(); – It will prompt the user for the account name, interest rate, and starting balance in that order – The prompts shall appear as follows: Let's s…
C++ conversion from Decimal to Binary and Binary to Decimal. Please help...thank
C++ conversion from Decimal to Binary and Binary to Decimal. Please help...thank you!! Create a program which can maintain binary numbers, (being able to add and subtract them), a…
C++ create a data file containg around(but not exactly) 100 integers.The numbers
C++ create a data file containg around(but not exactly) 100 integers.The numbers should be on multiple lines in the file, but do not include the same number of integers on each li…
C++ create a data file containg around(but not exactly) 100 integers.The numbers
C++ create a data file containg around(but not exactly) 100 integers.The numbers should be on multiple lines in the file, but do not include the same number of integers on each li…
C++ data strucs algorithms. follow instructions for each part please. thank you!
C++ data strucs algorithms. follow instructions for each part please. thank you! Required Classes and Methods NOT functions. To receive full credit, programmers must apply coding …
C++ data strucs and aglorithms. Please follow instructions Required Classes and
C++ data strucs and aglorithms. Please follow instructions Required Classes and Methods NOT functions. To receive full credit, programmers must apply coding conventions for code b…
C++ data structure Parsing Page Ranges You know how when you go to print a docum
C++ data structure Parsing Page Ranges You know how when you go to print a document there’s an option to print “pages…”? In some applications its just two boxes, “from” and “to”, …
C++ data structure assignment For the Singly-Linked List class at: SLinkedList.h
C++ data structure assignment For the Singly-Linked List class at: SLinkedList.h } Add a method void SLinkedList::printReverse() that prints every element in the linked list in re…
C++ data structures algorithms. Big O Arrange appropreiately please List appropr
C++ data structures algorithms. Big O Arrange appropreiately please List appropriate Worst Case Big O Notation under the different algorithms or data structure operations. Choose …
C++ data structures algorithms. Big O Big OSECTION List appropriate Worst Case B
C++ data structures algorithms. Big O Big OSECTION List appropriate Worst Case Big O Notation under the different algorithms or data structure operations. Choose from right column…
C++ data.txt 300 450 500 210 510 600 750 400 627 100 420 430 530 621 730 530 200
C++ data.txt 300 450 500 210 510 600 750 400 627 100 420 430 530 621 730 530 200 050 058 200 100 082 920 290 Your program will: Read in that data file into a 2 dimensional array, …
C++ data.txt 300 450 500 210 510 600 750 400 627 100 420 430 530 621 730 530 200
C++ data.txt 300 450 500 210 510 600 750 400 627 100 420 430 530 621 730 530 200 050 058 200 100 082 920 290 Your program will: Read in that data file into a 2 dimensional array, …
C++ dfs question reference? Copy your Graph:shortestWeightedPath method into the
C++ dfs question reference? Copy your Graph:shortestWeightedPath method into the box below, with the provided prototype. You may use any helper functions as needed, but they must …
C++ do While loop? I am writing a do while loop program in which the user inputs
C++ do While loop? I am writing a do while loop program in which the user inputs data. The user tells the program how many values are to be entered in the program. After which the…
C++ do While loop? I am writing a do while loop program in which the user inputs
C++ do While loop? I am writing a do while loop program in which the user inputs data. The user tells the program how many values are to be entered in the program. After which the…
C++ double compu teInterest(double principal, double rate, i nt months) this fun
C++ double compu teInterest(double principal, double rate, i nt months) this function is named computelnterest; it returns a double for output, and receives two doubles and an int…
C++ drawing pixels lines rectangles implementing functions Implement all of the
C++ drawing pixels lines rectangles implementing functions Implement all of the functions in the class and make driver for testing This is what i have so far: const int MAX_WIDTH …
C++ dynamic arrays to manage a set of students and their courses. File courses.t
C++ dynamic arrays to manage a set of students and their courses. File courses.txt contains a list of student names, the number of courses taken, and the names of the courses. The…
C++ emp_data.txt(copy) 101 41 8.11 Y 49 666 1 66.66 Y 66 722 32 7.22 N 40 9876 2
C++ emp_data.txt(copy) 101 41 8.11 Y 49 666 1 66.66 Y 66 722 32 7.22 N 40 9876 23 9.99 N 39 binary_search.txt(copy) //Implementation of Binary Search iteratively int binSearch(int…
C++ exercise pruning - Classes and Operator Overloading Please only C++, NOT C,
C++ exercise pruning - Classes and Operator Overloading Please only C++, NOT C, or C#, or Java, please comment sections as to what the 3 files needed are here -> http://codepad…
C++ experts!! Please help with this! Will rate Using the binary_tree_node from c
C++ experts!! Please help with this! Will rate Using the binary_tree_node from code example, write a function to meet the following specification. Check as much of the preconditio…
C++ fill in the blank questions. When a class data type needs to supply helper t
C++ fill in the blank questions. When a class data type needs to supply helper typedefinitions or constants, we can use the _____ operator to access them. For instance, the string…
C++ flashdrive_driver FlashDrive C++ flashdrive_driver Sample Driver Code void m
C++ flashdrive_driver FlashDrive C++ flashdrive_driver Sample Driver Code void main( ) { int i; cout << "Welcome to Howie's Flash USB Drive Store!"        << endl; cou…
C++ flowchart Only, please. I need a full develop flowchart for this code PLEASE
C++ flowchart Only, please. I need a full develop flowchart for this code PLEASE ONLY ANSWER A FULL EXPLAINED FLOWCHART 18. Phone Number List Write a program that has an array of …
C++ following steps: 1. Write declaration for an abstract class called Account t
C++ following steps: 1. Write declaration for an abstract class called Account that has an abstract public instance method called printInterest that returns void and has no parame…
C++ format Create a program which will take 5 numerical grades from the user and
C++ format Create a program which will take 5 numerical grades from the user and finds the number of A's, B's, C's, D's, and F's earned. This program should include the following …
C++ format in notepad or codeblocks Write a function Absolute Value (x) that ret
C++ format in notepad or codeblocks Write a function Absolute Value (x) that returns the absolute value of x. (The absolute value is the magnitude of x with no sign. Example: the …
C++ format in notepad or codeblocks Write a function to calculate the volume of
C++ format in notepad or codeblocks Write a function to calculate the volume of a sphere. Formula: volume - 4/3 times Pi times radius cubed the argument passed to the function is …
C++ format, if you can complete the extra credit functions that would be nice. B
C++ format, if you can complete the extra credit functions that would be nice. Below are the starter codes. LList.h #ifndef LLIST_H #define LLIST_H /* Linked List class that store…
C++ friend told has told you an interesting fact: “Take 5 digit number and sum i
C++ friend told has told you an interesting fact: “Take 5 digit number and sum it’s digits. If the sum is divisible by 9, then the number is divisible by 9”. You are going to writ…
C++ full code please to copy.i need to be able to run the program In this projec
C++ full code please to copy.i need to be able to run the program In this project you will create a robot class. The robot objects move within a grid similar to the 3x3 grid shown…
C++ full program please - Create a file of at least 20 student records sorted by
C++ full program please - Create a file of at least 20 student records sorted by student ID. - Read student records into a vector in C++ or Java program. (For Vector, refer to Cha…
C++ full program please. If you could give a sample input file too that would be
C++ full program please. If you could give a sample input file too that would be great! - Create a file of at least 20 student records sorted by student ID. - Read student records…
C++ full project SOLUION Needed asap Rules: String Histogram A Histogram (http:/
C++ full project SOLUION Needed asap Rules: String Histogram A Histogram (http://en.wikipedia.org/wiki/Histogram) is a visual way of representing frequency counts. Most computer p…
C++ functions Main will call function Prompt, three times. Then call Max_Value a
C++ functions Main will call function Prompt, three times. Then call Max_Value and then Min_Value, each once. Prompt will accept no parameters and return one integer value. Max_Va…
C++ functions and random numbers C++ (Function random numbers) Follow the format
C++ functions and random numbers C++ (Function random numbers) Follow the format Write a function Noodles(), with int parameter minutes, and void return type. Print "N minutes" fo…
C++ game Spider is a game involving a die and Hangman type game. It is 2 player
C++ game Spider is a game involving a die and Hangman type game. It is 2 player game. In this game, each player tries to finish making a full spider before the other players and t…
C++ get sin by taylor series I got most of the code but dont know which part whe
C++ get sin by taylor series I got most of the code but dont know which part when wrong some one please help #include <iostream> #include <cmath> #include <iomanip&…
C++ goals: using loops Please answer with exactly what I should put into the com
C++ goals: using loops Please answer with exactly what I should put into the computer for the code! Problem: A local company, Molding Supreme, uses produces molds to cast various …
C++ goals: using loops Problem: A local company, Molding Supreme, uses produces
C++ goals: using loops Problem: A local company, Molding Supreme, uses produces molds to cast various shapes. However, the molds become scratched after many uses and need to be re…
C++ hand trace help.... perform a hand-trace of the code by making a table of va
C++ hand trace help.... perform a hand-trace of the code by making a table of values by hand or using Microsoft Word’s table feature. Write down the contents of the array after ea…
C++ has a feature (I cannot figure out the proper name of it), that automaticall
C++ has a feature (I cannot figure out the proper name of it), that automatically calls matching constructors of parameter types if the argument types are not the expected ones. A…
C++ has an mechanism for throwing exceptions. Many other languages have this fea
C++ has an mechanism for throwing exceptions. Many other languages have this feature as well. One interesting way that exception handing varies from one language to another is wha…
C++ header file creating given main.cpp and Line.cpp Instructions: Write a heade
C++ header file creating given main.cpp and Line.cpp Instructions: Write a header for a nested class called Point inside a class called Line. We have already included the main fun…
C++ header file that will allow race judges to manage and then award points to r
C++ header file that will allow race judges to manage and then award points to runners according to their finishing position. It provides services needed to manage a race under th…
C++ header file that will allow race judges to manage and then award points to r
C++ header file that will allow race judges to manage and then award points to runners according to their finishing position. It provides services needed to manage a race under th…
C++ header files My header file looks like this: #ifndef PPMIMAGE_H_ #define PPM
C++ header files My header file looks like this: #ifndef PPMIMAGE_H_ #define PPMIMAGE_H_ class PpmImage{    public:        void readImage(char* data);        void setRows(int row)…
C++ hello there, can anybody explain to me how the game supposed to work. so if
C++ hello there, can anybody explain to me how the game supposed to work. so if i run the program what is going to happen? You will create a simple class hierarchy as the basis fo…
C++ hello there, can anybody please help me? i have been trying all day to do th
C++ hello there, can anybody please help me? i have been trying all day to do this but i couldn't. i am taking a computer science class and i am not majoring in it. the materials …