summaryrefslogtreecommitdiff
path: root/a6/references.bib
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2023-08-07 21:48:08 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2023-08-07 21:48:08 +0200
commit7b56745c02daf32eb1a77054b3adf4abe0f94775 (patch)
tree41e8f3e253418126f003fc607e5a9ed211f50f88 /a6/references.bib
parent1dc5f04a930abde1f21d83ab066c32f4a2d105cb (diff)
A6: final(?) read-through
Diffstat (limited to 'a6/references.bib')
-rw-r--r--a6/references.bib14
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}
+}