| hw-00 | object-oriented programming, software engineering - spring'2008, dr. s. yurttas - solution |
| rationale |
|
This is your first assignment to practice and show that
you're able to compile and execute a given
application using existing tools, i.e., command-line and/or
visual studio 2005.
You'll practice the fundamentals of programming using imperative language abstraction mechanisms in C++ to compose and structure an application using multiple functions and headers. |
| problem |
You'll compile and execute an application in C++ to
transcribe DNA sequences and count the frequency of transcription
from T->U ind extract the maximum count valued sequence
with location count values onto a named output file.
-> dna filenames : dna-filenames.txt
[ input sequences -
dna-00 :
AAGTCTAGTACCC
CAGAGTAGGACCT
AAGAGTAGGACCG
AAGACTAGGACCA
CAGAAGTTGTCGT
GCCTTGTGGACCC
dna-01 :
.
.
.
]
[
5 CAGAAGTTGTCGT 4
.
.
.
]
|
| credit : 10 points due February 4 by 11pm. |