Skip to content

Latest commit

 

History

History
45 lines (22 loc) · 2.07 KB

index.md

File metadata and controls

45 lines (22 loc) · 2.07 KB

#Software Engineering

This module is delivered in 9 parts and focuses on introducing learners to the fundamentals of software engineering through the medium of the C programming language. The key sections of each lecture are accessible through the navigation bar above, and all notes are available as PDFs too.

1: Input, Process, Output

View this Lecture Download this Lecture

2: Arithmetic & Logic

View this Lecture Download this Lecture

3: Loops

View this Lecture Download this Lecture

4: Arrays & Strings

View Arrays Lecture Download Arrays Notes

View Strings Lecture Download Strings Notes

5: Functions & Sorting

View Functions Lecture Functions Notes

6: Pointers & Structs

Pointers Lecture Pointer Notes

Structs Lecture Structs Notes

7: Reading & Writing

View File IO Lecture IO Notes

8: Helpful Resources

Searchable ASCII Table