Hello! I've been reading a few of the postings here and noticed that everyone here seems well-versed in C++. That being said, I was hoping you could lend me some of your expierence. I'm currently taking a C++ course and have been assigned the task of writing a small program. All this program does is open two files, reads them, writes them both to a new file, then closes them. Oh yeah, and the data limit is 72 characters.
The two files I'm supposed to use, can be found and
I've gotten started on the program a little, but am at a loss as to how to proceed. And when I say a little, I mean something like this:
main()
{
}
So, any help would be appreciated!
The two files I'm supposed to use, can be found and
I've gotten started on the program a little, but am at a loss as to how to proceed. And when I say a little, I mean something like this:
main()
{
}
So, any help would be appreciated!