From 7b56745c02daf32eb1a77054b3adf4abe0f94775 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 7 Aug 2023 21:48:08 +0200 Subject: A6: final(?) read-through --- a6/references.bib | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'a6/references.bib') 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} +} -- cgit v1.2.3