User profile: cheshirecat

User info
User name:cheshirecat
History
Joined:
Number of posts:88
Latest posts:

writing from one file to another
What's the problem? Specifically?

writing from one file to another
Oh thanks, that works great - [code] void doFiles() { ifstream infile; infile.open("p4in.txt");...

writing from one file to another
Hello, 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 array
I 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 array
Well, you ask me to compile this but it doesn't work. [code] #include<string> #include <iostream> ...