N
Nikesh
project is abt encrypting a txt file with an image....
in that i will to accept a txt file from the user ..this file a need to
be stored in an array...thus file size will keep on changing....and i
need to keep that array flexible but exact to the txt thats loaded or
given by the user...how to do this part
each array element will have one char of text...
then this char is converted into ASCII --> binary --> and stored in
other array..(each element will have just have one bit)..
in that i will to accept a txt file from the user ..this file a need to
be stored in an array...thus file size will keep on changing....and i
need to keep that array flexible but exact to the txt thats loaded or
given by the user...how to do this part
each array element will have one char of text...
then this char is converted into ASCII --> binary --> and stored in
other array..(each element will have just have one bit)..