2024-10-04 09:59:46 +02:00
|
|
|
# Programowanie obiektowe, bioinformatyka
|
|
|
|
|
|
|
|
## Useful links
|
|
|
|
|
|
|
|
Standard C library:
|
|
|
|
|
|
|
|
* https://cplusplus.com/reference/cstdio/
|
|
|
|
|
2024-10-04 10:40:13 +02:00
|
|
|
C++ reference:
|
|
|
|
|
|
|
|
* https://en.cppreference.com/w/
|
|
|
|
|
2024-10-04 09:59:46 +02:00
|
|
|
C++ string and vector class:
|
|
|
|
|
|
|
|
* https://cplusplus.com/reference/string/
|
|
|
|
* https://cplusplus.com/reference/vector/vector/
|
|
|
|
|
2024-10-04 10:41:35 +02:00
|
|
|
C++ lectures and tutorials:
|
2024-10-04 09:59:46 +02:00
|
|
|
|
|
|
|
* 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/
|
2024-10-04 10:45:44 +02:00
|
|
|
* https://www.tutorialspoint.com/cplusplus/index.htm
|
|
|
|
|
|
|
|
Git services (for own repositories):
|
|
|
|
|
|
|
|
* https://gitlab.com
|
|
|
|
* https://github.com
|
|
|
|
* https://bitbucket.org
|