summaryrefslogtreecommitdiff
path: root/a6/references.bib
diff options
context:
space:
mode:
Diffstat (limited to 'a6/references.bib')
-rw-r--r--a6/references.bib44
1 files changed, 44 insertions, 0 deletions
diff --git a/a6/references.bib b/a6/references.bib
new file mode 100644
index 0000000..5e0e27a
--- /dev/null
+++ b/a6/references.bib
@@ -0,0 +1,44 @@
+@book{tannenbaum,
+ added-at = {2011-05-03T00:00:00.000+0200},
+ author = {Tanenbaum, Andrew S.},
+ biburl = {https://www.bibsonomy.org/bibtex/2e90b050159c1629022a54a2bf947f318/dblp},
+ interhash = {c97d1fa1663502cf42aaf310cc07056f},
+ intrahash = {e90b050159c1629022a54a2bf947f318},
+ isbn = {978-0-13-852872-0},
+ keywords = {dblp},
+ pages = {I-XVII, 1-587},
+ publisher = {Prentice Hall},
+ timestamp = {2011-05-04T11:32:41.000+0200},
+ title = {Structured computer organization, 3rd Edition.},
+ year = 1990
+}
+
+@article{belson,
+ author = {Belson, Bruce and Xiang, Wei and Holdsworth, Jason and Philippa, Bronson},
+ year = {2020},
+ month = {02},
+ pages = {1-1},
+ title = {C++20 Coroutines on Microcontrollers -What We Learned},
+ volume = {PP},
+ journal = {IEEE Embedded Systems Letters},
+ doi = {10.1109/LES.2020.2973397}
+}
+
+@website{elbeno,
+ author = {Ben Deane},
+ title = {Why is a raven like a writing desk? Another myth, about C++ lambdas},
+ url = {https://www.elbeno.com/blog/?p=1068}
+}
+
+@website{weis,
+ author = {Andreas Weis},
+ title = {Taming dynamic memory - Andreas Weis - Meeting C++ 2018},
+ url = {https://github.com/ComicSansMS/presentations/releases/download/meetingcpp2018/taming_dynamic_memory.pdf},
+% url = {https://www.youtube.com/watch?v=R3cBbvIFqFk}
+}
+
+@website{craig,
+ author = {Ben Craig},
+ title = {P2268R0 - Freestanding Roadmap},
+ url = {https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2268r0.html}
+} \ No newline at end of file