Question: Copy and convert file: write a C++ program that can copy an existed text file named input.txt in the current directory to a new file
Copy and convert file: write a C++ program that can copy an existed text file named input.txt in the current directory to a new file named output.txt in the same directory. All the lowercase letters in the old file should be converted to uppercase letters in the new file. You also need to include proper standard library header file(s) in your program.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
