Ask C/C++ Expert


Home >> C/C++

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

C/C++, Programming

  • Category:- C/C++
  • Reference No.:- M91331382
  • Price:- $70

Guranteed 36 Hours Delivery, In Price:- $70

Have any Question?


Related Questions in C/C++

Question 1find the minimum and maximum of a list of numbers

Question: 1. Find the Minimum and Maximum of a List of Numbers: 10 points File: find_min_max.cpp Write a program that reads some number of integers from the user and finds the minimum and maximum numbers in this list. Th ...

Software development fundamentals assignment 1 -details amp

Software Development Fundamentals Assignment 1 - Details & Problems - In this assignment, you are required to answer the short questions, identify error in the code, give output of the code and develop three C# Console P ...

What are the legal requirements with which websites must

What are the legal requirements with which websites must comply in order to meet the needs of persons with disabilities? Why is maximizing accessibility important to everyone?

There are several ways to calculate the pulse width of a

There are several ways to calculate the pulse width of a digital input signal. One method is to directly read the input pin and another method (more efficient) is to use a timer and pin change interrupt. Function startTi ...

Assignment word matchingwhats a six-letter word that has an

Assignment: Word Matching What's a six-letter word that has an e as its first, third, and fifth letter? Can you find an anagram of pine grave. Or how about a word that starts and ends with ant (other than ant itself, of ...

1 implement the binary search tree bst in c using the node

1. Implement the Binary Search Tree (BST) in C++, using the Node class template provided below. Please read the provided helper methods in class BST, especially for deleteValue(), make sure you get a fully understanding ...

Assign ment - genetic algorithmin this assignment you will

ASSIGN MENT - GENETIC ALGORITHM In this assignment, you will use your C programming skills to build a simple Genetic Algorithm. DESCRIPTION OF THE PROGRAM - CORE REQUIREMENTS - REQ1: Command-line arguments The user of yo ...

Project - space race part a console Project - Space Race Part A: Console Implementation

Project - Space Race Part A: Console Implementation INTRODUCTION This assignment aims to give you a real problem-solving experience, similar to what you might encounter in the workplace. You have been hired to complete a ...

Why do researcher drop the ewaste and where does it end

Why do researcher drop the ewaste and where does it end up?

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As