init template presentation

This commit is contained in:
2023-03-14 19:05:25 +01:00
parent 9f8c649e11
commit 262f1d3f73
2 changed files with 341 additions and 0 deletions

18
sources.bib Normal file
View File

@@ -0,0 +1,18 @@
@misc{structtutorialspoint,
Title = {struct basics},
howpublished = {\url{https://www.tutorialspoint.com/cprogramming/c_structures.htm}},
note = {Aufgerufen: 2020-04}
}
@misc{structchowto,
Title = {struct basics},
howpublished = {\url{http://www.c-howto.de/tutorial/strukturierte-datentypen/strukturen/}},
note = {Aufgerufen: 2020-04}
}
@misc{pointertutorialspoint,
Title = {Pointer basics},
howpublished = {\url{https://www.tutorialspoint.com/cprogramming/c_pointers.htm}},
note = {Aufgerufen: 2020-04}
}