Helena's COMP1511 Tutorials

In this space you will find all the code written written and used in my tutorials as well as extra material to help you revise.

This material is intended to supliment the course material provided on WebCMS.

Tutorials

wk01

Hello world! and printf()

wk02

Coming soon...
Variables, simple I/O with printf and scanf, arithmetic expressions, if statements.

wk03

Coming soon...
Nested if statements, boolean expressions. Loops, nested loops.

wk04

Coming soon...
Arrays, nested while() loops and using scanf()'s return value.

wk05

Coming soon...
Functions and variable scope.

wk06

Coming soon...
ASCII, getchar(), putchar() and command line arguments.

wk07

Coming soon...
Structs and pointers.

wk08

Coming soon...
Linked lists.

wk09

Coming soon...

wk10

Coming soon...

More Material

All the material is available on my gitHub for this semster (and previous semesters) 19t2, 18s2, 18s1, 17s2, 16s2