-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibliography.bib
49 lines (49 loc) · 1.43 KB
/
bibliography.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
@article{pointer,
type = {Article},
publisher = {{DY Classroom}},
title = {{C - Pointers and Strings}},
urldate = {2022-01-14},
url = {https://dyclassroom.com/c/c-pointers-and-strings}
}
@article{pointer2,
type = {Article},
publisher = {{OverIQ}},
title = {{Array of Pointers to Strings in C}},
urldate = {2022-01-14},
url = {https://overiq.com/c-programming-101/array-of-pointers-to-strings-in-c/},
year = {2020}
}
@article{cio,
type = {Article},
publisher = {Programiz},
title = {{C File Handling}},
urldate = {2022-01-20},
url = {https://www.programiz.com/c-programming/c-file-input-output}
}
@article{stack,
type = {Article},
author = {hmjd},
publisher = {{Stack Overflow}},
title = {{How can I check if a directory exists?}},
urldate = {2022-01-21},
year = {2019},
url = {https://stackoverflow.com/questions/12510874/how-can-i-check-if-a-directory-exists}
}
@article{stack2,
type = {Article},
year = {2022},
author = {Kerrek SB},
publisher = {{Stack Overflow}},
title = {{Why is “while ( !feof (file) )” always wrong?}},
urldate = {2022-01-20},
url = {https://stackoverflow.com/questions/5431941/why-is-while-feof-file-always-wrong}
}
@article{stack3,
type = {Article},
year = {2014},
author = {invalid_id},
publisher = {{Stack Overflow}},
title = {{C Programming - Read specific line from text file}},
urldate = {2022-01-23},
url = {https://stackoverflow.com/questions/21114591/c-programming-read-specific-line-from-text-file}
}