586 Answered Questions for the topic C++
12/10/20
C++ Encryption/Decryption Spaces Problem Caesar Cipher
C++ I have a problem with this code I can't encrypt with spaces for the caesar cipher and decrypt back for caesar cipher with spaces. I have it working on substitution cipher but I can't fix it for...
more
12/06/20
C++ Project/Program Encrypt/Decrypt
Need this program coded in c++, attached are the instructions and the given hint by the prof. Use the hint to code the program that is required for this assignment instructions. Use...
more
12/06/20
C++ Project/Program Encrypt/Decrypt
Need this program coded in c++, attached are the instructions and the given hint by the prof. Use the hint to code the program that is required for this assignment instructions. Use...
more
12/05/20
Graded Activity C++ Program
A C++ assignment
Implement the GradedActivity class. Copying from the pdfs is fine.
Create a new class Assignment which is derived from GradedActivity. It should have three private member ints for...
more
12/05/20
C++ Grid Writer
C++: In this part of the assignment you will not need to write any code. Instead you will download a software project and submit your answers to questions about the code.The project uses a class...
more
12/05/20
C++ Program: Random Number Guesser.
MUST HAVE TWO FILES Submit your RandomNumberGuesser.h and RandomNumberGuesser.cpp filesWrite a derived class of the NumberGuesser class named RandomNumberGuesser. The derived class should override...
more
C++ C
12/03/20
write a C program to
Design anagram game using array. Allow a user to enter N primary words and store it in an array. Generate a random number from the range 1 to N. Based on the random number generated display the...
more
C++ C
12/03/20
write a C program to
An organization has to maintain it employee’s details. There is need of accessing details of employees frequently. Taking this information into consideration, use appropriate data structure to...
more
C++
12/03/20
c++ programming
(i) Consider the following code:int myFunc(int A[], int n) { int i, j, max = 0; int msis[n]; for ( i = 0; i < n; i++ ) msis[i] = A[i]; for ( i = 1; i <...
more
12/02/20
C++ Help Finish Code Has Error's Encrypt/Decrypt Using Substitution and Caesar Cipher
Here is my code so far please help me fix it.#include<iostream>#include<vector>#include<set>#include<string>using namespace std;class Substitution { int key; string...
more
12/02/20
Need C++ coding Help Encryption and Decryption Using Substitution and Caesar Cipher.
Program Specification:Using the techniques presented during this semester create a complete C++ program to emulate anEncryption/Decryption Machine. The machine will be capable of the following:...
more
C++ C
11/21/20
write a program to
Write a program to implement phone book dictionary using Binary Search Tree which provides following operations: (a) add new entry in phone book, (b) remove entry from phone book, (c) search phone...
more
C++ C
11/21/20
write a program to
Write a program to construct binary tree from a given preorder and postorder traversal sequence.
C++ C
11/21/20
write aprogram to
Write a program to implement Binary search operation on any given set of integers.
C++ C
11/21/20
write a program to
a) Write a program to implement Quick sort for sorting a given set of integers in ascending order.b) Write a program to implement Heap sort algorithm for sorting a given set of integers in...
more
11/20/20
(C++) Use AND, NOT, OR, XOR
Code C++ using AND, NOT, OR, XOR from:S = ++G * H < D > 100J = --G + D * H < 100K = ++S + --J * G > 200L = S + J + K > 150
11/15/20
Understanding Sequential Statements
In this lab, you complete a C++ program with the provided data files. The program calculates the amount of tax withheld from an employee’s weekly salary, the tax deduction to which the employee is...
more
11/15/20
Understanding Operator Precedence and Associativity
In this lab, you complete a partially written C++ program that is provided for you. The program, which was written for a furniture company, prints the name of the furniture item, its retail price,...
more
11/15/20
Declaring and Initializing C++ Constants
In this lab, you declare and initialize constants in a C++ program. The program, which is saved in a file named NewAge2.cpp, calculates your age in the year 2050.Instructions
Declare a constant...
more
11/15/20
Declaring and Initializing C++ Variables
Declare an integer variable named myNewAge.
Declare and initialize an integer variable named myCurrentAge. Initialize this variable with your current age.
Declare and initialize an integer...
more
11/15/20
Compiling and Executing a C++ Program
Modify the program so it displays I'm learning how to program in C++.
Modify the C++ Programming program so it prints two lines of output. Add a second output statement that displays That's...
more
C++
11/15/20
Data Structure and algorithms
In a school, students of 5th Grade are going for a picnic. For a particular game between 10 players, they needs to be organized in the ascending order of their height. Teacher selects a...
more
11/10/20
(C++) How to make variable vertically?
So I know how to make text vertically but the thing is I don't know about the variable here's the...
more
11/08/20
c++ programming
1. , the Bank class maintained a pointer to an array or customers. Therefore, the primary data structure used to store customer information had been an array. In this assignment, the array data...
more
11/07/20
C++ problem on output
anyone knows to show exactly numbers like this: -550.987654321234 I'm using float or double it shows -550.988 and that's not the output I want. Anyone knows to solve this?
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.