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 1509 / 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++ building and using a queue template I need help with questions 3 and 4. You
c++ building and using a queue template I need help with questions 3 and 4. You need a queue template, plus a student class that pretty simple to make. main function should call t…
c++ by microsoft visual studio i wanna the answer for header file , cpp file , m
c++ by microsoft visual studio i wanna the answer for header file , cpp file , main file. 1). The function remove of the class arrayListType removes only the first occurrence of a…
c++ can also gve me the algoritm Part I: Create three arrays: (Be sure to do thi
c++ can also gve me the algoritm Part I: Create three arrays: (Be sure to do this first) You can put the data into a file (extra credit) or hard code it in main. The data is as fo…
c++ classes you are going to implement a simple Rock, Paper, Scissors game in C+
c++ classes you are going to implement a simple Rock, Paper, Scissors game in C++. Two players compete and, independently, choose one of Rock, Paper, or Scissors. They then simult…
c++ code Class List Instructions Create a program for an instructor to create a
c++ code Class List Instructions Create a program for an instructor to create a class list. The program will ask the user to enter the class code, name, section, and the names of …
c++ code The pseudo code of the hash function is given as follows. int hash(cons
c++ code The pseudo code of the hash function is given as follows. int hash(const string &key) { int value = 1; for (int position = 0; position < max_key_length; position++…
c++ code This assignment was locked Jul 10 at 6pm. You are to write a program th
c++ code This assignment was locked Jul 10 at 6pm. You are to write a program that will be used to look up the demographic information of a student. Their are two files which I pr…
c++ code for that problem 5. (Lastname_Lab5 p5.cpp, 20 points) Computers are pla
c++ code for that problem 5. (Lastname_Lab5 p5.cpp, 20 points) Computers are playing an increasing role in education. Write a program that wil help an elementary school student le…
c++ code problem Write a function Diminish that is given an integer parameter an
c++ code problem Write a function Diminish that is given an integer parameter and returns an integer value. The function will take the given value and repeatedly reduce the value.…
c++ code problem Write a function Diminish that is given an integer parameter an
c++ code problem Write a function Diminish that is given an integer parameter and returns an integer value. The function will take the given value and repeatedly reduce the value.…
c++ code to encrypt and decrpyt message using technique given below: The RSA Cry
c++ code to encrypt and decrpyt message using technique given below: The RSA Cryptosystem Beforehand The receiver creates a public key and a secret key as follows. 1. Generate two…
c++ code using code blocks, please make sure it compiles. copy and paste with an
c++ code using code blocks, please make sure it compiles. copy and paste with answers This program is for practicing function calling and writing When you see //---- that is where…
c++ code with comments 10.17: Morse Code Converter Morse code is a code where ea
c++ code with comments 10.17: Morse Code Converter Morse code is a code where each letter of the English alphabet, each digit, and various punctuation characters are represented b…
c++ coding Step1: Read in credit card number as a series of digits into an array
c++ coding Step1: Read in credit card number as a series of digits into an array the number -1 is used to indicate the end of series, no need to read in -1 into the array The maxi…
c++ coding design an Employee class. Your Employee class should have the followi
c++ coding design an Employee class. Your Employee class should have the following data members: employeeNumber (integer) name (string) address (string) phone (string) hourlyWage …
c++ computer programing Question C3 (a) Describe the difference in the meaning o
c++ computer programing Question C3 (a) Describe the difference in the meaning of int a [5]: and the 2 marks) 6) Describe the meaning of a [ 4 ] . (ii) What is the meaning of the …
c++ convert code help I feel really dumb and bad for the kind person who bothere
c++ convert code help I feel really dumb and bad for the kind person who bothered to answer my question but their codes are with stdio.h and stdlib.h libraries. I don't understand…
c++ create a cat.cpp. I HAVE BEEN GETTING WRONG ANSWERS FOR THE LONGEST TIME. PL
c++ create a cat.cpp. I HAVE BEEN GETTING WRONG ANSWERS FOR THE LONGEST TIME. PLEASE HELP You are NOT allowed to use the exec, system, popen, and pclose system calls or functions …
c++ data structures write comments on the lines of code explaining what they do
c++ data structures write comments on the lines of code explaining what they do Create a class/struct for a node. Create a class/struct for a list. Members: Top - a node that trac…
c++ encryption and decryption 1 Overview In this assignment, students will devel
c++ encryption and decryption 1 Overview In this assignment, students will develop and implement a program that performs "encryption" and "decryption" based on an encryption key (…
c++ error: readFile returned a value of 1 when it should have been 0 readFile re
c++ error: readFile returned a value of 1 when it should have been 0 readFile returned a value of 2 when it should have been 1 ------------------- #include <iostream> #inclu…
c++ fast plz Encircle the appropriate answer among the choices given below each
c++ fast plz Encircle the appropriate answer among the choices given below each questions. Arguments of a functions are separated with comma semicolon colon None In method, the va…
c++ format please help me You will write a program that reads and stores student
c++ format please help me You will write a program that reads and stores student data from an input file, computes and stores each student's test average, then prints a report to …
c++ format please help me You will write a program that reads and stores student
c++ format please help me You will write a program that reads and stores student data from an input file, computes and stores each student's test average, then prints a report to …
c++ format please help me You will write a program that reads and stores student
c++ format please help me You will write a program that reads and stores student data from an input file, computes and stores each student's test average, then prints a report to …
c++ format, for each function in the code, please using the comments fill in the
c++ format, for each function in the code, please using the comments fill in the code and write the whole program. #include <cstddef> #include <string> #include <io…
c++ format. create a 3-dimensional array of numbers of size 10x10x10 (1000 eleme
c++ format. create a 3-dimensional array of numbers of size 10x10x10 (1000 elements), and populate each element of the 3D array with a randomly generated value from 0-999. The use…
c++ forms a blue green complex with tetraphenylporphyrin a 1:1 ratio. say you ha
c++ forms a blue green complex with tetraphenylporphyrin a 1:1 ratio. say you have 100ml of 2.0*10-4 solution of the tetraphenylporphin. Exactly what weight of CuCl2 must be added…
c++ full working code Create a class, corresponding getter and setter functions,
c++ full working code Create a class, corresponding getter and setter functions, constructors, and an instance to determine BMI. The body mass index (BMI) is calculated and the pr…
c++ function. for loop. How can I make the following function into a for()loop?
c++ function. for loop. How can I make the following function into a for()loop? My ints ROW and COL are global constants and are equal to 3, but I want to make a function that wil…
c++ graphic programming You are to implement a basic trip planner. First draw a
c++ graphic programming You are to implement a basic trip planner. First draw a graphical representation (simplified map) of the cities listed below. Then let a user choose a seri…
c++ hashing 3413, 3869, 1897, 3346, 4325, 1657, 1, 2199, 1411, 874, 4323, 2759,
c++ hashing 3413, 3869, 1897, 3346, 4325, 1657, 1, 2199, 1411, 874, 4323, 2759, 2457, 4071, 1236, 2156, 1610, 4538, 2161, 4632 Given the above set of numbers, choose an array size…
c++ help 1 Objective The purpose of this assignment is for students to gain a be
c++ help 1 Objective The purpose of this assignment is for students to gain a better understanding of pointers, dynamic allocation and functions. 2 - Problem Write a program that …
c++ help For this example we will implement factorial. Download the skeleton sou
c++ help For this example we will implement factorial. Download the skeleton source code from https://drive.google.com/file/d/1uliIV42b_NiWGspbMllGDe7d3wR2MpWn Compile and run the…
c++ help Write a program that: Creates two finite arrays of size 10 These arrays
c++ help Write a program that: Creates two finite arrays of size 10 These arrays will serve as a storing mechanism for student grades in Classes A and B Uses a loop to populate th…
c++ help adjusting my code? RolodexEntryManager.cpp ----------------------------
c++ help adjusting my code? RolodexEntryManager.cpp ------------------------------------- #include <iostream> #include "RolodexEntry.h" #include <vector> #include <…
c++ help me plz as soon (by visual stdio ) a Write a program that will ask the u
c++ help me plz as soon (by visual stdio ) a Write a program that will ask the user to enter the size of the array X, then do the following: Function (readArray): that will read N…
c++ help needed I have the structure of my program done so I thought but my outp
c++ help needed I have the structure of my program done so I thought but my output is not doing what I am wanting. Any help is appreciated. Write a program which finds the 2 angle…
c++ help needed I have the structure of my program done so I thought but my outp
c++ help needed I have the structure of my program done so I thought but my output is not doing what I am wanting. Any help is appreciated. Write a program which finds the 2 angle…
c++ help please! 2 seperate code/program needed, one that will implement the Coi
c++ help please! 2 seperate code/program needed, one that will implement the Coin class, one that will implement the main program that uses it. 2 individual programs that if put t…
c++ help plz Write a program that let the user enter a charge account number. Th
c++ help plz Write a program that let the user enter a charge account number. The program should determine if the number is valid by checking for it in the following list: 5658845…
c++ help using getopt i need to parse through i guess a command line arguement u
c++ help using getopt i need to parse through i guess a command line arguement using getopt. how do I start? i.e chmod -sym MODE[,MODE]... FILE The format of a symbolic mode is [u…
c++ help with some practice problems. 1 - Look at the following code. double val
c++ help with some practice problems. 1 - Look at the following code. double value = 29.7; double *ptr = &value; Write a cout statement that uses the ptr variable to display t…
c++ help! Given three variables , k , m , n , of type int that have already been
c++ help! Given three variables , k, m, n, of type int that have already been declared and initialized , write some code that prints each of them in a 9 position field on the same…
c++ help! Mad Libs - prompt the user for every CAPITALIZED word. Then, display t
c++ help! Mad Libs - prompt the user for every CAPITALIZED word. Then, display the below text, replacing the capitalized word with the word the user typed in. You are free to use …
c++ help! Modify the c++ program below such that if one of the whitespaces is en
c++ help! Modify the c++ program below such that if one of the whitespaces is entered, it displays a message and tells what the character was. // P54.cpp - This program reads one …
c++ help. Recall, the equation for a straight line in cartesian coordinates (in
c++ help. Recall, the equation for a straight line in cartesian coordinates (in 2 dimensions) is y = ax + b If we have two straight lines, with coefficients {a1, b1} and {a2, b2},…
c++ help. You are going to create a forest fire simulation. The simulation will
c++ help. You are going to create a forest fire simulation. The simulation will take place on a 30 x 30 grid. Each square is populated with either a tree or rock. When you start t…
c++ help: i need help as soon as possible. i have to separate the numbers with c
c++ help: i need help as soon as possible. i have to separate the numbers with commas every three #include <iostream> #include "CountryList.h" using namespace std; //*******…
c++ i made a postfix calculator that works. I am struggling with the exception c
c++ i made a postfix calculator that works. I am struggling with the exception cases. I need it them so an error pops up if the user inputs "1+2*", (1+2)) or "1/0" Thank you in ad…