writing from one file to anotherWhat's the problem? Specifically?
writing from one file to anotherOh thanks, that works great - [code] void doFiles() { ifstream infile; infile.open("p4in.txt");...
writing from one file to anotherHello, I've seen plenty of posts on how to write to a file, or how to read from a file, but not any ...
Frequency of characters in arrayI also understand that 'A' has value of zero. 'B' has value of 1. I just don't get how you get that ...
Frequency of characters in arrayWell, you ask me to compile this but it doesn't work. [code] #include<string> #include <iostream> ...