How do cin and cout relate to ostream and istream

Assignment Help C/C++ Programming
Reference no: EM131215049

Discussion Questons

Please respond to all of the following prompts:

• How are input and output accomplished in C++?
• How do cin and cout relate to ostream and istream?

Lab Activity

1. Write a C++ program per the requirements in the problem. This activity will focus on the use of files.

• To complete this activity, please refer to: Programming Problems 14.1.

Programming Problems 14.1

1. Write a program that combines the processing of programs prb14-1.cpp and 14- 2.cpp. Thus, the program should create the parts inventory file by obtaining the data from the user. After creating the file, the program should then search through the file and display those records whose quantity on hand multiplied by price exceeds 3000.00. Declare the file as an f stream object so you can perform both input and output on the file.

2. A small business wants to create a file to store its customer information. Each record in the file is to contain the following data: customer ID number (an inte¬ger 01-54 first name, last name, city, zip code, and account balance. Write a pro¬gram to create such a customer file. Set up the file as a sequential text file with space-separated fields.

3. Write a program that displays the file of Programming Problem 2 in column form with appropriate column headings.

• To complete this activity, please refer to: Programming Problems 14.3.

Programming Problems 14.3

1. Write a program that asks the user to enter the name of a file. The program should display the number of characters in the file.

2. Write a program that asks the user to enter the name of a text file. The program should display on the monitor the contents of the file in reverse order, that is from the last character to the first.

3. Write a program that asks the user to enter the name of a text file. The program should display on the monitor the middle character in the file if there is an odd number of characters in the file. If there is an even number of characters in the file, the program should display the middle two characters

4. Write a program that asks the user to enter the name of a text file and a positive integer, n. The program should display on the monitor the n-th character in the file. If n exceeds the number of characters in the file, the program should display an error message.

Submission Instructions: ***NOTE: For all C++ assignments, include a screenshot of your C++ program in the Visual Studio window along with the output showing or submit the actual program file. Do this for all labs.

Reference no: EM131215049

Questions Cloud

Find the fixed points for each of the functions : A 2-way OR construction followed by a 2-way AND construction, followed by a 2-way OR construction followed by a 2-way AND construction.
Find and sketch the pdf of the transformed random variable : The random variable is transformed by the device whose input-output relationship is shown.-  Find and sketch the PDF of the transformed random variable, Y.
What is innovation in mobile computing do : What does Up and Running with Office mobile for windows 10 do? What is pinterest and how does it help us ? What is innovation in mobile computing do?
Show how to produce the buckets for all the bands : Show how another Map Reduce process can convert the output of (a) to a list of pairs that need to be compared. Specifically, for each column i, there should be a list of those columns j > i with which i needs to be compared.
How do cin and cout relate to ostream and istream : How are input and output accomplished in C++? How do cin and cout relate to ostream and istream? Write a program that asks the user to enter the name of a file. The program should display the number of characters in the file.
Design map and reduce functions to exploit map reduce : However, suppose the matrix were chunked by rows, so that a Map task is given the hash functions and a set of rows to work on. Design Map and Reduce functions to exploit Map Reduce with data in this form.
What is the domain of given random variable : Define a random variable to be X = number selected - nearest integer . -  What is the domain of this random variable?
Usefulness of office suites : Assume that you did not have access to Microsoft Office or other compatible application suites. Describe at least three (3) tasks that you would not be able to perform without Microsoft Office 2013.
Disaster recovery plan : What components of a disaster recovery plan should be tested?

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Read integers values one at a time from standard input

Write a C++ program to do the following. The program will read integers values one at a time from standard input (cin) until you read the value 150.

  Write function that create pascals triangle in square matrix

Write and test a function that creates Pascal's Triangle in the square matrix that is passed to it. For example, if the two-dimensional array a and the integer 4 were passed to the function.

  Write the select query

Assume the table "books" contains books that the company stocks. Assume the table order_lines only contains books that have actually been ordered.

  Write a test program that prompts the user to enter an index

Rewrite the fib method in Listing 18.2 using iterations. Hint: To compute fib(n) without recursion, you need to obtain fib(n - 2) and fib(n - 1) first. Let f0 and f1 denote the two previous Fibonacci numbers. The current Fibonacci number would the..

  Implement the linear regression algorithm

Write a C program to implement the linear regression algorithm

  Use c program language and should work on linuxcomputers

use c program language and should work on linuxcomputers are frequently used in check-writing systems such as payroll

  Write a function which adds the two numbers

In C write a function which adds the two numbers. Test this function by calling from the main. In main, the user should be asked to provide the two numbers.

  Implement class bankacct for bank usq

Implement class BankAcct, for Bank of USQ, using bankacct.cpp and bankacct.h and Implement an application bankUSQ_app.cpp

  Define a structure to store marks of a student

Define a structure to store roll no, name and marks of a student - using the structure of Q2. a), above write a 'C' program to create a file "student.dat". There must be one record for every student in the file.

  Develop a program that meets the following requirements.

Your consulting firm has been hired to develop a program that meets the following requirements.

  Estimated number of copies that will be sold

Write a program that prompts the author to enter the net price of each copy of the novel and the estimated number of copies that will be sold.

  Additional luggage results in erroneousn amount

The application used to calculate the cost of carrying additional luggage results in erroneousn amount, if the weight of the luggage is a fractional number. Help the development team modify the code snippet so that the cost of carrying additional ..

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd