diff --git a/_site/assets/emacspeak-tutorials/pointers.zip b/_site/assets/emacspeak-tutorials/pointers.zip new file mode 100644 index 0000000..347765b Binary files /dev/null and b/_site/assets/emacspeak-tutorials/pointers.zip differ diff --git a/_site/assets/emacspeak-tutorials/structs.zip b/_site/assets/emacspeak-tutorials/structs.zip new file mode 100644 index 0000000..0e5de0c Binary files /dev/null and b/_site/assets/emacspeak-tutorials/structs.zip differ diff --git a/_site/emacspeak-tutorials/index.html b/_site/emacspeak-tutorials/index.html index ec82cd1..681a953 100644 --- a/_site/emacspeak-tutorials/index.html +++ b/_site/emacspeak-tutorials/index.html @@ -42,6 +42,8 @@
  • Printing in C
  • +
  • Structs in C
  • +
  • User Input and Variables in C
  • diff --git a/_site/emacspeak-tutorials/structs/index.html b/_site/emacspeak-tutorials/structs/index.html new file mode 100644 index 0000000..0bd1f9f --- /dev/null +++ b/_site/emacspeak-tutorials/structs/index.html @@ -0,0 +1,65 @@ + + + + + Structs in C | tait.tech + + + + + + + +
    +
    +

    tait.tech

    + + + +
    +
    +

    Structs in C, an Emacspeak Tutorial

    + +

    Structs are a way of grouping related data together. +Think of a struct the same way your would any other noun. +They often have many individual attributes that combine to make that thing. +For example, a student may have a first name, last name, student ID, GPA, list of classes, etc. +In this tutorial I use a very trimmed down version of what a structure generally contains to make the point without overwhelming you.

    + +

    Hopefully it helps. Let me know about any improvments.

    + + + + + + +
    +
    + +
    + + diff --git a/_site/feed.xml b/_site/feed.xml index 3032971..6d92f08 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,4 +1,4 @@ -Jekyll2021-05-13T14:59:04-06:00http://localhost:4000/feed.xmlUEFI Development On x86 With EDK22021-04-18T00:00:00-06:002021-04-18T00:00:00-06:00http://localhost:4000/2021/04/18/uefi-development-environment<p>I made this blog so I could remember how to do stuff that had instructions spread around the internet. +Jekyll2021-05-16T20:36:19-06:00http://localhost:4000/feed.xmlUEFI Development On x86 With EDK22021-04-18T00:00:00-06:002021-04-18T00:00:00-06:00http://localhost:4000/2021/04/18/uefi-development-environment<p>I made this blog so I could remember how to do stuff that had instructions spread around the internet. So here is how I setup my environment for developing EFI applications.</p> <h2 id="requirements">Requirements</h2> diff --git a/_site/sitemap.xml b/_site/sitemap.xml index c19ae46..2795874 100644 --- a/_site/sitemap.xml +++ b/_site/sitemap.xml @@ -2,27 +2,31 @@ http://localhost:4000/emacspeak-tutorials/arrays/ -2021-05-13T14:59:04-06:00 +2021-05-16T20:36:19-06:00 http://localhost:4000/emacspeak-tutorials/functions/ -2021-05-13T14:59:04-06:00 +2021-05-16T20:36:19-06:00 http://localhost:4000/emacspeak-tutorials/loops/ -2021-05-13T14:59:04-06:00 +2021-05-16T20:36:19-06:00 http://localhost:4000/emacspeak-tutorials/pointers/ -2021-05-13T14:59:04-06:00 +2021-05-16T20:36:19-06:00 http://localhost:4000/emacspeak-tutorials/printing/ -2021-05-13T14:59:04-06:00 +2021-05-16T20:36:19-06:00 + + +http://localhost:4000/emacspeak-tutorials/structs/ +2021-05-16T20:36:19-06:00 http://localhost:4000/emacspeak-tutorials/user-input/ -2021-05-13T14:59:04-06:00 +2021-05-16T20:36:19-06:00 http://localhost:4000/2020/01/22/padding-and-margin/