Web development and programming
191828 questions • Page 3559 / 3837
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, 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++ 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++ 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 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 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…
c++ i need ans asap plz 7. Write the definition for a vosd function called toScr
c++ i need ans asap plz 7. Write the definition for a vosd function called toScreen. The function toScreen has one formal parameter called tilestream, which is of type itstream. T…
c++ its a 4 part question Background The HP-35 was the first scientific hand-hel
c++ its a 4 part question Background The HP-35 was the first scientific hand-held calculator, released in 1972 and an immediate success with engineers and scientists. Amongst othe…
c++ ive attached the code for part 1 The first three steps of your program are t
c++ ive attached the code for part 1 The first three steps of your program are the same ones from Part I: Step 1. Read the data into a 2D array Step 2. Find min and max elevation …
c++ lab activity (1) Prompt the user for a string that contains two strings sepa
c++ lab activity (1) Prompt the user for a string that contains two strings separated by a comma. (1 pt) Examples of strings that can be accepted: Jill, Allen Jill , Allen Jill,Al…
c++ language E 14.8 Memory Locations for Exercise 11 Variable: ptNum Address: 50
c++ language E 14.8 Memory Locations for Exercise 11 Variable: ptNum Address: 500 Variable: amtAddr Address: 564 Variable: zAddr Address: 8024 Variable: numAddr Address: 10132 204…
c++ language For the following function exampleFunc, which of the following is a
c++ language For the following function exampleFunc, which of the following is a valid overloadded function (Circle all valid, 1 pt) bool exampleFunc(int a, char b, bool c) bool e…
c++ language Overloading operators 1. Implement the equality (==) and inequality
c++ language Overloading operators 1. Implement the equality (==) and inequality (!=) relational operators as member functions of the List class. These test whether all the data p…
c++ language Write a function that starts with a single linked list of items and
c++ language Write a function that starts with a single linked list of items and a special value called the splitting value. Two item values can be compared using the operator-but…
c++ language. please include a .h file and 2 cpp files World population has grow
c++ language. please include a .h file and 2 cpp files World population has grown considerably over the centuries. Continued growth could eventually challenge the limits of breath…
c++ library system using vectors CSC 2110 Computer Science I Pregramming Project
c++ library system using vectors CSC 2110 Computer Science I Pregramming Project Due: 04/17/2018 11:00 PM 70 points+10 points extra credit-80 points Submission Format . The projec…
c++ linked list #include using namespace std; struct Node { int data; Node* next
c++ linked list #include using namespace std; struct Node { int data; Node* next; }; /* Task 1: Implement the following function for adding a new node to the front of t…
c++ linked list program to take in a file with instructions, alot of code alread
c++ linked list program to take in a file with instructions, alot of code already written. . Your program will take in a “Command” file called “cmd.txt” that will instruct your pr…
c++ make sure the printed array is of the int the user entered not just a mutipl
c++ make sure the printed array is of the int the user entered not just a mutiplcation table Final Proficiency Demonstrations You will fill/initialize a two-dimensional array to c…
c++ metric converter problem. -Create a MetricConverter class with the following
c++ metric converter problem. -Create a MetricConverter class with the following public static functions to convert from metric units to standard units: double KG_lbs(double kg) d…
c++ n grams - map_to_string: returns a single string of the map, wh
c++ n grams - map_to_string: returns a single string of the map<string,long>, where each element is printed as string:long, comma separated elements. No comma at the end •ve…
c++ n grams - map_to_string: returns a single string of the map, wh
c++ n grams - map_to_string: returns a single string of the map<string,long>, where each element is printed as string:long, comma separated elements. No comma at the end •ve…
c++ need help with a word guessing program with functions Write a word guessing
c++ need help with a word guessing program with functions Write a word guessing program. The user will try to guess a secret word by guessing letters and words. Choose a secret wo…
c++ need help! thanks. One of the problems of our Stack and LinkedList classes i
c++ need help! thanks. One of the problems of our Stack and LinkedList classes is that if we make them handle generic types with void* pointers, they will not know how to delete t…
c++ need to do a selection sort (selection sort descending) the data text for de
c++ need to do a selection sort (selection sort descending) the data text for descending is: Can you change the code to descending from ascending on my code? Following, this is th…
c++ not sure why the before sort in this problem wont display when testing it, t
c++ not sure why the before sort in this problem wont display when testing it, the after sort works, but their are a bunch of random string of characters that appears? Maybe its m…
c++ nothing beyond arrays Double any element\'s value that is less than minVal.
c++ nothing beyond arrays Double any element's value that is less than minVal. Ex: If minVal = 10, then dataPoints = {2, 12, 9, 20} becomes {4, 12, 18, 20}. 4 5 6 7 8 9 10 11 12 1…
c++ nothing beyond arrays Write a loop that sets each array element to the sum o
c++ nothing beyond arrays Write a loop that sets each array element to the sum of itself and the next element, except for the last element which stays the same. Be careful not to …
c++ nothing more complex than arrays Write a function SwapArrayEnds() that swaps
c++ nothing more complex than arrays Write a function SwapArrayEnds() that swaps the first and last elements of the function's array parameter. Ex: sortArray = {10, 20, 30, 40} be…
c++ object oriented programming Write an object-oriented program to create a dic
c++ object oriented programming Write an object-oriented program to create a dictionary. The dictionary has 26 files (files). You may name the files (tables) as A.txt, B.txt,..., …
c++ ocument/d/1cuk0louuS-Gqbal8MgX-znWzblacw Xbct4azy5f6Mi/edit ointers Binary S
c++ ocument/d/1cuk0louuS-Gqbal8MgX-znWzblacw Xbct4azy5f6Mi/edit ointers Binary Search Divide and Conquer Task 2 Given the numbers 1 to 1000, what is the minimum number of guesses …
c++ only please. Its the game of Ricoh robots. The object of the game is to get
c++ only please. Its the game of Ricoh robots. The object of the game is to get the designated numbered robot to the indicated letter position. The numbered squares are all robots…
Subject
Web development and programming
Use Browse or pick another subject.