Explain strings are an important part of programming

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

Description:

Strings are an important part of programming. They are used to transfer all sorts of data between the user and program, as well as from program to program. Humans communicate with streams because they are flexible enough to encode words and variable length sentences. A common use of computers is in word processing and in editing files. In this machine problem we will be creating a simple text editor. It will have the following capabilities:

1. Be able to search for a string anywhere in the file

2. Report the location of the string found, so it can be used for further processing

3. Be able to change part of the file (a string in the file)

4. Allow for ALL matching strings in a file to be updated at the same time, if the user desires

5. Allow for deletion of parts of a string

6. Allow for insertion of characters into the file

In this program you will:

1. Read in a file name from the input file

2. You will create a single string from the file without doing any preprocessing or changing the file in any way

3. You will then request directions for editing the file. Possible commands are:

a. E - exit the file and write it to a specified output file

b. S - search the file for some string, reporting the character number where the string starts and printing the text surrounding the string for +/- 25 characters. That is, if the search string is 10 characters long, then the text shown should be 60 characters long. This will consist of the preceding 25 characters, the 10 characters in the search string, and the following 25 characters. Place a space between the search string and the other characters shown

c. R - replace a string at position X with the string given

d. D - delete a search string

e. A - replace all strings matching the search string with the string given

f. X - delete all instances of a search string in the file

g. W - writes the entire file out to the screen (as presently edited)

4. The inputs given to you (in order) will be

a. The input file to edit

b. The output file for writing the edited file out

c. Command, followed by

i. Search string (if required)

ii. Replacement string (if required)

5. Files required will be provided with the machine problem. They will be named

a. MP3ins.dat - the instructions to be run on using your code

b. MP3data.dat - the data file containing the file to be edited

Reference no: EM13761606

Questions Cloud

Four basic financial statements : 1) Look at the four basic financial statements for any publicly traded corporation. You can find them at the SEC website using their search tool. Find the total assets, liabilities, and shareholders' equity for the most recent year (in the annual ..
Would image of change chosen affect diagnostic model used : Would the image of change chosen affect the diagnostic model used? Explain why and how, or why not with examples based on the readings thus far in the course.
Design relational database using entity-relationship diagram : Design a Relational Database using Entity-Relationship Diagram (ER-D) and design a Relational Database by Mapping Entity-Relationship Diagram (ER-D) into Relational Models.
Nursing theorist presentation problems : The relationship between the theory and the concepts in nursing metaparadigm.
Explain strings are an important part of programming : Strings are an important part of programming. They are used to transfer all sorts of data between the user and program, as well as from program to program. Humans communicate with streams because they are flexible enough to encode words and vari..
What is the value of additional capacity on the polisher : Western Chassis produces high-quality polished steel and aluminum sheeting and two lines of industrial chassis for the rack mounting of Internet routers, modems, and other telecommunications equipment. What is the value of additional capacity on the ..
Determine cash generated from operations : 1) Which financial statement is used to determine cash generated from operations?
Identify if it is a file- directory : Examine the following list of permissions for four items included in a directory listing. Identify if it is a file, directory, or other. Specify the access allowed to listening.
Operational benefits to a health care organization : Determine, within the health care setting, the main features, capabilities, and operational benefits to a health care organization using the following: patient care applications

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Create program that uses functions and reference parameters

Create program that uses functions and reference parameters, and asks user for the outside temperature.

  Write a program using vectors and iterators

Write a program using vectors and iterators that allows a user to maintain a personal list of DVD titles

  Write the code required to analyse and display the data

Calculate and store the average for each row and column. Determine and store the values for the Average Map.

  Write a webservices application

Write a webservices application that does a simple four function calculator

  Iimplement a client-server of the game

Iimplement a client-server version of the rock-paper-scissors-lizard-Spock game.

  Model-view-controller

Explain Model-View-Controller paradigm

  Design a nested program

How many levels of nesting are there in this design?

  Convert celsius temperatures to fahrenheit temperatures

Write a C++ program that converts Celsius Temperatures to Fahrenheit Temperatures.

  Evaluate and output the value in the given base

Write C program that will input two values from the user that are a Value and a Base with which you will evaluate and output the Value in the given Base.

  Design a base class shape with virtual functions

Design a base class shape with virtual functions

  Implementation of classes

Implementation of classes Chart and BarChart. Class barChart chould display a simple textual representation of the data

  Technical paper: memory management

Technical Paper: Memory Management, The intent of this paper is to provide you with an in depth knowledge of how memory is used in executing, your programs and its critical support for applications.

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