wmi-bioinf-programowanie-ob.../ex1.md
2024-10-04 09:59:46 +02:00

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)