Skip to content

Commit

Permalink
chore(intro): add structs
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstenko committed Aug 28, 2023
1 parent f4d9a5f commit a3fc323
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
3 changes: 3 additions & 0 deletions intro/11-structs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Structs

wip
36 changes: 18 additions & 18 deletions intro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@ Relevant dates for the Fall 2023 semester:
- 20-24 Nov 2023 - Thanksgiving Break
- 11-15 Dec 2023 - Finals Week

| Week | Date | Topic |
|------|------------|-------------------------------------------------------------------------------------------|
| 1 | 2023/08/28 | [Introduction](01-introduction/README.md) [Tools for first Program](02-tooling/README.md) |
| 2 | 2023/09/04 | [Data Types, Arithmetic Operations, Type conversion](03-datatypes/README.md) |
| 3 | 2023/09/11 | [Conditionals, Boolean and Bitwise Operations](04-conditionals//README.md) |
| 4 | 2023/09/18 | [Loops, for, while, goto and debugging](05-loops//README.md) |
| 5 | 2023/09/25 | [Functions, Base Conversion, Pointers, Reference](06-functions/README.md) |
| 6 | 2023/10/02 | [Streams, File IO](07-streams/README.md) |
| 7 | 2023/10/09 | Midterm |
| 8 | 2023/10/16 | [Arrays, Vectors, String](08-arrays/README.md) |
| 9 | 2023/10/23 | [Recursion](09-recursion/README.md) |
| 10 | 2023/10/30 | [Sorting](10-sorting/README.md) |
| 11 | 2023/11/06 | [Structs, Unions, Enumerations](11-structs/README.md) |
| 12 | 2023/11/13 | Work sessions |
| 13 | 2023/11/20 | Thanks giving week |
| 14 | 2023/11/27 | Work sessions / Review |
| 15 | 2023/12/04 | Review / Presentations |
| 16 | 2023/12/11 | Finals |
| Week | Date | Topic |
|------|------------|--------------------------------------------------------------------------------------------|
| 1 | 2023/08/28 | [Introduction](01-introduction/README.md) [Tools for first Program](02-tooling/README.md) |
| 2 | 2023/09/04 | [Data Types, Arithmetic Operations, Type conversion](03-datatypes/README.md) |
| 3 | 2023/09/11 | [Conditionals, Boolean and Bitwise Operations](04-conditionals/README.md) |
| 4 | 2023/09/18 | [Loops, for, while, goto and debugging](05-loops/README.md) |
| 5 | 2023/09/25 | [Functions, Base Conversion, Pointers, Reference](06-functions/README.md) |
| 6 | 2023/10/02 | [Streams, File IO](07-streams/README.md) |
| 7 | 2023/10/09 | Midterm |
| 8 | 2023/10/16 | [Arrays, Vectors, String](08-arrays/README.md) |
| 9 | 2023/10/23 | [Recursion](09-recursion/README.md) |
| 10 | 2023/10/30 | [Sorting](10-sorting/README.md) |
| 11 | 2023/11/06 | [Structs, Unions, Enumerations](11-structs/README.md) |
| 12 | 2023/11/13 | Work sessions |
| 13 | 2023/11/20 | Thanks giving week |
| 14 | 2023/11/27 | Work sessions / Review |
| 15 | 2023/12/04 | Review / Presentations |
| 16 | 2023/12/11 | Finals |


# References
Expand Down

0 comments on commit a3fc323

Please sign in to comment.