Answered step by step
Verified Expert Solution
Question
1 Approved Answer
kindly follow the task statement for lab 8 and please help me solve the task and do the de-bugging aspect for each task and put
kindly follow the task statement for lab 8 and please help me solve the task and do the de-bugging aspect for each task and put the screenshot of each task according to the way the tasks are being posted. That is solve the task, de-bugg it and screenshot it.
''Please post the codes in copyable text format''. That was how the question was given to me from my school and i can't upload the PDF file.
Laboratory training N8 Topic: "Working with strings in C+ GOAL Study theoretical material on the fundamentals of working with low-level strings and the documentation for the string class in the C+ language as well as the search algorithm in the string and implement text processing in C++ in Visual Studio. TASKS STATEMENT Task l. A. Review documentation of the standard method of the string class according to the variant (see tab.1). B. Define a function that implements the same function as the studied method of the string class. Implement the method. Don't use any string functions of the standard library. C. Call your function and the string method similar to the code examples are given in app.A Task 2 A. Write a function that handles a string according to the task in tab. Required ASCII character codes are given in app.B. B. Create a source text file with some text. Read source string from the file. C. Use the function to process the string. Additional variables should be entered from console D. Write the result to the output file The report should contain a step by step description of the tasks. Add the flow-charts of algorithms of the fiunctions in pp. 1.B, 2.A Describe the function, its parameters and return result inpp. 1.AStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started