diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-08-07 21:48:08 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-08-07 21:48:08 +0200 |
commit | 7b56745c02daf32eb1a77054b3adf4abe0f94775 (patch) | |
tree | 41e8f3e253418126f003fc607e5a9ed211f50f88 /a6/references.bib | |
parent | 1dc5f04a930abde1f21d83ab066c32f4a2d105cb (diff) |
A6: final(?) read-through
Diffstat (limited to 'a6/references.bib')
-rw-r--r-- | a6/references.bib | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/a6/references.bib b/a6/references.bib index 8616a99..af10361 100644 --- a/a6/references.bib +++ b/a6/references.bib @@ -59,4 +59,16 @@ title = {Coroutines (C++20) - Dynamic allocation}, url = {https://en.cppreference.com/w/cpp/language/coroutines\#Dynamic_allocation}, author = {cppreference.com} -}
\ No newline at end of file +} + +@website{generator, + title = {Coroutines (C++20) - Generator example}, + url = {https://en.cppreference.com/w/cpp/language/coroutines}, + author = {cppreference.com} +} + +@website{cs107e, + title = {Guide: GCC and Bare Metal Programming}, + url = {https://cs107e.github.io/guides/gcc/}, + author = {Pat Hanrahan and Julie Zelenski} +} |