11 lines
411 B
Markdown
11 lines
411 B
Markdown
|
1. 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
|
||
|
|
||
|
2. Create a git repository for your code
|
||
|
|
||
|
3. Create a class Sequence to store a sequence (do everything with Object Oriented Programming in mind)
|
||
|
|
||
|
4. Create a method in your class to read some example fasta file (path name as a parameter)
|