I need to write a program that I can input a ASCII file into it to decode it. I have saved the file into the same directory as my program but I don't know how to use it when it comes time to run it. My program is as follows:
int N;
char character;
int line=0;
do
{
cin >> N;
if ( N > 0)
{