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

411 B

  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
  1. Create a git repository for your code

  2. Create a class Sequence to store a sequence (do everything with Object Oriented Programming in mind)

  3. Create a method in your class to read some example fasta file (path name as a parameter)