Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

#include #include #include using namespace std; void reverseString(string& str) { int n =str.length(); for (int i=0; i } ifstream infile1(textfile2.txt); ofstream outfile2(textfilereverse.txt); if (!outfile2) {

#include #include #include using namespace std;

void reverseString(string& str) { int n =str.length(); for (int i=0; i

} ifstream infile1("textfile2.txt"); ofstream outfile2("textfilereverse.txt");

if (!outfile2) { cout<< "Reverse file could not be created"<

}} infile.close(); outfile.close(); outfile1.close(); outfile2.close(); return 0;

}

Im having an issue with reversing the string then writing it to a file at the final step of this code , can someone pinpoint me to what im doing wrong

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Securing SQL Server Protecting Your Database From Attackers

Authors: Denny Cherry

1st Edition

1597496251, 978-1597496254

More Books

Students also viewed these Databases questions

Question

Which team solution is more likely to be pursued and why?

Answered: 1 week ago

Question

4. I can tell when team members dont mean what they say.

Answered: 1 week ago