411 B
411 B
- Create a project for C++
- create a simple main function with an example loop which prints something to the screen
- start the debugger to make sure it is working
-
Create a git repository for your code
-
Create a class Sequence to store a sequence (do everything with Object Oriented Programming in mind)
-
Create a method in your class to read some example fasta file (path name as a parameter)