vault backup: 2022-09-15 20:47:40

This commit is contained in:
Jet Hughes 2022-09-15 20:47:40 +12:00
parent 0c438ed275
commit 49ac4202c3
5 changed files with 15 additions and 6 deletions

View File

@ -4,8 +4,8 @@ aliases:
tags:
- comp210
- lecture
sr-due: 2022-08-31
sr-interval: 30
sr-due: 2022-12-25
sr-interval: 101
sr-ease: 270
---

View File

@ -4,8 +4,8 @@ aliases:
tags:
- lecture
- cosc203
sr-due: 2022-09-02
sr-interval: 25
sr-due: 2022-12-02
sr-interval: 78
sr-ease: 250
---

View File

@ -4,8 +4,8 @@ aliases:
tags:
- info203
- lecture
sr-due: 2022-09-08
sr-interval: 97
sr-due: 2023-06-13
sr-interval: 271
sr-ease: 270
---

View File

@ -0,0 +1,8 @@
---
title: "C-language"
aliases:
tags:
- cosc204
---
> “C is an imperative procedural language supporting structured programming, lexical variable scope, and recursion, with a static type system. It was designed to be compiled to provide low-level access to memory and language constructs that map efficiently to machine instructions, all with minimal runtime support. Despite its low-level capabilities, the language was designed to encourage cross-platform programming. A standards-compliant C program written with portability in mind can be compiled for a wide variety of computer platforms and operating systems with few changes to its source code.” - wikipedia

View File

@ -28,6 +28,7 @@ tags:
- [computer-architecture](notes/computer-architecture.md)
- [6809-addressing-modes](notes/6809-addressing-modes.md)
- [6809](notes/6809.md)
-
# Lectures
- [01-bits-and-bytes](notes/01-bits-and-bytes.md)