Write a program to open a text file for output

Assignment Help Computer Engineering
Reference no: EM132210412

Write a program to open a text file for output, then accep tlines of text from the console and write the lines of text to the file.

An empty string can be used to cause the program to quit accepting lines of text from the console and close the file. To test for an empty string (which occurs when you press the Enter key without typing any text), use the strlen() function from the string.h include file.

This function will return an integer value indicating thenumber of characters in a string. Here is an example program to show you how

strlen() works:

#include <iostream>

#include <string.h>

using namespace std;

int main()

{
char str[] = { "123456789012345" };

cout << strlen(str) << endl;

return 0;

}

You will find a submethod of cin useful. Here is an example:

cout << "enter some text:";

cin.getline(str, 80); // str is returned when the enter key is pressed

Here is an example of how the input should be done:

Enter text: Now is the time

Enter text: for all good men

Enter text: to come to the aid

Enter text: of their party.

Enter text: (Enter key pressed)

(program ends)

Reference no: EM132210412

Questions Cloud

Write a program that keeps a count of the lines in the input : Write a program that keeps a count of the lines in the input and prints out the line number, the number of characters in the line followed by the line itself.
A program that let the user input multiple positive integers : Write a program that let the user input multiple positive integers and output the largest integer the user input.
Write a loop that iterates as long as the array has a space : The program should accept up to 6 appointments, making sure that there is no time conflict or an invalid time slot is requested.
Why has the price of bitcoin increased : Why has the price of bitcoin increased over 500% in such a short amount of time? What factors may be behind its sharp rise in price?
Write a program to open a text file for output : Write a program to open a text file for output, then accep tlines of text from the console and write the lines of text to the file.
What kind of sanctions did your receive : How did your "target" react? What kind of sanctions did your receive (positive or negative)? Overall, discuss why sanctions are so powerful in maintaining.
Add all correctly specified values and print the sum : When the user enters a value that is not a number, give the user a second chance to enter the value USING EXCEPTIONS by catching the appropriate exception.
Union or intersection of intervals : Solve the inequality and express your answer in the form of union or intersection of intervals - Find the equation of line which has y intercept
Write a program that will manipulate an array : You are to write a program that will manipulate an array. Your program should handle up to 100 integer numbers.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

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