2024-03-22 09:15:54 +01:00
|
|
|
## Useful links
|
|
|
|
|
2024-06-07 10:41:24 +02:00
|
|
|
Standard C library:
|
2024-04-05 10:25:24 +02:00
|
|
|
|
2024-06-07 10:41:24 +02:00
|
|
|
* https://cplusplus.com/reference/cstdio/
|
2024-04-05 10:25:24 +02:00
|
|
|
|
2024-06-07 10:41:24 +02:00
|
|
|
C++ string and vector class:
|
|
|
|
|
|
|
|
* https://cplusplus.com/reference/string/
|
|
|
|
* https://cplusplus.com/reference/vector/vector/
|
|
|
|
|
|
|
|
Lectures:
|
|
|
|
|
|
|
|
* 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/
|