32 lines
746 B
Markdown
32 lines
746 B
Markdown
# Programowanie obiektowe, bioinformatyka
|
|
|
|
## Useful links
|
|
|
|
Standard C library:
|
|
|
|
* https://cplusplus.com/reference/cstdio/
|
|
|
|
C++ reference:
|
|
|
|
* https://en.cppreference.com/w/
|
|
|
|
C++ string and vector class:
|
|
|
|
* https://cplusplus.com/reference/string/
|
|
* https://cplusplus.com/reference/vector/vector/
|
|
|
|
C++ lectures and tutorials:
|
|
|
|
* https://ocw.mit.edu/courses/6-087-practical-programming-in-c-january-iap-2010/
|
|
* https://ocw.mit.edu/courses/6-096-introduction-to-c-january-iap-2011/ (in particular lectures 6, 7, and 8)
|
|
* https://www.tutorialspoint.com/cplusplus/index.htm
|
|
|
|
Git services (for own repositories):
|
|
|
|
* https://gitlab.com (prefered)
|
|
* https://github.com
|
|
* https://bitbucket.org
|
|
|
|
Bioinformatics:
|
|
|
|
* https://rosalind.info/problems/locations/ |