The program will accept as a command line argument the name of a text file that will contain an arbitrary list of DNA strings. (ie. ~/assign1/filename.txt
) DNA strings consist of a sequence of
nucleotides (A,C,T, or G).
From a homework assignment. Is there a way to do this that doesn't involve the typical *argv[]
argument? I ask because my instructor said this project should be completed "without any use of data structures."