i have to build a program where the user enters the required input and output filenames..how do i open such files?
tht is
input_file = fget(.......... ..)
finput =fopen(input_fi le,"rb")
i cannot seem to get the user specified file to open..how do i do this???
also how to i read bit by bit from this input file and save the encrypted bits to an output file???(this is a data encryption program....)
tht is
input_file = fget(.......... ..)
finput =fopen(input_fi le,"rb")
i cannot seem to get the user specified file to open..how do i do this???
also how to i read bit by bit from this input file and save the encrypted bits to an output file???(this is a data encryption program....)
Comment