C++ program : Two sorted files (File1.txt: 1 3 4 6 7 8 11) (File2.txt: 2 3 5 6 7 9 10 11 12 13)
The C++ program going to check if the file are sorted and merge them to third file (Mergefile.txt: 1 2 3 3 4 5 6 6 7 7 8 9 10 11 11 12 13)
Program Plan:
"Main.cpp"
"Check.h"
"Merge.h"
The program is written in C++
check.h
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here